13 Mar
2003
13 Mar
'03
2:08 p.m.
THerp@apriori.de wrote:
When I run the Zope install script on a freshly installed Zope, and my Product is already there, it complains that the *.py scripts (aimed for import) would be invalid, because there are return-, but no def statements. Thus, installation fails; I must first remove my product.
This may be completely daft, but my first reaction is that files with Zope python scripts maybe should have separate file extentions, since they aren't valid python files. .pys, maybe?