[Zope3-Users] Is There A Concept Map?

2006-02-17 Thread ksmith99
Does anyone have a concept map that shows how the component architecture relates to zcml and/or how the various zcml attributes interrelate? Thanks, Kevin Smith -- View this message in context: http://www.nabble.com/Is-There-A-Concept-Map--t1142682.html#a2995661 Sent from the Zope3 - users foru

Re: [Zope3-Users] Cometh the hour... ZCML Configurator

2006-02-23 Thread ksmith99
Wow, that's great! Keep up the good work. /me hopes you're using Z3 to make this Kevin Smith -- View this message in context: http://www.nabble.com/Cometh-the-hour...-ZCML-Configurator-t1178471.html#a3100978 Sent from the Zope3 - users forum at Nabble.com. _

Re: [Zope3-Users] introductory app idea: music filesystem browser

2006-02-27 Thread ksmith99
I would add ZPT, skins and increasingly formlib to the list of things to learn. +1 on demos vs. tutorials. A good working demo functions as both a tutorial and a testimonial. I think right off the bat, the bookmarker app should be incrementally expanded. Evolving the app *is* the power of Zope3.

Re: [Zope3-Users] How to begin?

2006-03-08 Thread ksmith99
Definately get both books. To save $14-20 per book, I recommend bookpool to save money http://www.bookpool.com/ss?qs=zope -- View this message in context: http://www.nabble.com/How-to-begin--t1248831.html#a3310989 Sent from the Zope3 - users forum at Nabble.com. ___

Re: [Zope3-Users] Zope3 installation problems on Kubuntu

2006-03-08 Thread ksmith99
usually on a debian/ubuntu-based system apt-get install python2.4 apt-get install python2.4-dev apt-get install build-essential -- View this message in context: http://www.nabble.com/Zope3-installation-problems-on-Kubuntu-t1250448.html#a3314736 Sent from the Zope3 - users forum at Nabble.com. _

Re: [Zope3-Users] Problem running examples from Zope3 book Weiterhausen

2006-03-15 Thread ksmith99
Hi Tom, Personally, I'd switch to an earlier version of Zope3 to match the version in the book. You also might try including widget.py and configure.zcml here to aid in debugging. Kevin -- View this message in context: http://www.nabble.com/Problem-running-examples-from-Zope3-book-Weiterhaus

[Zope3-Users] KeyError: Surrogate

2006-04-25 Thread ksmith99
Hi All, I'm using Zope 3.2.0 with Python 2.4.1, this error is popping up and crashing my zope. Does anyone know where I should start looking for problems? Thanks, Ksmith 2006-04-22T20:53:59 ERROR SiteError Exception while getting IExceptionSideEffects adapter Traceback (most recent call last)

Re: [Zope3-Users] KeyError: Surrogate

2006-04-25 Thread ksmith99
Thanks for your help! -- View this message in context: http://www.nabble.com/KeyError%3A-Surrogate-t1506827.html#a4095450 Sent from the Zope3 - users forum at Nabble.com. ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/li

Re: [Zope3-Users] Alternatives to macros

2006-09-13 Thread ksmith99
oops... made an error, page.pt should only be... page.pt page.pt success -- View this message in context: http://www.nabble.com/Alternatives-to-macros-tf2267984.html#a6294902 Sent from the Zope3 - users forum at Nabble.com. ___ Zope3-use

Re: [Zope3-Users] adaptation/containers question

2006-11-09 Thread ksmith99
Awesome. That's exactly what I was looking for. Tom Dossis wrote: > > > I don't know how the container constraint works - i.e. whether it tries > to adapt a __setitem__ object. > > But just in case you're not aware you can implement your marker > interface on the Image class via zcml.. > >

Re: [Zope3-Users] Please Guido, pick me, pick me!

2006-02-01 Thread ksmith99 (sent by Nabble.com)
He'll be back. After he finishes the project, Google will "tweak" the requirements a few times, and GvR will need to "refactor". After he throws out and/or completely restructures 90% of his code, he'll look for a different solution. Interfaces, components and zcml will start looking real nice. I

Re: [Zope3-Users] Please Guido, pick me, pick me!

2006-02-04 Thread ksmith99 (sent by Nabble.com)
some riffs on "build, test and run" Zope3: Build, Test and Adapt Enterprise class development for the changing web Zope3: Build, Test and Evolve Agile component development for the changing web Kevin Smith View this message in context: Re: Please Guido, pick me, pick me! Sent from the Zope3 -

Re: [Zope3-Users] Simple Acquisition

2006-02-04 Thread ksmith99 (sent by Nabble.com)
I believe after Zope2, acquisition was determined to be more of a liability than a feature, as such, it doesn't exist in Zope3. TTW skin development is not supported at this time and has moved to the filesystem. From the filesystem with a little zcml you can create much richer and easier to follow