Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gnome-python-1.4.1-5.tar.bz2 | 2003-02-20 | 787.7 kB | |
gnome-python-1.4.1.README | 2003-02-20 | 2.2 kB | |
gnome-python-1.4.1-3.tar.bz2 | 2003-01-07 | 743.6 kB | |
gnome-python-1.4.1-4.tar.bz2 | 2003-01-07 | 769.5 kB | |
Totals: 4 Items | 2.3 MB | 0 |
NAME: gnome-python VERSION: 1.4.1 RELEASE: 5 SUMMARY: The sources for the PyGTK and PyGNOME Python extension modules. DISTRIBUTION: Cygwin GNOME 1.4 <http://cygnome.sourceforge.net> VENDOR: LICENSE: LGPL PACKAGER: Hansom Young <glyoung@users.sourceforge.net> GROUP: System Environment/Libraries OS: Cygwin ARCH: i586 SOURCE RPM: DESCRIPTION: The gnome-python package contains the source packages for the Python bindings for GTK+ and GNOME (PyGTK and PyGNOME, respectively). PyGTK is an extension module for Python that provides access to the GTK+ widget set. Just about anything (within reason) you can write in C with GTK+, you can write in Python with PyGTK, but with all of Python's benefits. PyGNOME is an extension module for Python that provides access to the base GNOME libraries, so you have access to more widgets, a simple configuration interface, and metadata support. --------------------------------------------------------------------------- Note on this Cygwin port: * Make sure you have appropriate libraries installed before using these modules. At least you should have all the core libraries of Cygwin GNOME. * To keep consistency with other Cygwin GNOME packages, this package is also built with prefix=/opt/gnome, so you have to add /opt/gnome/lib/python2.2/site-packages to your PYTHONPATH to use PyGTK or PyGNOME. ~/.bash_profile or /etc/profile is a good place to hold this. * Due to a filename conflict between gtk.py and GTK.py under DOS/Windows, GTK.py was renamed to GTKconst.py. You may need to modify your script, like this: import * from GTK import * from gtk to => import * from GTKconst import * from gtk ChangeLog --------- 1.4.1-3 First Cygwin port. 1.4.1-4 Add GtkGlArea and GtkHTML module. You need cyggtkhtml.dll from gtkhtml package. 1.4.1-5 Add documentation for pygtk missing in early releases. Fixed documentation packaging issue. s/import GTK/import GTKconst/ in examples. Add /etc/profile.d/gnome-python.sh to add /opt/gnome/lib/gnome-python to $PYTHONPATH ---------------------------------------------------------------------------