Distributing programs depending on third party modules.

Kevin Walzer kw at codebykevin.com
Tue May 15 16:47:05 EDT 2007


Bruno Desthuilliers wrote:

>> What platform are you doing this on? On the Linux platform, 
>> "dependency hell" of this sort is pretty much unavoidable,
> 
> Yes it is. EasyInstall works just fine.

You can install a beast like PyQt with easy_install? Meaning, that it 
will download and build/install not just the PyQt bits, but also Qt 
itself, sip, and all the other foundational components? If easy_install 
handles all that, I'm impressed.
-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com



More information about the Python-list mailing list