
-----------------------------------
Mackie
Mon Jan 28, 2008 1:38 am

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.

-----------------------------------
rdrake
Mon Jan 28, 2008 11:58 am

RE:Importing a shared library into Python.
-----------------------------------
I do believe there are bindings for SDL for Python.  Alternatively you can also check out [url=http://www.pygame.org/news.html]this.

-----------------------------------
Mackie
Mon Jan 28, 2008 12:32 pm

RE:Importing a shared library into Python.
-----------------------------------
Thanks. I'm installing it right now!
