18 Dec
2011
18 Dec
'11
12:33 a.m.
On Dec 17, 2011, at 7:13 PM, Maurits van Rees wrote:
There is a problem with the setup.py of 1.2 though: 'import os' is missing so it cannot be used. I have fixed it on trunk. Could you release a new version?
Done. zc.queue-1.2.1 is now on PyPI. P.S. Lessons learned: 1. Run "pyflakes .", not "pyflakes src". 2. Improving setup.py is not an improvement if done in a hurry and one forgets a crucial import. :-) Best regards, Zvezdan