'import' error in csh

Skip Montanaro skip at pobox.com
Thu Jul 12 10:59:16 EDT 2001


    Joonas> That code hasn't gone thru Python interpreter, because the error message
    Joonas> comes from csh.
    Joonas> Try to fix the first line from '# !/usr/bin/local/python' to
    Joonas> '#!/usr/bin/local/python'

or more likely:

    #!/usr/local/bin/python

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list