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
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
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
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
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?
> >
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
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
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
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