For surely there is an end ...

... and thine expectation shall not be cut off.

Previous Entry Add to Memories Tell a Friend Next Entry
zopeproject, a new way to getting started with Zope 3
[info]baijum81
Yesterday Philip announced zopeproject 0.4 . This is the easiest way to getting started with Zope 3. I have created a screencast here. I used virtualenv for installing zopeproject, and it was really cool.
Tags:

Cool!

(Anonymous)

2007-09-17 05:01 pm (UTC)

Thanks for the screencast. This is great!. It's just missing sound :(. I think some spoken explanations would help people to better understand what you're up to... Is there a way to add sound later?

Philipp v.W.

I used pyvnc2swf to create this screencast. There is an "edit.py" script for adding audio later. My pronunciation is not good, so I am not going to make audio for this ;) Though, I welcome anyone to modify this swf file.

Your screencast is invaluable. Thanks!

Thanks for the screencast, FWIW I think it is easy to follow without audio.

I had a few problems though:

$ ./bin/zopeproject MyProj
...
src/zope/security/_proxy.c:19:20: error: Python.h: No such file or directory

Fixed by:
$ sudo apt-get install python2.4-dev
(as suggested on IRC)

Then this bug: https://bugs.launchpad.net/grok/+bug/126742
Workedaround by:
$ cd MyProj
$ gedit MyProj/setup.py
add 'docutils==0.4' to the install_requires list.
$ ./bin/buildout

Then this one:
$./bin/paster serve deploy.ini
ZConfig.ConfigurationError: error opening file /home/myles/buildout-eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup/schema/schema.xml: [Errno 2] No such file or directory: '/home/myles/buildout-eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup/schema/schema.xml'

$ ls /home/myles/buildout-eggs/zope.app.appsetup-3.4.0-py2.4.egg/zope/app/appsetup
appsetup.py bootstrap.pyc __init__.py interfaces.pyc tests.py
appsetup.pyc controller.py __init__.pyc product.py tests.pyc
bootstrap.py controller.pyc interfaces.py product.pyc

...and lots more like it complaining of missing configure.zcml files in zope.app.publication, zope.app.i81n etc.

I started installing these missing files manually before realisation that it is meant to be easier. Do you know what the problem might be?
Myles

Re: Thanks! (it nearly worked...)

[info]baijum81

2007-09-26 06:58 am (UTC)

Sorry, some eggs are recently broken. I hope it will be sorted out soon.