TECTED]
> http://web.bryant.edu/~bblais
It looks like you need __init__.py in MyPackage. Then you can import
starting with MyPackage. For example, you might use one of the
following:
import MyPackage
from MyPackage.Common import *
etc
--
Carlos Hanson
--
http://mail.python.org/mailman/listinfo/python-list
On 5/3/07, Brian Blais <[EMAIL PROTECTED]> wrote:
> Carlos Hanson wrote:
> > It looks like you need __init__.py in MyPackage. Then you can import
> > starting with MyPackage. For example, you might use one of the
> > following:
> >
> > import MyPac
b.py", line 170, in putline
> self.sock.sendall(line)
> AttributeError: 'NoneType' object has no attribute 'sendall'
> [EMAIL PROTECTED] ftpsync]#
>
> ***
>
> When I copy the same piece of scripting and run it from the python
> command shell, i