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

Author Topic: Pysfml .exe for python 3.4  (Read 9321 times)

0 Members and 1 Guest are viewing this topic.

davs63

  • Newbie
  • *
  • Posts: 17
    • View Profile
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 ?


Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Pysfml .exe for python 3.4
« Reply #1 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? :)

logo123

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Pysfml .exe for python 3.4
« Reply #2 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


 

anything