SFML community forums

Bindings - other languages => Python => Topic started by: davs63 on February 17, 2015, 12:28:31 pm

Title: Pysfml .exe for python 3.4
Post by: davs63 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 ?

Title: Re: Pysfml .exe for python 3.4
Post by: Tank on May 06, 2015, 09:13:47 am
Try

from sfml import sf

I don't know yet why is has to be like that, given that the documentation says something else. Sonkun? :)
Title: Re: Pysfml .exe for python 3.4
Post by: logo123 on September 01, 2019, 06:51:11 pm
can you give the site where to download pySFML-2.2.0-cp34-none-win32.whl????

 :) :) :) :)thanks