Re: import conflict

2007-05-06 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: > Hello, > > I have a problem where I need to set up two separate Python projects > that each live under the same package. Once they are distributed, > they will live under the same filesystem path, but during development, > they are separated. > > For example: >p

Re: import conflict

2007-05-06 Thread Stefan Sonnenberg-Carstens
[EMAIL PROTECTED] schrieb: > Hello, > > I have a problem where I need to set up two separate Python projects > that each live under the same package. Once they are distributed, > they will live under the same filesystem path, but during development, > they are separated. > > For example: >proj

Re: import conflict

2007-05-06 Thread Stefan Sonnenberg-Carstens
[EMAIL PROTECTED] schrieb: > Hello, > > I have a problem where I need to set up two separate Python projects > that each live under the same package. Once they are distributed, > they will live under the same filesystem path, but during development, > they are separated. > > For example: >proj

import conflict

2007-05-06 Thread rplzqx402
Hello, I have a problem where I need to set up two separate Python projects that each live under the same package. Once they are distributed, they will live under the same filesystem path, but during development, they are separated. For example: proj1/lib/pkg/foo/mod1.py proj2/lib/pkg/bar/