[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] pygame 1.8.0 problems
- To: pygame-users@xxxxxxxx
- Subject: [pygame] pygame 1.8.0 problems
- From: "Jake b" <ninmonkeys@xxxxxxxxx>
- Date: Sat, 10 May 2008 11:01:25 -0500
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sat, 10 May 2008 12:01:31 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=wJZikvwAG86VkolLS2bYDh2QKH26keBLrf6S0pZvhPg=; b=ZoLh6mmxJGcL2YcSXw65ho9RB/L+ATdROjnJWAYAJ8zBvUGN14aLJLTP44mqtNisu6Rz6lr1A3zYvuPxHDuhJgyt9EfvzBFpqMOH2ByrT5wZx4ey6nSF7fn5VhqVzd6SbEkTXVrcFhuGOfLPN8+ZdbnNslLQ5x08wpkoUCZeXwc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M4hHivBWxyVo44TaF/NRK7g7Kdr2DNCBaqZ4Y65vttmlszH4p9phhosBVWHC771DAjZksxjDBUJJy1NW7ElO3LnZvVNci/jjWOafEdyDSRTbTLzMjaoU7+YgiFtTWntAWxWr0vkhLVPQwnlJpcNeVHGzD+UVrZ4IT/z00ZEYwNs=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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