Re: [pygame] Re: pygame 1.8.0 problems

2008-05-13 Thread Lenard Lindstrom
Not when Pygame 1.7 used the bdist_wininst installer while Pygame 1.8 
uses a .msi installer.


Lenard

illume wrote:

hello,

is there anyway we can fix this in the installer?

Or maybe in the new surfarray somehow?

cheers,


On May 11, 5:53 am, Lenard Lindstrom [EMAIL PROTECTED] wrote:
  

Jake b wrote:


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
  

[snip]


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
  

You can't have both Pygame 1.7.1 and 1.8.0 installed at the same time.
Try uninstalling Pygame, deleting directory
C:\Python25\lib\site-packages\pygame if necessary, then reinstall Pygame
1.8.0. I found no problems with OcempGUI and Pygame 1.8.1.






[pygame] Re: pygame 1.8.0 problems

2008-05-12 Thread illume
hello,

is there anyway we can fix this in the installer?

Or maybe in the new surfarray somehow?

cheers,


On May 11, 5:53 am, Lenard Lindstrom [EMAIL PROTECTED] wrote:
 Jake b wrote:
  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

 [snip]
  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

 You can't have both Pygame 1.7.1 and 1.8.0 installed at the same time.
 Try uninstalling Pygame, deleting directory
 C:\Python25\lib\site-packages\pygame if necessary, then reinstall Pygame
 1.8.0. I found no problems with OcempGUI and Pygame 1.8.1.

 --
 Lenard Lindstrom
 [EMAIL PROTECTED]