On Mar 9, 12:53 pm, casibbald <[email protected]> wrote: > > I do have mysqldb installed on my ubuntu machine, but it seems this > needs to be installed within the virtualenv as well, i tried > easy_install mysqldb, with no luck.
What does easy_install say when you try? And did you create the virtualenv with the no-site-packages option? If so, ignoring your global site packages is by design. If you can find the files that mysqldb uses in your main site-packages directory, it may be enough to copy those to your virtualenv site packages directory. -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

