Newbie question
Aahz Maruch
aahz at netcom.com
Sun Jun 6 02:18:57 EDT 1999
In article <3759FF72.E393CAEA at massey.ac.nz>,
yourname <yourname at massey.ac.nz> wrote:
>
>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
Try ftplib.FTPLogin() (or something like that). In general, you need to
explicitly specify the namespace you're using.
--
--- Aahz (@netcom.com)
Hugs and backrubs -- I break Rule 6 <*> http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het
"Why do you like my boyfriend to tie you up and beat me.?"
-- ELIZA generates a poly moment
More information about the Python-list
mailing list