Hi,

i just stumbled upon a problem on a CentOS machine with python2.4.3
setup.py tried to install the missing Pyro module, but then failed because
of incompatibilities between python < 2.6 and Pyro >= 4.
I propose to force setup.py to chose the proven release 3.x of Pyro. This
can be achieved by the following modification in setup.py:

install_requires = [
                    'pyro<4',
                    ],

Gerhard
 

__________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 5435
(20100908) __________

E-Mail wurde gepruft mit ESET NOD32 Antivirus.

http://www.eset.com
 


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to