Advertisement

Previous Entry | Next Entry


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:

Comments

(Anonymous) wrote:
Sep. 17th, 2007 05:01 pm (UTC)
Cool!
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.
[info]baijum81 wrote:
Sep. 18th, 2007 05:08 am (UTC)
Re: Cool!
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.
[info]newz_top wrote:
Jan. 2nd, 2008 05:53 pm (UTC)
Re: Cool!
Nice!
[info]cbc.myopenid.com wrote:
Sep. 23rd, 2007 12:41 am (UTC)
Great job!
Your screencast is invaluable. Thanks!
[info]mylesenglish.myopenid.com wrote:
Sep. 26th, 2007 06:44 am (UTC)
Thanks! (it nearly worked...)
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
[info]baijum81 wrote:
Sep. 26th, 2007 06:58 am (UTC)
Re: Thanks! (it nearly worked...)
Sorry, some eggs are recently broken. I hope it will be sorted out soon.

Latest Month

April 2009
S M T W T F S
   1234
567891011
12131415161718
19202122232425
2627282930  
Powered by LiveJournal.com
Designed by Tiffany Chow