Andrew Milton a écrit :
+-------[ Pierre Thibault ]---------------------- | Hello, | | Is someone reading this message?
Yes.
Hello Andrew & all, I am new to Zope. So I would like to learn. On the Zope website it is written to do the tutorials bundle with the Zope installation but where are they? After installation, I was unable to find them. I also plan to learn Plone after Zope, is it a good path? I also ran zopetest after my install and I have the following error:
Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests) Traceback (most recent call last): File "/Users/pierreth/Download/Zope-3.1.0/build/lib.darwin-8.2.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 260, in testUmask File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 278, in failUnless if not expr: raise self.failureException, msg AssertionError
Failure in test testRetryNotAllowed (zope.app.publication.tests.test_zopepublication.ZopePublicationErrorHandling) Traceback (most recent call last): File "/Users/pierreth/Download/Zope-3.1.0/build/lib.darwin-8.2.0-Power_Macintosh-2.3/zope/app/publication/tests/test_zopepublication.py", line 177, in testRetryNotAllowed File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 302, in failUnlessEqual raise self.failureException, \ AssertionError: 'line 167, in testRetryNotAllowed ConflictError: database conflict error' != 'in testRetryNotAllowed raise ConflictError ConflictError: database conflict error'
---------------------------------------------------------------------- Ran 6990 tests in 960.010s
FAILED (failures=2) Running FUNCTIONAL tests from /usr/local/Zope-3.1.0/lib/python
Should I worry? -- A+
On 10/20/05, Pierre Thibault <pthibault33@yahoo.ca> wrote:
Andrew Milton a écrit :
+-------[ Pierre Thibault ]---------------------- | Hello, | | Is someone reading this message?
No. :-)
I am new to Zope. So I would like to learn. On the Zope website it is written to do the tutorials bundle with the Zope installation but where are they? After installation, I was unable to find them.
I also plan to learn Plone after Zope, is it a good path?
No, I think it's better to start with Plone, and Python. Start with the high-level usage (Plone), and dig downwards, and start with the low-level nitty-gritty (Python) and work upwards. Starting from the middle tends to confuse. :) It also tends to lead you into things that are pretty much dead-ends from a Plone standpoint, such as DTML and ZClasses. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
Oh, and another thing: On 10/20/05, Pierre Thibault <pthibault33@yahoo.ca> wrote:
I also plan to learn Plone after Zope, is it a good path? [...] "/Users/pierreth/Download/Zope-3.1.0/build/lib.darwin-8.2.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py",
line 260, in testUmask
You installed Zope 3.1. Zope 3 is very different from Zope 2, and Plone does not run on it. So, the question is of you want to learn Zope 2 or Zope 3. Which leads to the question: What is your goal with learning Zope?
Lennart Regebro a écrit :
Oh, and another thing:
You installed Zope 3.1. Zope 3 is very different from Zope 2, and Plone does not run on it. So, the question is of you want to learn Zope 2 or Zope 3. Which leads to the question: What is your goal with learning Zope?
I would like to make small web sites for non profit organizations and I want them to be able to change their sites without knowing html. I want them to be able to publish on the web. I think Plone and Zope seem a good choice.
On 10/20/05, Pierre Thibault <pthibault33@yahoo.ca> wrote:
Lennart Regebro a écrit :
Oh, and another thing:
You installed Zope 3.1. Zope 3 is very different from Zope 2, and Plone does not run on it. So, the question is of you want to learn Zope 2 or Zope 3. Which leads to the question: What is your goal with learning Zope?
I would like to make small web sites for non profit organizations and I want them to be able to change their sites without knowing html. I want them to be able to publish on the web. I think Plone and Zope seem a good choice.
Absolutely. Start with Plone (or for that matter CPS, hint, hint. :-) ) and Zope 2.8.3. -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
participants (2)
-
Lennart Regebro -
Pierre Thibault