Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Searching python-list and MySQL

Reply
Thread Tools

Searching python-list and MySQL

 
 
Richard Brosnahan
Guest
Posts: n/a
 
      04-11-2006
I hate asking questions that have probably been answered before, but
I have not found a way to conveniently search the archives of this
mailing list.

So...

Can someone tell me how to search this mailing list, short of
downloading every month's archive and searching manually?

Or, can someone tell me how to easily interface with MySQL with
python? I've successfully hooked python up with PostgreSQL, but this
MySQL thing has been more difficult.

I know about mysyql-python
http://sourceforge.net/projects/mysql-python.

I would describe the requirements for building mysql-python as
annoying. OK, if I'm building from scratch, the requirements are
understandable. Still, annoying.

I have a web server running SuSE that does not have MySQL installed,
that I want to connect to a different server running MySQL. In order
to create this python module, it appears I've got to create it on a
server with mysql and mysql-devel, and various other items, and then
move it to the web server.

So I installed those items, reluctantly, on the web server and ran
python2.4 setup.py build
The script complained about a lot of things, including not finding
mysql_config. I then added mysql_config to the PATH, and it generated
a whole slew of other errors related to GCC. GCC is installed...

Someone on this list MUST have solved this before...

Can anyone provide me a hint? Is there a SuSE rpm, that doesn't spew
out 400 dependency errors?

I would very much appreciate any hints.

tia

--
Richard Brosnahan
Owner
Engineering Art, L.L.C

Silence is golden when you can’t think of a good answer.
Muhammad Ali, boxer


 
Reply With Quote
 
 
 
 
BartlebyScrivener
Guest
Posts: n/a
 
      04-11-2006
>> Can someone tell me how to search this mailing list, short of
>> downloading every month's archive and searching manually?


Huh? How are you accessing it now?

Just point your browser to:

http://groups.google.com/group/comp.lang.python

and look in the upper right hand corner where there's a box that says
"Search This Group"

rick

 
Reply With Quote
 
 
 
 
BartlebyScrivener
Guest
Posts: n/a
 
      04-11-2006
Oh, sorry, Richard,

and to answer your question about Python and MySql, try searching on
mxODBC, or better, search on "mxODBC Holden" as Steve Holden seems to
answer every question on sql and Python.

Hope that helps.

rick

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Python and Connecting to MySQL remotely WITHOUT MySQL installedon local computer dave Python 4 11-18-2010 04:19 AM
Re: How to insert PDF file in to MySql and read it from MySql toJAVA App Jeffrey H. Coffield Java 1 07-24-2009 12:29 AM
Re: How to insert PDF file in to MySql and read it from MySql to JAVA App Roedy Green Java 0 07-23-2009 05:30 PM
Google search result to be URL-limited when searching site, but notwhen searching Web stumblng.tumblr Javascript 1 02-04-2008 09:01 AM
Searching and MySQL module stuff broz Python 0 04-14-2006 01:12 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57