Hi The bootstrap function from the pyramid.paster module may be what you're looking for : http://docs.pylonsproject.org/projects/pyramid/en/latest/api/paster.html
You can find some examples in the kotti project. Here is the entry point : https://github.com/Kotti/Kotti/blob/master/kotti/util.py#L315 Regards Le 18/03/2014 14:45, Gerhard Schmidt a écrit : > Hi > > i'm used to develeop with zope. With zope you can use zopectl run > somescript.py to start zope and run the script in the zopectl debug > environment and terminate when the script is done. > > With pshell I can get a environment like zopectl debug. Is there a way > to start pshell with a script to execute and terminate more elegant than > piping the commands thru stdin > > Regards > Estartu > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
