[sqlalchemy] Re: Suggestions for setup.py

2008-02-17 Thread Paul Johnston

Hi,

 h im not sure every DBAPI can get installed through easy_install 
 tho.  pyscopg2 comes to mind.

Similarly you can't easy_install pyodbc at the moment.

I was thinking that doing this would be motivation to do the work to 
make those packages easy_install'able.

Paul

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: Suggestions for setup.py

2008-02-15 Thread Michael Bayer
h im not sure every DBAPI can get installed through easy_install  
tho.  pyscopg2 comes to mind.

On Feb 15, 2008, at 6:32 AM, Paul Johnston wrote:

 Hi,

 I've noticed that setuptools supports optional dependencies 
 http://peak.telecommunity.com/DevCenter/setuptools#declaring-extras-optional-features-with-their-own-dependencies

 Would it be worth adding one of these for each database SA supports?

 You could then do easy_install sqlalchemy mssql to get SA + the  
 appropriate dbapi.

 Paul

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---