ANN: GUI wrapper for pygtk, pyqt and wxpython

Bats nomail at no.way
Sat Oct 9 07:43:58 EDT 2004


Stelios Xanthakis had this to say:

> Bats wrote:
> 
> 
>> 
>> Traceback (most recent call last):
>>   File "run2.py", line 40, in ?
>>     GUI=wrap_pygtk
>> NameError: name 'wrap_pygtk' is not defined
>> 
> 
> I don't know. Sounds like a python bug.
> Can't we say:
> 
>   import foo
>   bar = foo
> 
> anymore?
> 
> Maybe copy the wrap_*.py files into examples/
> and ./run2.py from in there?
> 
> Regards,
> 
> Stelios
I did some tinkering.
With python 2.2 it finally runs ok (I had PYTHONPATH issues)
With python 2.3 it chokes on:
GUI=wrap_pygtk
But, if you change that to GUI=wrap_pyqt, it runs fine.

HTH
-- 
Bats
~..~
(I can only post on weekends and rare times during the week.)




More information about the Python-list mailing list