Hi. I'm trying to get ocempgui working, so I downloaded the newest version that removes numeric dependency. Then I installed the newest version of pygame. But import fails.
I run: > python.exe -i > import ocempgui popup dialog: title: But I get "python.exe - entry point not found" error: "The procedure entry pont SDL_GetKeyRepeat could not be located in the dynamic link libary SDL.dll Then It continues with more errors: C:\Documents and Settings\Jake>python -i Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import ocempgui c:\python25\lib\site-packages\ocempgui\access\Magnifier.py:28: RuntimeWarning: import key: DLL load failed: The specifie d procedure could not be found. import pygame C:\Python25\share\ocempgui\themes\default\DefaultEngine.py:36: RuntimeWarning: use surfarray: No module named Numeric array3d = pygame.surfarray.array3d Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python25\Lib\site-packages\ocempgui\__init__.py", line 45, in <module> import ocempgui.widgets File "C:\Python25\Lib\site-packages\ocempgui\widgets\__init__.py", line 34, in <module> import base File "C:\Python25\Lib\site-packages\ocempgui\widgets\base.py", line 29, in <module> from Style import Style File "C:\Python25\Lib\site-packages\ocempgui\widgets\Style.py", line 36, in <module> from themes import default File "C:\Python25\share\ocempgui\themes\__init__.py", line 28, in <module> import default File "C:\Python25\share\ocempgui\themes\default\__init__.py", line 29, in <module> from DefaultEngine import DefaultEngine File "C:\Python25\share\ocempgui\themes\default\DefaultEngine.py", line 36, in <module> array3d = pygame.surfarray.array3d File "c:\python25\lib\site-packages\pygame\__init__.py", line 52, in __getattr__ raise NotImplementedError, MissingPygameModule NotImplementedError: surfarray module not available >>> What's wrong? == I have installed: == python 2.5 numpy pygame 1.8.0.win32-py2.5msi pygame 1.7.1.win32-py2.5 OS: win32 / winXP thanks, -- Jake