[mod_python] PSP imports

Gregory (Grisha) Trubetskoy grisha at modpython.org
Sun Nov 30 22:24:48 EST 2003



On Sun, 30 Nov 2003, Dan W. wrote:

> I've attempted this on a PSP page with a packaged module and am not getting
> the module in the global namespace.
>
> <%
> apache.import_module('mypackage.mymodule')

<%
mymodule = apache.import_module('mypackage.mymodule')


Grisha


More information about the Mod_python mailing list