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

Author Topic: Python  (Read 7089 times)

0 Members and 1 Guest are viewing this topic.

sebastiend

  • Newbie
  • *
  • Posts: 9
    • View Profile
Python
« on: March 07, 2008, 02:09:36 pm »
What is installed with the python package, and where? I did:
Code: [Select]
python setup.py install
It does not reply anything, but there is nothing into both /usr/lib/python2.5/site-packages and /usr/lib64/python2.5/site-packages
Code: [Select]
import sfml doesn't work, of course.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Python
« Reply #1 on: March 07, 2008, 04:02:44 pm »
You really got no message after running setup.py install ??

You can still install it manually, by copying the files yourself to /usr/lib/python2.5/site-packages.
Laurent Gomila - SFML developer

sebastiend

  • Newbie
  • *
  • Posts: 9
    • View Profile
Solved
« Reply #2 on: March 07, 2008, 04:22:57 pm »
Solved.
The name used by the package is PySFML.

sebastiend

  • Newbie
  • *
  • Posts: 9
    • View Profile
Python
« Reply #3 on: March 14, 2008, 08:55:35 am »
Did you get python files generated in the way you made the python binding?
They would not be usefull for the library itself, but the IDE will be able to display available functions in a selection menu.

dunce

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Python
« Reply #4 on: May 05, 2008, 07:11:44 am »
I wanted to give a try to the python sfml binding. But the compiler reported that it did not find the file settings.hpp.

Kingdom of Fish

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Python
« Reply #5 on: July 17, 2009, 11:20:53 pm »
IMHO the python package really should be named sfml or maybe SFML, prefixing it with Py is not very pretty and only confuses people.