[opensuse] Python and MySQL
Guys, I am working on teaching myself python and I am trying to get connectors to worked. I followed the following package for Debian/Ubuntu python-mysqldb But, I can't find it on opensuse, what is the equal Can you please let me know what I need to do so I can do this... import MySQLdb Thanks, -- Terror PUP a.k.a Chuck "PUP" Payne (678) 636-9678 ----------------------------------------- Discover it! Enjoy it! Share it! openSUSE Linux. ----------------------------------------- openSUSE -- en.opensuse.org/User:Terrorpup openSUSE Ambassador/openSUSE Member Community Manager -- Southeast Linux Foundation (SELF) skype,twiiter,identica,friendfeed -- terrorpup freenode(irc) --terrorpup/lupinstein Register Linux Userid: 155363 Have you tried SUSE Studio? Need to create a Live CD, an app you want to package and distribute , or create your own linux distro. Give SUSE Studio a try. www.susestudio.com. See you at Southeast Linux Fest, June 8-10, 2012 in Charlotte, NC. www.southeastlinuxfest.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/31/2012 10:58 PM, Chuck Payne wrote:
Guys,
I am working on teaching myself python and I am trying to get connectors to worked. I followed the following package for Debian/Ubuntu
python-mysqldb
But, I can't find it on opensuse,
This should do the trick ;) zypper se mysql | grep python
what is the equal
python-MySQLdb returned by the above command. HTH, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead rjschwei@suse.com rschweik@ca.ibm.com 781-464-8147 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Robert Schweikert <rjschwei@suse.com> wrote:
On 10/31/2012 10:58 PM, Chuck Payne wrote:
Guys,
I am working on teaching myself python and I am trying to get connectors to worked. I followed the following package for Debian/Ubuntu
python-mysqldb
But, I can't find it on opensuse,
This should do the trick ;)
zypper se mysql | grep python
what is the equal
python-MySQLdb
returned by the above command.
HTH, Robert
Chuck, This looks like a good time to use / improve your obs skills. That package should likely also have an explicit: provides python-mysqldb Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Chuck Payne
-
Greg Freemyer
-
Robert Schweikert