I am not sure how to do this, but Pylons essentially does this with its
"controller" action. That might be a good place to start.

HTH

Eric

On 11/22/06, Luc Stepniewski <[EMAIL PROTECTED]> wrote:

Usually, to create a new project, I use the following syntax to create a
project:

paster create --template=basic_package myproject

Now, I need to create several different modules that are all "attached" to
one
module name. I mean, that they are all children of another same module.
myproject.mymodule1
myproject.mymodule2
etc.

How do I create a skeleton for each project using paster? Trying with
"paster
create myproject.mymodule1" doesn't create the myproject directory, paster
thinks "myproject.mymodule1" is the module name.

Thanks,
Luc


_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to