Select to view content in your preferred language

Serious Python Errors since using 64-Bit OS - like ftplib module.

813
0
11-22-2013 06:52 AM
by Anonymous User
Not applicable
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....
Tags (2)
0 Kudos
0 Replies