I'm getting the following error when trying to launch moviemanager from anywhere but the root moviemanager folder. I don't know python so I've no idea what's going on. I first noticed it when I tried setting up a launchd item for it. I've tried running the .app but that errors out with either this same error or the previous python 2.5 error I mentioned. Hope this helps shed some light on it.
Running Mac OSX 10.5.8 and python 2.6.5 on a PPC G4 macmini.
username:~ username$ python moviemanager/MovieManager.py
Traceback (most recent call last):
File "moviemanager/MovieManager.py", line 13, in
logging.config.fileConfig(os.path.join(path_base, 'logs', 'logging.conf'))
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/config.py", line 76, in fileConfig
formatters = _create_formatters(cp)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/config.py", line 109, in _create_formatters
flist = cp.get("formatters", "keys")
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ConfigParser.py", line 531, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'formatters'
username:~ username$ python --version
Python 2.6.5
username:~ username$ cd moviemanager/
username:moviemanager username$ python MovieManager.py
[04/Jul/2010:15:45:11] ENGINE Listening for SIGHUP.
[04/Jul/2010:15:45:11] ENGINE Listening for SIGTERM.
[04/Jul/2010:15:45:11] ENGINE Listening for SIGUSR1.
[04/Jul/2010:15:45:11] ENGINE Bus STARTING
[04/Jul/2010:15:45:11] ENGINE Started monitor thread '_TimeoutMonitor'.
[04/Jul/2010:15:45:11] ENGINE Serving on 0.0.0.0:5000
[04/Jul/2010:15:45:11] ENGINE Bus STARTED





Just download the code from github ("Download Source"-button).