From: AKX <th...@gm...> - 2005-12-19 14:33:40
|
Committed fix to pyalleg_events.py. Set() is a Python 2.4 built-in, but thankfully, there is the sets module for... lesser... Pythons. AKX On 12/18/05, Grzegorz Adam Hankiewicz <gr...@ti...> wrote: > 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_loa= d.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, i= n ? > import pyalleg_events as events > File "/usr/lib/python2.3/site-packages/pyalleg/pyalleg_events.py", line= 7, in ? > keysDown=3Dset() > NameError: name 'set' is not defined > > Maybe it requires a special version of python/pyrex? I have 2.3. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Pyallegro-general mailing list > Pya...@li... > https://lists.sourceforge.net/lists/listinfo/pyallegro-general > |