[sqlalchemy] Re: Import problem

2007-09-21 Thread Goutham Lakshminarayan
Bingo! easy_install -u sqlalchemy worked. (Btw wouldn't mind knowing what was wrong wen i first installed it :O. The folder wasnt empty and easy_install.pth did have a refernece to the egg). Thnx a lot! regards Goutham --~--~-~--~~~---~--~~ You received this

[sqlalchemy] Import problem

2007-09-20 Thread Goutham Lakshminarayan
This might trivial to most of u but Iam having problems importing sqlalchemy on windows. The installation went without a problem but when i went to site packages directory there was a SQLAlchemy-0.3.10-py2.5.egg folder and no folder called sqlalchemy or a .py file. Moreover i cant import

[sqlalchemy] Re: Import problem

2007-09-20 Thread Goutham Lakshminarayan
Its an import error. The module doesnt exist. There is only a folder called SQLAlchemy-0.3.10-py2.5.egg(This is a folder,not an EGG file) in my site packages. Nothing else related to sqlalchemy is there in the sitepackages.The installation went fine. The problem is there is no sqlalchemy folder or