19 Apr
2005
19 Apr
'05
9:38 a.m.
--On Dienstag, 19. April 2005 11:25 Uhr +0200 Lucas Hofman <lucas.hofman@pgs.com> wrote:
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.
*Why* isn't it working? Errors? Tracebacks? -aj