On Wed, Jun 25, 2008 at 4:57 AM, Jon Hadley <[EMAIL PROTECTED]> wrote:
> *As an aside, the worldcookery.com website seem to have been offline
> for the past 2 days. I was thinking of installing the finished

This is working for me.

> How do I run a python prompt within my application (so that I can call
> the classes etc)? Bearing in mind I'm using buildout and I'm a
> beginner!

If your buildout includes an "interpreter" part, that would be
producing a script in bin/ (conventionally bin/py, but that's
controlled in the buildout.cfg).  Running that script will give you an
interpreter with the packages it was configured to provide, with all
the dependencies.


 -Fred

-- 
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to