IRC log of #zope3-dev for Monday, 2005-10-10

headgoatwait... didn't I already do this??00:00
benji_york*I* thought so00:00
headgoatI can't scroll that far (since I was booted off)... yes, the sf page looks familiar00:00
headgoathow can i find our what expat dev package was installed on fc3?00:01
benji_yorkI don't know how on FC00:03
headgoatok, well i tried recompiling my python (make clean / .configure / make / make install), and then tried the Zope install (.configure --with-python <dir> / make) and got the same errors.... I'm going to back up a step and delete python and re-download00:16
headgoat(at one point, earlier in the day, I think I had configured Python with some unicode parameter... maybe this will back out that step... at least that's my logic, like it or not)00:18
headgoatsomeone will read this chatlog, and just shake their head at all this!00:22
benji_yorkgood luck headgoat, gotta go00:26
*** benji_york has quit IRC00:26
*** jpfarias has joined #zope3-dev00:27
*** tziade has quit IRC00:28
*** yota has quit IRC00:35
*** yota has joined #zope3-dev00:37
headgoatok, here's an update of my saga, for those playing along:    I downloaded Python 2.3.5 (as recommended by Zope .configure).  installed python 2.3.5.  Then the Zope installation seemed to get a little further (this is where I was 7 hours ago...) in that it completes a make, with a bunch of warnings (differs in signedness warnings).  Now "make check" is checking itself "......... etc"00:43
headgoatand I get: Failure in test testUmask (zdaemon.tests.testzdrun.ZDaemonTests)00:45
headgoatTraceback (most recent call last):00:45
headgoat  File "/home/jfelix/Desktop/Zope-3.1.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py", line 260, in testUmask00:45
headgoat    self.assert_(not os.access(path, os.W_OK))00:45
headgoat  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless00:45
headgoat    if not expr: raise self.failureException, msg00:45
headgoatAssertionError00:45
hazmat_headgoat, btw. if you were serious about buying a box, you might want to have a look at unixshell.com, xen based virtual hosting, full root access, choice of distros, cheap prices01:29
*** projekt01 has quit IRC01:41
*** yota has quit IRC01:50
*** projekt01 has joined #zope3-dev01:51
*** sashav has quit IRC01:56
*** Alef has quit IRC02:06
*** d2m has quit IRC02:14
*** stub has joined #zope3-dev02:20
*** jpfarias_ has joined #zope3-dev02:24
*** jpfarias_ has quit IRC02:30
*** gdsgdsgvdd has joined #zope3-dev02:45
gdsgdsgvddseminars = List(02:46
gdsgdsgvddtitle = u'seminars',02:46
gdsgdsgvdddescription = u'list of seminars',02:46
gdsgdsgvdd   required = True,02:46
gdsgdsgvddvalue_type = Choice(vocabulary=SimpleVocabulary(02:46
gdsgdsgvdd['Zope', 'SSP', 'ASP', 'JSP', 'SeaSide', 'Cocoon', 'Struts', 'Flash', 'Plune'])),02:46
gdsgdsgvddmax_length=302:46
gdsgdsgvdd)02:46
gdsgdsgvddI am getting an error on this part of the code02:46
gdsgdsgvdderror-- 'str' object has no attribute 'value'02:46
gdsgdsgvddwhat am i doing wrong02:47
*** jpfarias has quit IRC02:47
*** sashav has joined #zope3-dev02:48
gdsgdsgvddany clue...02:54
gdsgdsgvddcan someone help please...03:00
gdsgdsgvddwhy am i getting this error --'str' object has no attribute 'value'03:03
bob2that's the entire error?03:09
gdsgdsgvddi ran the .py file at python interpretor03:09
gdsgdsgvddTraceback (most recent call last):03:09
gdsgdsgvdd  File "C:\zope3Ins\lib\python\assignment2\interfaces.py", line 5, in -toplevel-03:09
gdsgdsgvdd    class IRegistration(Interface):03:09
gdsgdsgvdd  File "C:\zope3Ins\lib\python\assignment2\interfaces.py", line 53, in IRegistration03:09
gdsgdsgvdd    value_type = List(vocabulary=SimpleVocabulary(03:09
gdsgdsgvdd  File "C:\Python23\Lib\site-packages\zope\schema\vocabulary.py", line 64, in __init__03:09
gdsgdsgvdd    self.by_value[term.value] = term03:10
gdsgdsgvddAttributeError: 'str' object has no attribute 'value'03:10
gdsgdsgvddthis is the entire error03:10
gdsgdsgvddany idea..03:12
gdsgdsgvddwhat str abject is the error about... is there some problem with the SimpleVocabulary03:15
*** newpers_ has joined #zope3-dev03:23
gdsgdsgvddbob2, is it making sense??03:24
headgoathazmat, thanks for the lead on the unix box.  I go back and forth between my interest in "solving the puzzle" and not wanting to waste my time.03:34
hazmat_gdsgdsgvdd, i'm not familiar with vocabularies, but it appears to be saying that it wants some sort of object specified as the vocabulary, not just a simple string, i would check the relevant docs / ut03:49
hazmat_gdsgdsgvdd, try it with this Choice(vocabulary=SimpleVocabulary( map( SimpleTerm, ['Zope', 'SSP', 'ASP', 'JSP'] ) ) )03:51
gdsgdsgvddok03:58
gdsgdsgvddwhat is this simpleterm..04:01
gdsgdsgvddit gave me error "SimpleTerm not defined"04:06
gdsgdsgvdddo i have to specify SinpleTerm as a Vocabulary04:06
*** lifeless has joined #zope3-dev04:12
*** lifeless has left #zope3-dev04:12
*** tvon has joined #zope3-dev04:31
*** newpers_ is now known as newpers04:45
*** febb has quit IRC04:55
hazmat_gdsgdsgvdd, its from the some module as simplevocabulary04:59
hazmat_its a class04:59
hazmat_from zope.schema.vocabulary import SimpleTerm04:59
gdsgdsgvddbut it gives me error05:08
gdsgdsgvddSimpleTerm not defined05:08
gdsgdsgvdddo i have to import as well05:08
*** roym has quit IRC05:25
*** tvon has quit IRC05:32
*** newpers has quit IRC05:49
bob2wow, zope2 is scary06:34
bob2no, not scary06:38
bob2terrifying06:38
*** MacYET has joined #zope3-dev07:04
*** hazmat_ has quit IRC08:10
*** hazmat_ has joined #zope3-dev08:16
*** zagy has joined #zope3-dev08:30
*** d2m has joined #zope3-dev08:41
*** gdsgdsgvdd has quit IRC08:53
d2mMacYET: morning, regarding the recent hotfix: there are some minor problems with Zope2.7.0 (want to join me at #zope-web ?)08:53
MacYETno time08:54
d2mjoin later, if you got time08:54
MacYETand zope 2.7.0 is nothing we support08:54
d2mneed to change the http://www.zope.org/Products page, support starts with 2.7.1 then ?08:57
*** sashav has joined #zope3-dev08:58
MacYETi don't care...people should update their instances regulary and 2.7.0 far from being a recent and stable versioni08:58
d2mit's just that docutils now use config variables not supported by zope.conf in that version (and there are some file permissions to change), if you install the hotfix with zope2.7.0 it breaks, you need to change the reStructuredText/__init__.py to get zope running again09:04
MacYET2.7.0 is not worth a discussion09:04
d2mok then09:04
d2mthanks anyway, it works fine for me09:05
MacYETcool09:05
*** dobee has joined #zope3-dev09:10
*** dobee has joined #zope3-dev09:12
*** hdima has joined #zope3-dev09:26
*** einheit is now known as SteveA_09:31
*** sashav has quit IRC09:35
*** yota has joined #zope3-dev09:52
*** sashav has joined #zope3-dev10:07
*** hazmat_ has quit IRC10:19
*** Theuni has joined #zope3-dev10:26
*** tekNico has joined #zope3-dev10:26
*** jvts has joined #zope3-dev10:28
*** andres has joined #zope3-dev10:33
*** MJ has quit IRC10:41
*** sashav has quit IRC10:42
*** sashav has joined #zope3-dev10:52
*** sashav_ has joined #zope3-dev10:58
*** kinder has joined #zope3-dev10:59
*** sashav has quit IRC11:12
*** MJ has joined #zope3-dev11:23
*** sashav_ is now known as sashav11:34
*** Alef has joined #zope3-dev11:41
*** MrTopf has joined #zope3-dev11:43
*** faassen has joined #zope3-dev11:45
*** stub has quit IRC12:10
*** SteveA_ is now known as einheit12:15
*** mkerrin has joined #zope3-dev12:33
*** projekt01 has joined #zope3-dev13:11
*** ignas has joined #zope3-dev13:22
*** MrTopf_ has joined #zope3-dev13:45
*** loreto has quit IRC13:54
*** MrTopf has quit IRC13:58
*** MJ has quit IRC14:00
*** mgedmin has joined #zope3-dev14:13
*** alga has joined #zope3-dev14:14
*** MJ has joined #zope3-dev14:25
*** tvon has joined #zope3-dev14:27
*** stub has joined #zope3-dev14:29
*** MJ has quit IRC14:36
*** MJ has joined #zope3-dev14:38
*** zbir has quit IRC14:38
*** tekNico has left #zope3-dev14:44
*** electrolinux has joined #zope3-dev14:44
*** tekNico has joined #zope3-dev14:46
*** tekNico has left #zope3-dev14:46
*** alga has quit IRC14:53
electrolinuxhi! trying to run the messageboard step01 demo on a fresh zope3.1.0 install raise a ConfigurationConflictError in provided configure.zcml...15:02
*** niemeyer has joined #zope3-dev15:02
*** tiredbones has joined #zope3-dev15:06
*** jinty has joined #zope3-dev15:08
bob2best to show it15:12
electrolinuxzope.configuration.config.ConfigurationConflictError: Conflicting configuration actions15:12
electrolinux  For: ('protectName', <class 'book.messageboard.message.Message'>, '__setitem__')15:12
electrolinux    File "/home/dbelot/zope/z3/lib/python/book/messageboard/configure.zcml", line 35.2-54.215:13
electrolinuxthe configure.zcml is the one at http://svn.zope.org/book/trunk/messageboard/step01/configure.zcml15:13
bob2that's the entire error?15:14
electrolinuxjust last lines. One line before said: File "/usr/local/Zope-3.1.0/lib/python/zope/configuration/config.py", line 1523, in resolveConflicts    raise ConfigurationConflictError(conflicts). Want to see the full traceback ?15:16
d2melectrolinux: could be you already have another messageboard? maybe doubel use of class message.Message ?15:18
*** J1m has joined #zope3-dev15:18
electrolinuxhum... were would it be located ? i'm using a freshly installed 3.1.015:21
*** jinty has left #zope3-dev15:21
*** jinty has quit IRC15:21
electrolinuxmaybe yes! i18nmessageid/message.py (see: http://electrolinux.pastebin.com/388955)15:28
electrolinuxso the whole messageboard example is unusable right now, it seems :-(15:29
d2melectrolinux: the error occurs at <content class=".message.Message">, change the class to <content class="book.messageboard.message.Message">15:30
electrolinuxk. i'll try...15:31
electrolinuxnope! same exception raised at same place. complete backtrace here: http://electrolinux.pastebin.com/38896315:37
*** yota has quit IRC15:46
*** yota has joined #zope3-dev15:46
electrolinuxor do I change all interface=".interfaces.IMessage" to interface="book.messageboard.interfaces.IMessage" ? trying...15:47
*** vidasp has joined #Zope3-dev15:49
electrolinuxno!15:51
d2melectrolinux: http://mail.zope.org/pipermail/zope3-dev/2005-January/013001.html15:52
electrolinuxok, thanks.16:08
*** zbir has joined #zope3-dev16:12
*** benji_york has joined #zope3-dev16:19
*** alga has joined #zope3-dev16:20
*** apoirier has joined #zope3-dev16:22
faassenbenji_york: just saw your update to the tutorial, cool, and thanks.16:22
faassenbenji_york: is your weblog listed under planet.python.org yet?16:22
faassenbenji_york: I saw it was under planetzope.org, but we need all the Zope people to engage the Python community we can get, for our own sake. :)16:23
*** regebro has joined #zope3-dev16:27
projekt01J1m, ayt?16:32
*** projekt01 has left #zope3-dev16:43
*** bob2 has quit IRC16:59
*** sashav has quit IRC17:10
*** whit has joined #zope3-dev17:17
*** stub has quit IRC17:29
*** hdima has quit IRC17:33
*** alga has quit IRC17:40
*** sashav has joined #zope3-dev18:03
*** whit is now known as w|shower18:05
*** jvts has quit IRC18:15
*** SureshZ has joined #zope3-dev18:16
*** tiredbones has quit IRC18:16
*** sm has joined #zope3-dev18:17
*** tiredbones has joined #zope3-dev18:18
*** w|shower is now known as whit18:22
*** projekt01 has joined #zope3-dev18:25
*** mgedmin has left #zope3-dev18:31
*** jinty has joined #zope3-dev18:32
*** jinty has quit IRC18:37
*** jinty has joined #zope3-dev18:37
*** tiredbones has quit IRC18:42
*** tiredbones has joined #zope3-dev18:42
benji_yorkfaassen, sorry, sprinting today.  I should probably log out of IRC :)18:42
benji_yorkyep, I'm trying to get on planet.python.org, but there is no defined process for that.  Fred's helping so maybe soon.18:43
MacYETyet another sprint?18:44
*** whit has joined #zope3-dev18:45
benji_yorkMacYET this sprint is more internal18:45
MacYETic18:46
*** benji_york has quit IRC18:47
*** tvon has left #zope3-dev18:54
*** zbir has quit IRC18:54
*** dobee has quit IRC18:55
*** electrolinux has left #zope3-dev18:57
*** yota has quit IRC18:59
*** yota has joined #zope3-dev19:00
*** andres has quit IRC19:05
*** regebro has quit IRC19:07
*** kinder has quit IRC19:08
*** dobee has joined #zope3-dev19:09
*** sashav has quit IRC19:11
*** sashav has joined #zope3-dev19:12
*** Alef has quit IRC19:16
*** dobee has quit IRC19:19
*** MrTopf_ has quit IRC19:26
*** sm is now known as sm-afk19:35
*** MrTopf has joined #zope3-dev19:47
*** jinty has quit IRC19:48
*** MrTopf has quit IRC19:58
*** MJ has quit IRC20:00
*** apoirier has quit IRC20:02
*** whit has quit IRC20:19
*** jvts has joined #zope3-dev20:21
*** faassen has quit IRC20:22
*** MJ has joined #zope3-dev20:24
*** tvon has joined #zope3-dev20:25
*** deo has joined #zope3-dev20:30
*** zbir has joined #zope3-dev20:44
*** projekt01 has quit IRC20:52
*** dobee has joined #zope3-dev20:53
*** sashav has quit IRC20:54
*** sashav has joined #zope3-dev20:54
*** whit has joined #zope3-dev20:58
*** jvts has quit IRC21:20
*** SureshZ has left #zope3-dev21:25
*** dobee_ has joined #zope3-dev21:28
*** vidasp has left #Zope3-dev21:28
*** dobee has quit IRC21:32
*** dobee has joined #zope3-dev21:37
*** baldtrol has joined #zope3-dev21:39
baldtrolhi all...  quick question.  i'm building an application where, while i'm handling all the data captured as content objects for different classes, it needs to be in a procedural "this object first, then this one, then this" etc...21:41
baldtrolbasically it means i can't use the wonderful "add new object" default templates.  but i'd love to retain the javascript that does all the type checking based on interface.21:41
baldtrolwhat's the best way to override the add/edit object templates and use them without being driven by the standard ZMI?  or rather, where can i read about doing it?21:42
*** jvts has joined #zope3-dev21:44
*** dobee_ has quit IRC21:50
*** mkerrin has quit IRC21:53
*** tav_ is now known as tav22:12
*** ChanServ sets mode: +o tav22:12
*** baldtrol has left #zope3-dev22:35
*** jhauser has joined #zope3-dev22:36
*** MacYET has quit IRC22:37
*** sm-afk is now known as sm22:45
*** whit has quit IRC22:46
*** ignas has quit IRC22:52
*** drzoltron_ has joined #zope3-dev22:53
*** projekt01 has joined #zope3-dev23:00
*** mp has quit IRC23:11
*** jvts has quit IRC23:20
*** jvts has joined #zope3-dev23:24
*** jvts has quit IRC23:26
*** mp has joined #zope3-dev23:26
*** drzoltron_ has quit IRC23:28
*** niemeyer has quit IRC23:31
*** niemeyer has joined #zope3-dev23:38
*** hazmat has quit IRC23:45
projekt01J1m, ayt?23:46
*** lunatik has joined #zope3-dev23:48
*** bskahan has joined #zope3-dev23:48
*** lunatik has left #zope3-dev23:49
projekt01can somebody answer a wfmc question?23:57
projekt01Is it possible to get the particiapants where can start the next activity before workItemFinished is called on a activity?23:57

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