Hello.
We'are sorry but we cannot help you. This mailing list is to work on
developing Python (fixing bugs and adding new features to Python itself); if
you're having problems using Python, please find another forum. Probably
python-list (comp.lang.python) news group/mailing list is the best pl
On 29/03/2010 16:02, Pry, Jeffrey wrote:
Hello,
Nice to meet everyone!
Hello Jeffrey,
This mailing list is for the development *of* Python, not for developing
*with* Python. More appropriate places to ask are the Python-tutor
mailing list or the comp.lang.python newsgroup. Both of these h
Hello,
Nice to meet everyone!
I have two files (class.py and object.py). Now, within object.py I create two
objects from the class.py file. The class.py file contains the necessary code
to make a connection to a FTP server. The two objects pass the credentials,
etc. My question is, if I wanted