1
Python / Pysfml .exe for python 3.4
« on: February 17, 2015, 12:28:31 pm »
Hi !
I would like install pysfml on python 3.4 but the last install-file is for 3.3 ( pySFML-1.3.0.win32-py3.3.exe )
I found a non official "wheel file" named : pySFML-2.2.0-cp34-none-win32.whl.
But this don't work corectly :
return :
There are no module graphics, network, system, window etc etc ... and all my script don't work now
Anyone have ideas ?
I would like install pysfml on python 3.4 but the last install-file is for 3.3 ( pySFML-1.3.0.win32-py3.3.exe )
I found a non official "wheel file" named : pySFML-2.2.0-cp34-none-win32.whl.
But this don't work corectly :
import sfml as sf
dir(sf)
dir(sf)
return :
Quote
['__doc__', '__initializing__', '__loader__', '__name__', '__package__', '__path__']
There are no module graphics, network, system, window etc etc ... and all my script don't work now
Anyone have ideas ?