Peter Otten wrote:
Thomas wrote:
Robert Hancock wrote:
mypackage/
__init__.py
push/
__init__.py
dest.py
feed/
__init__py
subject.py
In subject.py I have
from ..push import dest
T
Kay Schluehr wrote:
> On 8 Jul., 21:09, Peter Otten <[EMAIL PROTECTED]> wrote:
>> Robert Hancock wrote:
>> > mypackage/
>> > __init__.py
>> > push/
>> > __init__.py
>> > dest.py
>> > feed/
>> >__init__py
>> >
On 8 Jul., 21:09, Peter Otten <[EMAIL PROTECTED]> wrote:
> Robert Hancock wrote:
> > mypackage/
> > __init__.py
> > push/
> > __init__.py
> > dest.py
> > feed/
> >__init__py
> > subject.py
Thomas wrote:
> Robert Hancock wrote:
>> mypackage/
>> __init__.py
>> push/
>> __init__.py
>> dest.py
>> feed/
>>__init__py
>> subject.py
>>
>> In subject.py I have
>> from ..push im
Robert Hancock wrote:
mypackage/
__init__.py
push/
__init__.py
dest.py
feed/
__init__py
subject.py
In subject.py I have
from ..push import dest
There is no such thing as relative p
Robert Hancock wrote:
> mypackage/
> __init__.py
> push/
> __init__.py
> dest.py
> feed/
>__init__py
> subject.py
>
> In subject.py I have
> from ..push import dest
>
> But i receiv
Robert Hancock wrote:
mypackage/
__init__.py
push/
__init__.py
dest.py
feed/
__init__py
^
Missing dot here? ---|
In subject.py I have
from ..push import dest
But
mypackage/
__init__.py
push/
__init__.py
dest.py
feed/
__init__py
subject.py
In subject.py I have
from ..push import dest
But i receive the error:
Caught exception importing module