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 - davs63

Pages: [1]
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 :

import sfml as 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 ?


Pages: [1]
anything