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

Pages: [1]
1
Python / 1.6 python release?
« on: June 20, 2010, 07:13:00 am »
There were no errors while compiling PySFML or SFML itself, interestingly enough on further investigation a few of the sample programs with SFML segfault (but not all) so I'm gonna guess its something to do with my system..

Admittedly, I dont know a whole lot about Gentoo, I had a look at some of the ebuilds on their portage bugtraq, seems that SFML brings packages to resolve many of the dependencies itself, which is not really the gentoo way.. I'll mess around with the 1.4 ebuild see if I can get it to work with 1.6 when I get more time (Uni exams in a week :P)

2
Python / 1.6 python release?
« on: June 19, 2010, 06:11:40 pm »
Getting 'ImportError: /usr/lib64/python2.6/site-packages/PySFML/sf.so: undefined symbol: _ZNK2sf5Image12GetTexCoordsERKNS_4RectIiE' from Python 2.6 and 3.1, under Gentoo X86_64...

Installed the package fresh,  so may be something I've done wrong, is anyone else getting this error?

3
Python / Having trouble interfacing with events
« on: May 04, 2009, 09:21:14 pm »
hey guys, I'm having trouble interfacing with events, or finding any tutorial-like documentation to understand (Unfortunately, help(Event) hasn't been very helpful :()

Would anybody be kind enough to show me there code that prints /all/ events to the screen, along with the data related to it. With the code provided below I was able to see a keypress, or mouse movement, but unable to figure out how to probe for any more information..

Code: [Select]

while App.GetEvent(Event):
            print Event.Type
            #help(Event)


I'm happy to write my own handler, but I just cant figure out how to pull anymore data :(

Cheers,
Fragged

I've jumped to SFML from PyGame and I'm loving it; bar the installation trouble it seems to be a hell of a lot faster, with the same simple library :)

Pages: [1]