Re: cgi error




<s99999999s2003@xxxxxxxxx> wrote in message
news:1143816755.824662.116540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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.


.