Re: ANN: PyGUI 2.0.1

2009-04-17 Thread Thomas Heller
greg schrieb: > Suraj Barkale wrote: > >> I installed this and tried out the tests on Python 2.6.1 and Windows XP >> SP3. Following are my observations. > > Thanks, I'll look into these. > >> Test 33-mouse-events.py: >> 1. mouse-enter and mouse-leave events are not reported. > > That's actu

Re: ANN: PyGUI 2.0.1

2009-04-16 Thread greg
Suraj Barkale wrote: I installed this and tried out the tests on Python 2.6.1 and Windows XP SP3. Following are my observations. Thanks, I'll look into these. Test 33-mouse-events.py: 1. mouse-enter and mouse-leave events are not reported. That's actually expected on Windows -- I could

Re: ANN: PyGUI 2.0.1

2009-04-16 Thread fyaqq
On 4月16日, 上午3时05分, Suraj Barkale wrote: > Greg Ewing canterbury.ac.nz> writes: > > >PyGUI2.0.1 is available: > > Thank you very much for this GUI toolkit. I always wanted something like this > on > windows. I installed this and tried out the tests on Python 2.6.1 and Windows > XP > SP3. Followi

Re: ANN: PyGUI 2.0.1

2009-04-15 Thread Suraj Barkale
Greg Ewing canterbury.ac.nz> writes: > > PyGUI 2.0.1 is available: > Thank you very much for this GUI toolkit. I always wanted something like this on windows. I installed this and tried out the tests on Python 2.6.1 and Windows XP SP3. Following are my observations. I will try to send some patch

Re: ANN: PyGUI 2.0.1

2009-04-15 Thread fyaqq
I got the same error too. On 4月14日, 上午2时47分, Andrew MacKeith wrote: > Greg Ewing wrote: > >PyGUI2.0.1 is available: > > >  http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > > Fixes some problems in setup.py affecting installation > > on Linux and Windows. > > > What isPyGUI? > >

Re: ANN: PyGUI 2.0.1

2009-04-13 Thread Andrew MacKeith
Greg Ewing wrote: PyGUI 2.0.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes some problems in setup.py affecting installation on Linux and Windows. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly

Re: ANN: PyGUI 2.0.1

2009-04-13 Thread user
Greg Ewing wrote: PyGUI 2.0.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes some problems in setup.py affecting installation on Linux and Windows. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly

Re: ANN: PyGUI 2.0.1

2009-04-13 Thread roee shlomo
I can't run any of the tests on windows (pywin32-213, XP SP3, Python 2.6.1). 1. Had to change the first line in Applications.py to : > import win32con as wc, win32ui as ui, win32clipboard as wcb, win32api as > api Otherwise it gives me a DLL Import error. I have no idea why. 2. Import fails in C

ANN: PyGUI 2.0.1

2009-04-12 Thread Greg Ewing
PyGUI 2.0.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Fixes some problems in setup.py affecting installation on Linux and Windows. What is PyGUI? -- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. -- G