|
From: Andrey K. <ak...@kd...> - 2002-05-20 16:38:37
|
Hi!
I'd like to keep core sources separate from user interface psp files.
Thus, I've added context with path of user interface
'Contexts': {
'Admin': '%(WebKitPath)s/Admin',
'Examples': '%(WebKitPath)s/Examples',
'Docs': '%(WebKitPath)s/Docs',
'Testing': '%(WebKitPath)s/Testing',
'Project': '/bla-bla-bla/project/ui',
'default': '%(WebKitPath)s/Examples', ##MAWD
},
But, when I try to import core source classes from psp:
<%@page imports="my.project.class"%>
the WebKit can't find it for obvious reasons -- they are located under
/bla-bla-bla/project/src
Is there a way to add the src path to the sys.path via configuration file?
Thanks in advance!
--
Andrey V Khavryuchenko http://www.kds.com.ua/
Offshore Software Development
|