From: Poul R. <Pou...@sk...> - 2009-02-17 15:24:56
|
I just tried to rerun an old (rather crazy) project of mine (attached - I'm sorry that names and comments are in Danish). Even if it used to run it now gives an error message: Traceback (most recent call last): File "C:/Python25/Lib/site-packages/visual/examples/pingpong.py", line 6, in <module> from pygeo import * File "C:\Python25\Lib\site-packages\pygeo\__init__.py", line 3, in <module> from pygeo.vpyframe import display File "C:\Python25\Lib\site-packages\pygeo\vpyframe.py", line 38, in <module> class display( visual.ui.display): AttributeError: 'module' object has no attribute 'ui' My guess is that there is a compatibility problem with Visual 5 and PyGeo. Can someone confirm that? If yes, is there a workaround or shoudl I just reinstall Visual 3? If no, what else could be the problem? And btw, Symion, this file includes a small example of the use of winsound. Poul Riis |