problem with installer 6a2 and python 2.3 ftplib

A

ardechou

hi ,
i have to build an application whoi using python 2.3
This application is running on python 2.2 , but i want to change to
python 2.3.
So , i used in my application ftplib to search a file in unix server.
it's simple , i used
t=ftplib.FTP()
t.connect("server_unix)
t.login("login","pass")
list=[]
t.cwd("/home/source/")
t.retrlines('LIST',liste.append())
t.quit()

so , no problem when i used the source directly with python2.3
but i want to have a standalone version , so i try to use installer
6a2
and the command t.connect("server_unix") does an exception
i don't know why , the source version is ok with python.exe and the
standalone version with installer 6a2 does'nt work ....

Thanks for your help

ardechou
 
M

Michel Claveau, résurectionné d'outre-bombe inform

Bonsoir !

Il n'y a pas beaucoup plus de réponse en anglais, on dirait...
Désolé, mais je ne sais même pas ce qu'est Installer6a2

@-salutations
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top