<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> It works fine when i run it in python , but it won't run when i run my
> cgi script.
>
> It says AttributeError: 'module' object has no attribute 'FTPHost'
> what could be a possible cause? thanks.

Perhaps you called your script 'ftputil'. If so, 'import ftputil' won't
import the standard library version. 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to