Greg Ewing ha scritto: > PyGUI 2.0 is available: > > http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > Highlights of this release: > > * Native Windows implementation, based on pywin32 and ctypes. > > * Full set of Postscript-style path construction operators > available on all platforms. > > * Mouse and keyboard events can be intercepted for all > component classes. > > Plus numerous minor improvements, see CHANGES on the website > for details. > > What is PyGUI? > -------------- > > PyGUI is a cross-platform GUI toolkit designed to be lightweight > and have a highly Pythonic API. > > Acknowledgements > ---------------- > > Thanks are due to Patrick Forget and Erez-Sh for getting me started on > the Windows implementation. Even though I didn't use much of their > code in the end, I appreciate their efforts and may draw more from it > in the future. > > v...@pangea:~/download/PyGUI-2.0$ sudo python setup.py install [sudo] password for vete: Installing backend Gtk running install running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/GUI copying GUI/_where.py -> build/lib.linux-x86_64-2.6/GUI copying GUI/Version.py -> build/lib.linux-x86_64-2.6/GUI copying GUI/__init__.py -> build/lib.linux-x86_64-2.6/GUI creating build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GCheckBoxes.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GComponents.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/_StdMenus.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGLConfig.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GLShareGroups.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Enumerations.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GPixmaps.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/ModalDialogs.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/MessageHandlers.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGLViews.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GViewBases.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GBaseAlerts.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GAlerts.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Exceptions.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GLabels.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Actions.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/StdColors.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/FileDialogs.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GApplications.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GCanvasPaths.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GWindows.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GTextFields.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Properties.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GCanvases.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/StdButtons.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Documents.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GViews.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GImageBases.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GImages.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GCursors.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGLPixmaps.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GColors.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GMenus.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/__init__.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GRadioButtons.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GEvents.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/BaseAlertFunctions.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GLTextures.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGeometry.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GDialogs.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GFrames.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Pictures.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GLDisplayLists.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GButtons.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGLContexts.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GTasks.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GMouseTrackers.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/AlertFunctions.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GDrawableContainers.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Models.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GFonts.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GScrollableViews.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GGLPixelFormats.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Resources.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GControls.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GFiles.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GRadioGroups.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/Globals.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GSliders.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/GContainers.py -> build/lib.linux-x86_64-2.6/GUI/Generic copying GUI/Generic/MenuLists.py -> build/lib.linux-x86_64-2.6/GUI/Generic error: package directory 'Gtk' does not exist
I tryed to install on a jaunty ubuntu, all pygtk stuff are already installed including python-gtk2-dev and libgtk2.0-dev. any tip? thanks F. -- _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
