Re: import vs. subdirectory search

2007-01-18 Thread gordyt
John try this: from M2Crypto import SSL That should put your SSL module in the namespace as you want. --gordy -- http://mail.python.org/mailman/listinfo/python-list

Re: import vs. subdirectory search

2007-01-18 Thread Gabriel Genellina
"John Nagle" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] >I'm running Python 2.3.4 from a CGI script on a shared hosting Linux > system. > The CGI program is being executed from Apache, as "nobody". I have some > local modules installed in "~myname/lib/python"; these i

import vs. subdirectory search

2007-01-17 Thread John Nagle
Some obscure import issues: I'm running Python 2.3.4 from a CGI script on a shared hosting Linux system. The CGI program is being executed from Apache, as "nobody". I have some local modules installed in "~myname/lib/python"; these include "MySQLdb" and "M2Crypto". Since this is running