Hi Andrew, Yes, that's probably it, but I've forwarded this to the developer list for a more authoritative answer.
Regarding Zope -- we're FAR too deep into it at this point, and it is actually pretty well suited to the complexity of our task. It would just be nice if it were a little easier. Actually, if you're new to Zope 3, start with Grok - http://grok.zope.org/ - which eliminates a lot of the most insane aspects of "bare" Zope 3. We have taken some steps to allow more Grok-style development in SchoolTool, but haven't really pushed it at this point. But it is still a good entry point to the whole neighborhood. --Tom ---------- Forwarded message ---------- From: Andrew Bell <[email protected]> Date: Tue, Nov 2, 2010 at 10:28 AM Subject: Build Test Failure To: Tom Hoffman <[email protected]> Tom, $ make test ftest I'm assuming that this test failure is just time zone silliness in Moscow? Perhaps my system is just different than something standard. Is a better test in order? ................. Failure in test doctest_ViewPrefences (schooltool.app.browser.tests.test_browser) Traceback (most recent call last): File "/home/abell/schooltool/python/lib/python2.6/unittest.py", line 279, in run testMethod() File "/home/abell/schooltool/python/lib/python2.6/doctest.py", line 2152, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for schooltool.app.browser.tests.test_browser.doctest_ViewPrefences File "/home/abell/schooltool/src/schooltool/app/browser/tests/test_browser.py", line 319, in doctest_ViewPrefences ---------------------------------------------------------------------- File "/home/abell/schooltool/src/schooltool/app/browser/tests/test_browser.py", line 388, in schooltool.app.browser.tests.test_browser.doctest_ViewPrefences Failed example: prefs.timezone.tzname(datetime.utcnow()) Expected: 'MSD' Got: 'MSK' ================================== P.S. - You said something about Zope issues. Do you have plans/desires to do something other than Zope? _______________________________________________ Mailing list: https://launchpad.net/~schooltool-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~schooltool-developers More help : https://help.launchpad.net/ListHelp

