Computer Science Canada Importing a shared library into Python. |
Author: | Mackie [ Mon Jan 28, 2008 1:38 am ] |
Post subject: | Importing a shared library into Python. |
I'm just starting in Python, and I've done all of those text-based calculator things I usually do in a language, so I want to get in to some audio and graphic stuff. So my cousin ( just started working at Mozilla *brag**brag*) said, to use the Simple DirectMedia Layer. http://www.libsdl.org/ I've looked over the documentation and there was no help, so how could I get this imported in to Python? Thanks. |
Author: | rdrake [ Mon Jan 28, 2008 11:58 am ] |
Post subject: | RE:Importing a shared library into Python. |
I do believe there are bindings for SDL for Python. Alternatively you can also check out this. |
Author: | Mackie [ Mon Jan 28, 2008 12:32 pm ] |
Post subject: | RE:Importing a shared library into Python. |
Thanks. I'm installing it right now! |