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 :
import sfml as sf
dir(sf)
return :
['__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 ?