mySQL access

G

Greg Lindstrom

Hello-

I'd like to connect to a mySQL database from Python 2.3 on Windows XP. I've
read up on the mySQLdb module, but do not have Microsoft Visual Studio for
the C++ compile part of the exercise. Am I hosed? Or is there a way do
this without having to have VS?

Thanks,

--greg

Greg Lindstrom (501) 975-4859
NovaSys Health (e-mail address removed)

"We are the music makers, and we are the dreamers of dreams" W.W.
 
D

deelan

Greg said:
Hello-

I'd like to connect to a mySQL database from Python 2.3 on Windows XP. I've
read up on the mySQLdb module, but do not have Microsoft Visual Studio for
the C++ compile part of the exercise. Am I hosed? Or is there a way do
this without having to have VS?
maybe i'm missing something, but there is a win32 binary download
for mysqldb 1.0 on sf.net:

<http://prdownloads.sourceforge.net/mysql-python/MySQL-python-1.0.0.win32-py2.3.zip?download>

project page:
<http://sourceforge.net/projects/mysql-python/>

HTH,
deelan
 
D

Dennis Lee Bieber

the C++ compile part of the exercise. Am I hosed? Or is there a way do
this without having to have VS?
Usually someone creates a Windows binary...

However, M$ has, apparently, made the base compiler available --
ie, without the VS GUI stuff; if you can figure out the command line
invocations, you could try downloading the compiler...

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sharing Base Class members 0
Oracle Access via cx_Oracle 0
Boa Constructor Problem 5
Pattern Matching 0
Oracle Access via cx_Oracle 1
Machine identification 1
Oracle Access via cx_Oracle 1
Pmw EntryWidget Help 1

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top