From: Grzegorz A. H. <gr...@ti...> - 2005-12-18 20:28:46
|
On 2005-12-18, AKX <th...@gm...> wrote: > I made a couple of commits and now it does WORK under a VMware Debian > installation. > Could you try it out? It compiles and installs, but running any of the tests gives out: [1:gradha@noir:0] [~/project/python/pyalleg-pyrex/tests]$ python test_load.py Traceback (most recent call last): File "test_load.py", line 1, in ? from pyalleg import * File "/usr/lib/python2.3/site-packages/pyalleg/__init__.py", line 15, in ? import pyalleg_events as events File "/usr/lib/python2.3/site-packages/pyalleg/pyalleg_events.py", line 7, in ? keysDown=set() NameError: name 'set' is not defined Maybe it requires a special version of python/pyrex? I have 2.3. |