Importing a shared library into Python.
Author |
Message |
Mackie
![](http://compsci.ca/v3/uploads/user_avatars/217548454cee912ae1202.png)
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
rdrake
![](http://compsci.ca/v3/uploads/user_avatars/113417932472fc6c9cd916.png)
|
Posted: 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. |
|
|
|
|
![](images/spacer.gif) |
Mackie
![](http://compsci.ca/v3/uploads/user_avatars/217548454cee912ae1202.png)
|
Posted: Mon Jan 28, 2008 12:32 pm Post subject: RE:Importing a shared library into Python. |
|
|
Thanks. I'm installing it right now! |
|
|
|
|
![](images/spacer.gif) |
|
|