Re: [Pydev-users] How do you create deep package hierarchies?

2007-02-17 Thread Fabio Zadrozny
On 2/16/07, Don Taylor [EMAIL PROTECTED] wrote: I don't see how to create a package hierarchy like this: dir0\ dir1\ __init__.py dir2\ __init__.py mod.py (from Learning Python, p. 272) You can do it by creating a new package with the text

[Pydev-users] How do you create deep package hierarchies?

2007-02-16 Thread Don Taylor
I don't see how to create a package hierarchy like this: dir0\ dir1\ __init__.py dir2\ __init__.py mod.py (from Learning Python, p. 272) All I can persuade Pydev to do is to create src\ dir1\ __init__py mod.py I can only