My understanding of PythonScripts is it is a way to allow the import of such or such module, and the use of such or such method in those modules, but it doesn't prevent the access to such or such attributes on existing objects, does it ?
<br><br>Eric BREHAULT<br><br><br><div><span class="gmail_quote">On 3/16/07, <b class="gmail_sendername">Andrew Milton</b> &lt;<a href="mailto:akm@theinternet.com.au">akm@theinternet.com.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
+-------[ Eric Br?hault ]----------------------<br>|<br><br>[snip]<br><br>| As I do not plan to develop my own script language to do it, I thought I could<br>| use directly Python, and run it using exec.<br><br>Why not just use Python Scripts?
<br><br>Or a custom subclass of Python Scripts with the added security options you want?<br><br>--<br>Andrew Milton<br><a href="mailto:akm@theinternet.com.au">akm@theinternet.com.au</a><br></blockquote></div><br>