31 Jan
2006
31 Jan
'06
8:07 p.m.
Jonathan Cleaver wrote at 2006-1-31 11:38 +0000:
... Now for the wierd bit. I successfully ran the code that went into this module line-by-line in the Python interpreter. The data.fs was beautifully packed. However, when I run this script from the command line (through another script that acts as a hook) the line "app = Zope.app()" fails with the error "No such file or directory".
*ALWAYS* look at the traceback! It tells you where precisely the error happens... -- Dieter