Mark Greenbank wrote:
>  1) why do the paths still refer to the 'build' directory? Shouldn't 
> these files have been move to 'site-packages'?

easy_install --always-unzip 'SQLAlchemy>=0.2'

Those paths were compiled into the .pyc files, during the bdist_egg 
step inside easy_install. If you do the --always-unzip, the reported 
paths are correct.

>  2) the error seems to indicate that InvalidRequestException is not 
> defined; perhaps I'm not accessing the exceptions.py module? Could 
> this be a PYTHONPATH issue?

Naaah; I think I saw a ticket on that. Probably been fixed already.
<checks code> Yep, Michael fixed it.

>  3) The actual line of code is trying to complain about the dialect 
> for postgres not being present

easy_install psycopg2

-- 
Luís Bruno



_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to