<[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
[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
[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
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/