Original User: rdg129
I have been running into alot of problems like using the ftplib module. I recently moved to 64-bit and used the new 64-bit geoprocessing patch, but been having problems with my usual scripts that use specific modules.
Here is an example of my error.
Traceback (most recent call last):
File "C:\Python27\ArcGISx6410.1\lib\ftplib.py", line 398, in retrbinary
self.voidcmd('TYPE I')
File "C:\Python27\ArcGISx6410.1\lib\ftplib.py", line 248, in voidcmd
self.putcmd(cmd)
File "C:\Python27\ArcGISx6410.1\lib\ftplib.py", line 178, in putcmd
self.putline(line)
File "C:\Python27\ArcGISx6410.1\lib\ftplib.py", line 173, in putline
self.sock.sendall(line)
AttributeError: 'NoneType' object has no attribute 'sendall'
Help....