[Tutor] (no subject)

Alan Gauld alan.gauld at freenet.co.uk
Mon Oct 31 18:25:32 CET 2005


> When I ran in debugger, calling the FTP library invokes a no SOCKS
> module error that the ftplib seems to be trying to access.

Can you tell us which debugger you are using? I don't recognise what's 
going on here.
 
>>> --Call--

This looks like the Python interactive prompt, 
but whats the --Call-- thing?

Its not valid Python syntax and yet the messages below suggest 
that it is being processed in a semi-sane way. 

[Dbg]>>> Traceback (most recent call last):

And I don;t recognise the square brackets [Dbg] either. 
Which debugger is it?

Finally given the number of import errors I'd suggest there is a path
problem somewhere. But without knowing which OS, which IDE 
and where/how you are executing this I can only guess.

Alan G.


More information about the Tutor mailing list