IRC log of #schooltool for Saturday, 2006-03-04

povbot/svn/commits: * pcardune committed revision 5777:00:05
povbot/svn/commits: Added a failing test for a bug in deleting overridden requirements00:05
*** pcardune has quit IRC00:11
*** ignas has quit IRC00:29
*** alga has quit IRC01:06
*** srichter has joined #schooltool01:29
povbot/svn/commits: * srichter committed revision 5778:02:11
povbot/svn/commits: Fixed requirement bug that Paul discovered earlier today.02:11
*** pcardune has joined #schooltool03:13
pcardunesrichter: did you have any reasoning behind making unwrapRequirement a modifier function?03:48
*** pcardune has quit IRC09:41
*** mgedmin has joined #schooltool14:59
tiredbonesmgedmin, can I ask a question about test.py fron the zope3book?15:06
tiredbonesmgedmin, can I ask you estion about test.py fron the zope3book?15:06
mgedmingo ahead15:23
tiredbonesI'm doing ch.13 and I'm on the step to run the test. "python test.py -vpu --dir src/book/messageboard". Here's the error  http://pastebin.com/583427. my PYTHONPATH=/usr/local/Zope-3.2/zop3/src. want am I doing wrong?15:28
mgedmintest.py in zope3 changed since the z3book15:30
mgedminnow you need to pass in the package name, not a relative directory name to --dir15:30
mgedmintry python test.py -vpu --dir book.mnessageboard15:30
mgedminalthough I'd use --package book.messageboard or (shorter!) -s book.messageboard15:30
tiredbonesmgedmin, If I leave out src the test.py doesn't even run.I tried all your suggestion. Is the error telling me that the path is not recognize?15:38
mgedminhmm15:38
mgedmincan you paste the error message?15:38
mgedminis the location that contains the 'book' package on $PYTHONPATH?15:38
tiredbonesmgedmin, http://pastebin.com/583427, My $PYTHONPATH=/usr/local/Zope-3.2/zope315:39
tiredbonesmgedmin, http://pastebin.com/583427, My $PYTHONPATH=/usr/local/Zope-3.2/zope3/src15:40
mgedminit's the same error message!15:40
mgedminyou said test.py doesn't even run if you leave out src/15:41
mgedminhow exactly doesn't it run?15:41
mgedmindoes it find 0 tests?15:41
tiredbonesmgedmin, yes15:41
mgedminwhere is the 'book' package?  /usr/local/Zope-3.2/zope3/src/book?15:42
mgedminsomewhere else?15:42
tiredbonesmgedmin, yes, if I leave oyt src I get 0 test.15:42
tiredbonesit's in /usr/local/Zope-3.2/zope3/src/book15:42
mgedminhmm15:42
tiredboneswhen I echo $PYTHONPATH I get /usr/local/Zope-3.2/zope3/src15:43
tiredbonesI tried several differet PYTHONPATH and nothing seem to work.15:44
*** mgedmin has quit IRC15:45
povbot/svn/commits: * srichter committed revision 5779:15:51
povbot/svn/commits: Remove deprecation warnings. Hopefully buildbot will be happy.15:51
*** mgedmin has joined #schooltool16:09
srichterso I just updated ST to get rid of deprecation warnings16:13
srichterI really like being on the trunk again, fixing things as they get merged into Zope 316:13
mgedminthanks!16:14
*** mgedmin_ has joined #schooltool16:15
*** mgedmin has quit IRC16:15
*** mgedmin_ is now known as mgedmin16:15
*** Aiste has quit IRC16:56
*** Aiste has joined #schooltool17:01
*** mgedmin has quit IRC17:03
*** JohnnyST has quit IRC18:53
povbot/svn/commits: * srichter committed revision 5780:20:33
povbot/svn/commits: Factored out Term and TermContainer from st.timetable and moved it to st.term in preparation for my work.20:33
povbot/svn/commits: Along the way I noticed that effectively all packages depend on st.term, because of the sample data tests. :-(20:34
povbot/svn/commits: * srichter committed revision 5781:20:43
povbot/svn/commits: Change __eq__ to __cmp__.20:43
povbot/svn/commits: * srichter committed revision 5782:20:53
povbot/svn/commits: Paul's recent checkin of the unwrap code did not really test the change, but I know why it happened (security proxy) and I fixed it. Also, his new getRequirementKey() function was not tested, so I added a test for that.20:53
*** pcardune has joined #schooltool23:14
*** pcardune has quit IRC23:55

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!