|
33 | 33 | GTk
|
34 | 34 | ***
|
35 | 35 |
|
36 |
| -PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library |
37 |
| -itself, it is currently licensed under the GNU LGPL. It is worth noting that |
38 |
| -PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently |
39 |
| -recommended that PyGTK not be used for new projects and that existing |
40 |
| -applications be ported from PyGTK to PyGObject. |
| 36 | +.. note:: PyGTK provides Python bindings for the GTK+ toolkit. However, it has been superseded by PyGObject. PyGTK should not be used for new projects and existing projects should be ported to PyGObject. |
41 | 37 |
|
42 | 38 |
|
43 | 39 | ********************
|
@@ -101,17 +97,14 @@ http://www.riverbankcomputing.co.uk/software/pyqt/download
|
101 | 97 |
|
102 | 98 |
|
103 | 99 | *****************************
|
104 |
| -PyjamasDesktop (pyjs Desktop) |
| 100 | +Pyjs Desktop (formerly Pyjamas Desktop) |
105 | 101 | *****************************
|
106 | 102 |
|
107 |
| -PyjamasDesktop is a port of Pyjamas. PyjamasDesktop is application widget set |
108 |
| -for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop |
109 |
| -is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web |
| 103 | +Pyjs Desktop is a application widget set for desktop and a cross-platform framework. It allows the exact same Python web |
110 | 104 | application source code to be executed as a standalone desktop application.
|
111 | 105 |
|
112 |
| -`Python Wiki for PyjamasDesktop <http://wiki.python.org/moin/PyjamasDesktop>`_. |
113 | 106 |
|
114 |
| -The main website: `pyjs Desktop <http://pyjs.org/>`_. |
| 107 | +The main website: `pyjs <http://pyjs.org/>`_. |
115 | 108 |
|
116 | 109 |
|
117 | 110 | **
|
@@ -177,5 +170,5 @@ extension module (native code) that wraps the popular wxWidgets cross platform
|
177 | 170 | GUI library, which is written in C++.
|
178 | 171 |
|
179 | 172 | **Install (Stable) wxPython**
|
180 |
| -*go to http://www.wxpython.org/download.php#stable and download the appropriate |
| 173 | +*go to https://www.wxpython.org/pages/downloads/ and download the appropriate |
181 | 174 | package for your OS.*
|
0 commit comments