There's a way to import modules others than string, math, and random Open the Zope online help and have a look at "Scripts (Python)>Allowing Import of Modules" Hope it helped... --Gilles ----- Original Message ----- From: "tom smith" <tom@othermedia.com> To: "E. Seifert" <e.seifert@gmx.net> Cc: <zope@zope.org> Sent: Saturday, June 02, 2001 8:03 PM Subject: Re: [Zope] I want to script in Python and not Zope-Python
Is there any way to let python scripts to have access to all the bits
and
bobs I've got going with python, like MySQL (or Tk even) rather than have to deal with python-in-zope.
This is a question of security. You can't let Zope users use all aspects of Zope.
What if I'm the only zope authorer? I fairly sure I can trust myself.
...And don't want to muck about with external methods. I want FULL python power within zope.
To leverage the full power of Zope just use external methods. They allow to write fully functional python applications which you can access from within Zope.
Hello?! I don't want to use external methods.
tom
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )