20 Sep
2000
20 Sep
'00
2:58 p.m.
I have this in an ExternalMethod and it works fine: import MySQLdb conn = MySQLdb.Connection(user='xxxx', passwd='yyyyy', db='zzz') In a PythonMethod, it fails because of the import restriction. What's the easiest way to get around this. I'm not getting anything out of the documentation in PythonMethods/ModuleSecurityInfo because it never says where the code snippets should actually go.