Just FYI,

I am installing things on Ubuntu 10.10 (Maverick) and when I do this:

easy_install.main(['-Zmad', sitePKG, "sqlalchemy==0.6.8"])

I get:
error: Could not find suitable distribution for Requirement.parse('sqlalchemy==0.6.8') (--always-copy skips system and development eggs)

If I use "sqlalchemy==0.6", I get 0.6.3

With "sqlalchemy==0.6.6" I did get 0.6.6 which is fine for what I am doing at the moment.

Werner


--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to