Python 2.2 dynamic library problem on Compaq Tru64

Fernando Pérez fperez528 at yahoo.com
Tue Feb 5 11:30:45 EST 2002


Anthony Allen wrote:

>> > ? ? import cx Oracle, os, sys, smtplib

This line is extremely suspicious, see the missing comma between cx and 
Oracle. Modules can't have spaces in their names. Double check that first.

Cheers,

f.



More information about the Python-list mailing list