[python-win32] PyGUI 2.0 setup.py fixes

2009-04-11 Thread Greg Ewing
france...@promotux.it wrote: error: package directory 'Gtk' does not exist Smeg, there's a bug in the installer. I'll release a fix soon. In the meantime, try replacing the following line in setup.py: packages.append("Gtk") with packages.append("GUI.Gtk") I've also noticed another prob

[python-win32] ANN: PyGUI 2.0

2009-04-11 Thread Greg Ewing
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

Re: [python-win32] IronPython in Action Out!

2009-04-11 Thread Tim Golden
Michael Foord wrote: Hello all, *Finally* IronPython in Action is out. This is the first English language book on IronPython and is now in stock with Manning and Amazon.com and on the Safari bookshelf. Excellent news. Must be great to see it in the flesh after so much preparation! I look forw