Re: Help with pythonpath

2005-06-06 Thread mg
Tim Roberts wrote: >Observer <[EMAIL PROTECTED]> wrote: > > >>Hi, im a newbie both to python and this list. >>I hope someone can help me whith this: >> >>I have a directory structure like this: >>. >>|-- src >>| `-- pkg >>| |-- __init__.py >>| |-- main.py >>| `-- spkg1 >>|

Re: Help with pythonpath

2005-06-04 Thread Tim Roberts
Observer <[EMAIL PROTECTED]> wrote: > >Hi, im a newbie both to python and this list. >I hope someone can help me whith this: > >I have a directory structure like this: >. >|-- src >| `-- pkg >| |-- __init__.py >| |-- main.py >| `-- spkg1 >| |-- __init__.py >|