Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-10 Thread Tim Nash
If you want simple: 1. download this product and put it into your products directory. http://www.zope.org/Members/gtk/Boring 2. Start Zope and go to 127.0.0.1:8080/manage and add the Boring product. Click test, there is your url. 3. Modify the 'Boring' code and repeat. -Tim On Tue, Mar 10, 2009 a

Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-10 Thread David Zejda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for a tips, I have looked on the Guide you suggested. I think I understand the concepts, but still missing something. To make the simplest case, 1. I started with fresh instance prepared by the paster, 2. created this source: # src/my.py clas

Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-08 Thread Lennart Regebro
On Sat, Mar 7, 2009 at 23:21, David Zejda wrote: > And now, please, what to do now, to have a few python lines somewhere in > the egg dir, which the zope would know how to deal with? The "egg dir" as you call it is a Python module, and you put Python code there. Zope knows how to deal with it, th

Re: [Zope] trivial: hello world with filesystem based egg sources

2009-03-07 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Your question makes little sense. The term "egg sources" has nothing to do how to develop something for Zope. In Zope land you either write a Zope 2 Product (the traditional old way) or as a python package - depending on your needs and use case. We don