Message5
Under Python 2.1/MacOS 9.1, the initialization
script fails in the templatebuilder.py script; see the
traceback below:
roundup.init.init('Slack:Desktop
Folder:roundup_test', 'extended', 'anydbm',
'test123')
Traceback (most recent call last):
File "<input>", line 1, in ?
File "slack:development:python
2.1:lib:site-packages:roundup:init.py", line 45, in
init
roundup.templatebuilder.installHtmlBase(template
_name, instance_home)
File "slack:development:python
2.1:lib:site-packages:roundup:templatebuilder.py",
line 43, in installHtmlBase
os.makedirs(installDir)
File "Slack:Applications (Mac OS 9):Python
2.1:Lib:os.py", line 196, in makedirs
mkdir(name, mode)
error: (17, 'File exists')
There *is* a try/except block here, but it basically
just appears to be failing to catch the
MacOS-specific disk I/O errors.
Thanks, though, for bringing the roundup spec so
close to reality!
Lennon Day-Reynolds
Software Engineer
Kestrel Institute |
|
Date |
User |
Action |
Args |
2009-02-03 14:19:58 | admin | link | issue448484 messages |
2009-02-03 14:19:58 | admin | create | |
|