Python PyOpenGL, PyOpenAL, and MySQLdb Problems

Started by
6 comments, last by Jedimace 15 years, 11 months ago
Ok, a few problems with Python. First of all, MySQL problems. I don't have the MySQLdb file in my Python 2.3.5, how can I get it. Second of all, about PyOpenGL, is it the same as OpenGL in C++ (i.e. the same function names and input)? Finally, PyOpenAL, is that the same case? All of that would be so that I could use C++ tutorials to learn them. If not, some tutorials for them in Python would be appreciated. Any help would be appreciated. Also, any help on getting an installer for any of those three programs: PyOpenGL, PyOpenAL, and MySQLdb. Thanks for your help in advance.
-Jedimace1My company siteEmber StudiosAlmost Done
Advertisement
1. you need to install it, I usually just use the easy installer and get the egg files from the cheese shop
2. yes, albeit pyOpenGL has built in error checking that can slow down your performance(but does the error checking for you), IIRC pyglet has a more manual binding to openGL
3. Haven't used it but I'd assume so.
Ok, that first one got me. Cheese shops? Eggs? Where do i get the installer file from? I haven't done a lot with outside python modules... The rest helped though, thanks!
-Jedimace1My company siteEmber StudiosAlmost Done
Cheese Shop
Thanks. That place is cheesy. Cheesecake? Lol.
-Jedimace1My company siteEmber StudiosAlmost Done
Another small problem. Which file is it?
-Jedimace1My company siteEmber StudiosAlmost Done
If you're asking which package is the Python MySQL one, then you want MySQL-python. If not, you need to phrase your question more precisely.
Yeah, that's what I meant. Thanks for the help!
-Jedimace1My company siteEmber StudiosAlmost Done

This topic is closed to new replies.

Advertisement