Kerry Bonin wrote:
OK, he tried again with latest. According to him, the bdist egg command was removed, and what is generated by default (the ...egg-info) is script data to allow a local install, but no egg is actually generated. We need to know how to generate an actual egg so we can redistribute that, not the entire qpid build tree. Does that make sense ?
The bdist_egg command isn't something we provide, it's part of setuptools. Our setup scripts use distutils by default (which doesn't include bdist_egg), however you could try using our setup scripts with setuptools if you like:
http://bob.pythonmac.org/archives/2006/01/18/using-setuptools-features-with-distutils-scripts/ --Rafael --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
