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 'dir0.dir1.dir2' -- it
will create the whole structure at once and will put all the needed
__init__.py files in place -- and if you have a selected package it will
offer it as a part of the string. e.g.: if you select 'dir0.dir1', that's
what will appear initially in the new package wizard.
Cheers,
Fabio
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users