Hi George, 2009/3/31 George Weeks <[email protected]>: > 1. I have not had any problem with access permissions for any other > programs. Is there a way to invoke the install with different permission > levels? The usr/local/bin directory is owned by root.
I'm not sure about this one. Did you try 'sudo python setup.py' to run the installation as root? > 2. Why might the Icons module be found by one source code set but not the > other? Is it part of the source code package or part of something else? > Any suggestions about how to get this working would be appreciated. You need to some files by running 'make icons templates i18n'. Did you use the Makefile to run the tests? Running 'make unittests' should automatically create the icons and templates. Anyway, clearly some documentation is needed for people that check out the sources from subversion. Cheers, Frank
