error: global 'log' not declared.
sorry I don't remember the exact error and since I've fixed it, I don't exactly see it any more
Anyways... so it turns out the Python imports were not being passed between packages 'correctly', or it just wasn't working on my server... anyways the simple fix was to add the following line to the file/package in question:
from distutils import log
the file on my end was '/usr/lib/python2.4/site-packages/setuptools/command/sdist.py'. It is probably an error in other packages too, but as since I haven't run into them yet.... All I hope is that it gets fixed with future updates, we'll see what happens.
No comments:
Post a Comment