On Jun 19, 7:52 am, AkA <[email protected]> wrote:
> Receive this error while trying to easy_install mysql-python in my
> virtalenv (binary installer goes straight to the Python installation
> directory and synchronizing dependencies virtualenv doesn't change a
> thing):
>

     >% cut stuff that makes this look less like a turbogears question
%<

> And when I try to initialise my database by the command
> paster setup-app development.ini
> I get the ImportError: No module named MySQLdb.
>
> Anyone has a clue police?

I do the same thing every time...

TG defaults to sqlite, so it doesn't install MySQLdb for you, and
rightfully so. You can use easy_install, but you have to get the right
package name, case sensitive. I think it's mysqldbda.

Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to