$ sudo apt-get install python-mysqldb python-mysqldb-dbg
<snip>

[EMAIL PROTECTED]:~/howto$ python
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mysql
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named mysql
>>> import mysqldb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named mysqldb

what am i doing wrong?

where are the python modules stored so I can see what's available?

thanks..

David.
_______________________________________________
coders mailing list
coders@slug.org.au
http://lists.slug.org.au/listinfo/coders

Reply via email to