Multiple files
Someone Something
fordhaivat at gmail.com
Sat Oct 17 21:58:06 EDT 2009
I was trying to write a program with just one class and it was working fine.
Then, I seperated that class into two different files and made the objects
and called the methods in a third (client.py IO.py main.py). Now, when I use
the command:
python client.py IO.py main.py
Nothing prints. I think its only interpreting client.py (the objects are
declared in main.py)
How can I fix this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091017/a8efb931/attachment.html>
More information about the Python-list
mailing list