py2exe and ftplib

Dagur Páll Ammendrup dagurp at heimsnet.is
Thu Mar 13 07:06:04 EST 2003


Hi!

I made a script that among other things allows you to upload files with 
ftp. It works fine but if I compile it to .exe with py2exe I get this 
error when trying to upload:

exceptions.AttributeError'NoneType' object has no attribute 'sendall'

Any ideas?

-Dagur





More information about the Python-list mailing list