[Zope] How to break up an external method over multiply source files

Lucas Hofman lucas.hofman at pgs.com
Tue Apr 19 05:25:49 EDT 2005


I have an external method a.py (in $INSTANCE_HOME/Extensions) that 
becomes to big to be in one python file.

I have put some functions in b.py (also in $INSTANCE_HOME/Extensions) 
and want to use them from a.py. However 'import b' in a.py does not work.

How to get this to work?

Lucas



More information about the Zope mailing list