zaf schrieb: > Hi, I recently upgraded from TG 1.0.4.4 to 1.0.7 and everything seemed > to work fine until I tried installed our web app locally on my boss' > machine. > I got the following error from tg-admin sql create : > http://paste.turbogears.org/paste/8711. > Does anyone know why and how to fix it ? I need this fairly quickly...
How did you install the app? If you didn't install an egg with easy_install or dis a "python setup.py develop|insall" in the project directory, you need to install SQLAlchemy manually... 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 -~----------~----~----~----~------~----~------~--~---

