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

Pages: [1]
1
Python / Re: python-sfml
« on: May 04, 2013, 02:01:39 am »
Is it safe to switch to sfml-development now ? :-p

2
Python / Re: python-sfml
« on: May 02, 2013, 04:52:46 pm »
Are the packages stable now ? (and which ppa should be used: ppa:sonkun/sfml-development ? )

3
Python / Re: python-sfml
« on: April 30, 2013, 02:21:22 pm »
Yay ! Happy to know that the Python binding is finally approaching a stable version :-) !

Good luck with the final changes. Could you please publish python-sfml on PyPi ? (so we can install it with "pip" which would be *way* easier).

4
Python / Re: python-sfml2
« on: February 13, 2013, 09:27:35 pm »
When trying to launch pysfml-pong, I get this error message:

Traceback (most recent call last):
  File "pong.py", line 16, in <module>
    import sfml as sf
  File "/usr/lib/python3.2/dist-packages/sfml/__init__.py", line 13, in <module>
    from sfml.graphics import *
ImportError: /usr/lib/python3.2/dist-packages/sfml/graphics.cpython-32mu.so: undefined symbol: _ZN2sf4Font14getDefaultFontEv


I get the same kind of error when using pysfml with Python 2.7 :

ImportError: /usr/lib/python2.7/dist-packages/sfml/graphics.so: undefined symbol: _ZN2sf4Font14getDefaultFontEv

5
Python / Re: python-sfml2
« on: January 29, 2013, 09:34:02 am »
Works great :) Noticed you did that when Ubuntu told me there was an update available for python-sfml

I'm using Ubuntu 12.10, and it seems to work great. (installed with no bugs, but I still got to check with a hello world :))

6
Python / Re: python-sfml2
« on: January 28, 2013, 02:50:39 pm »
I can't install python-sfml2 from the ubunto repository :-/. This could be an error on my side, but could someone check if it works ?

Here's the error message I get :
"E: Impossible de trouver le paquet python-sfml2"
(can't find the package python-sfml2)


Pages: [1]
anything