Martijn Faassen wrote:
I wonder whether I'm doing something wrong, as previously this worked. To verify I'm not doing something stupid, could someone please say this is the proper sequence for uploading the lxml egg?
download the tgz from codespeak.net. This contains the .c file that has been created by our special version of Pyrex.
Then unpack it, and:
$ python2.4 setup.py build [go to lib dir, strip the .so files] $ python2.4 setup bdist_egg $ python2.4 setup upload
You have to run "bdist_egg upload" on one command line as the upload takes the files that were created in the same run. I'm planning to release a 1.1.1 pretty soon, BTW, as there were a couple of bugs in lxml.objectify (and there are a few nice new features on the trunk, too). So, no hurry with eggs for 1.1. Stefan