From: Adam T. <a-t...@st...> - 2006-09-14 15:41:24
|
> I guess it's something that has a dependency on qt. It'll probably > need a protected 'import' statement, as in progress/__init__.py. > I'll look into it as soon as I have a chance. You can locally > switch to the earlier revision with something like 'svn update - > r335' which will allow you to continue for the moment The current version of __init__.py *should* only load the qt-based modules if qt or PyQt4 has already been loaded. I have yet to test on a machine without qt/PyQt4. As far as utils.py goes, I modified ccopen to allow optional progress classes and logging stuff to it in addition to the filename. I ran testall.py, and I didn't get any extra errors. Adam |