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 _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
