Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rfrank.nj

Pages: [1]
1
Python / Having trouble getting PySFML to work
« on: June 24, 2009, 05:33:23 pm »
It works! Awesome, thanks.

2
Python / Having trouble getting PySFML to work
« on: June 24, 2009, 04:45:30 pm »
Quote from: "remi.k2620"
Well I need to recompile properly those DLLs. The fact is I don't have windows anymore but I'll try to compile it with wine under linux.
Edit : I recompiled and uploaded the dlls here : http://download.tuxfamily.org/remi/python/pysfml_test/. Can you try and tell me if it works for you ? It works with wine but I would like to know if it works with a real windows install.


Code: [Select]
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from PySFML import sf
ImportError: DLL load failed: The specified module could not be found.


What should be in the C:\Python26\Lib\site-packages\PySFML directory?  Currently I only have __init__.py, __init__.pyd and sf.pyd.

3
Python / Having trouble getting PySFML to work
« on: June 24, 2009, 01:24:16 pm »
I'm having the same problem with Python 2.6 on Windows.  I get this error:

Code: [Select]
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from PySFML import sf
ImportError: DLL load failed: The specified module could not be found.


I tried putting the precompiled DLLs into the C:\Python26\Lib\site-packages\PySFML folder, and I get this error:

Code: [Select]
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
  File "test.py", line 2, in <module>
    from PySFML import sf
ImportError: DLL load failed: The specified procedure could not be found.


Thanks in advance for any help

Pages: [1]
anything