Newbie question

yourname yourname at massey.ac.nz
Sun Jun 6 00:56:19 EDT 1999


Hi

I'm getting this error when I try to call a function

Traceback (innermost last):
  File "ftpclient", line 229, in ?
    FTPLogin(oFtp,site,port,sUserID,sUserPassword) #site,port)
NameError: FTPLogin

This is my first project in Python and I'm doing a really simple ftp
client that uses a UNIX server as a file repository.  All I have is a
set of functions that log me in send and recieve files and a whle loop
that sits by itself at the end of the document that spins and asks the
user for input to choose an option.

Where on the python site are their docs for error codes?

TIA

Jason





More information about the Python-list mailing list