IRC log of #zope3-dev for Monday, 2005-05-02

*** bskahan has joined #zope3-dev00:15
*** Aiste has quit IRC00:22
*** Aiste has joined #zope3-dev00:23
*** MrTopf has quit IRC00:24
projekt01srichter, did you see my mail about the ErrorReportingUtility? I run into this because I use the ++apidoc++.00:51
srichteryes, but I have not checked it out00:51
srichterI'll look at it tomorrow00:51
projekt01I'm sure I missed somthing to register for the apidoc, but I can't see what.Because the error of the utility00:51
projekt01Cool00:52
*** bskahan has quit IRC01:17
*** yota has quit IRC01:35
*** bskahan has joined #zope3-dev01:48
*** stub has joined #zope3-dev02:42
*** projekt01 has left #zope3-dev03:04
*** bskahan has quit IRC03:38
*** bskahan has joined #zope3-dev05:18
*** BjornT has joined #zope3-dev05:38
*** bskahan has quit IRC05:43
*** `anthony has quit IRC06:18
*** `anthony has joined #zope3-dev06:54
*** SureshZ has quit IRC07:09
*** kaczordek has joined #zope3-dev07:27
*** mexiKON has quit IRC07:42
*** viyyer has joined #zope3-dev07:52
*** tvon has quit IRC08:26
*** zagy has joined #zope3-dev08:31
*** zagy has quit IRC08:39
*** zagy has joined #zope3-dev08:39
*** d2m has quit IRC08:40
zagymoin08:48
*** d2m has joined #zope3-dev08:48
*** MrTopf has joined #zope3-dev08:56
*** Theuni has joined #zope3-dev09:28
*** mooded has joined #zope3-dev09:35
*** Theuni has quit IRC09:44
*** Theuni has joined #zope3-dev09:46
*** yota has joined #zope3-dev09:51
*** zagy has quit IRC10:09
*** MrTopf has quit IRC10:17
*** viyyer has quit IRC10:27
*** viyyer has joined #zope3-dev10:28
*** zagy has joined #zope3-dev10:31
*** kaczordek has quit IRC10:38
*** MrTopf has joined #zope3-dev11:08
*** Aiste has quit IRC11:27
*** philiKON has joined #zope3-dev11:29
VladDracsrichters book describes a 'tools' tab11:59
VladDracwith what has it been replaced? :)11:59
*** sashav has joined #zope3-dev12:35
*** __gotcha has joined #zope3-dev12:53
*** faassen has joined #zope3-dev12:56
*** tonico has joined #zope3-dev13:25
*** srichter has quit IRC13:29
*** alga has joined #zope3-dev13:47
*** Aiste has joined #zope3-dev14:10
*** Damascene has quit IRC14:16
*** bskahan has joined #zope3-dev14:17
*** ignas has joined #zope3-dev14:39
*** srichter has joined #zope3-dev14:57
*** ChanServ sets mode: +o srichter14:58
*** jpfarias|work has quit IRC15:12
VladDrachmm, should I create statefull workflows next to workflowmanager in my sites default folder?15:34
VladDrac(I guess things have changed alot in trunk since srichters book)15:34
*** viyyer has quit IRC15:38
*** viyyer has joined #zope3-dev15:39
VladDracsrichter do you happen to know the current state of zope.app.workflow?15:43
* VladDrac 's currently even getting stacktraces when trying stuff15:43
srichternope15:44
srichterI only know that the 3.0 version works15:44
srichterit probably needs some fixing15:44
VladDracok I got something working15:45
VladDracand it broke again15:51
VladDrac  File "/home/ivo/Work/Zope3/Zope3-svn/src/zope/app/keyreference/persistent.py", line 65, in connectionOfPersistent15:51
VladDrac    raise ValueError('Can not get connection of %r' % (ob,))15:51
VladDracValueError: Can not get connection of <zope.app.workflow.stateful.definition.State object at 0xb398fd2c>15:51
VladDracand svn is dead15:52
VladDracmust be monday :(15:52
VladDracmight be that my catalog is conflicting15:54
VladDracwhat's the different between adding components to the 'default' sitemanager and by using 'site management'16:04
VladDracexcept that the latter gives a 'tools' folder16:04
*** sashav has quit IRC16:07
*** SureshZ has joined #zope3-dev16:08
*** `anthony has quit IRC16:16
*** mgedmin has joined #zope3-dev16:36
VladDracok, I guess order is important16:47
VladDracworkflow + definition before intid + catalog16:48
VladDracthen it works16:48
VladDracuntil you add content, of course16:48
VladDracstuff all of a sudden needs to be contained16:58
*** MacYET has joined #zope3-dev17:02
*** `anthony has joined #zope3-dev17:03
VladDracfor some reason, my object provides IContained but has no __parent__ (when adding)17:07
*** GaryPoster has joined #zope3-dev17:19
*** niemeyer has joined #zope3-dev17:21
* MacYET bangs his head against the wall17:22
* VladDrac joins MacYET17:24
* MacYET wonders if registering factories as utilities is a good thing17:25
VladDracI guess if it makes sense..17:26
MacYETcan utilities be attributes of persistent class?17:31
VladDracI think they can - isn't that how sitemanagers work?17:32
MacYETno idea17:32
* MacYET needs a shower to think about the problem17:32
VladDrachmm most of my workflow experiments fail TTW, but succeed from code17:55
VladDracbut in the end, I still don't get a workflow tab anywhere17:55
*** Damascene has joined #zope3-dev18:04
GaryPosterMacYET: It'd be better if ya didn't stash the persistent utility, stylistically18:08
*** tvon has joined #zope3-dev18:10
MacYETmy problem is another one: the utility registry fools me18:11
MacYET<utility provides="someinterface" factory="...."> is the registration and zapi.getUtilitesFor(someinterface) returns []18:12
*** SteveA has joined #zope3-dev18:13
* VladDrac should read better18:19
* VladDrac forgot to implement an interface18:19
VladDraclet's see if it works now18:19
VladDrac  File "/home/ivo/Work/Zope3/Zope3-svn/src/zope/interface/adapter.py", line 406, in adapter_hook18:23
VladDrac    adapter = factory(object)18:23
VladDrac  File "/home/ivo/Work/Zope3/Zope3-svn/src/zope/app/keyreference/persistent.py", line 65, in connectionOfPersistent18:23
VladDrac    raise ValueError('Can not get connection of %r' % (ob,))18:23
VladDracValueError: Can not get connection of <zope.app.workflow.stateful.instance.StatefulProcessInstance object at 0xb677beec>18:23
VladDracthis is *really* getting annoying by now :(18:24
VladDracok18:25
VladDracI give up18:25
VladDracfor now18:26
VladDraczope3 is not ready for lamers like me I guess18:27
*** zagy has quit IRC18:27
*** GaryPoster has quit IRC18:32
*** GaryPoster has joined #zope3-dev18:32
*** GaryPoster has quit IRC18:34
*** GaryPoster has joined #zope3-dev18:34
*** __gotcha has quit IRC18:35
VladDrac()&(&*)^*&^()_I)OP18:39
VladDrac^- that's me swearing18:39
* MacYET throws python against the wall18:45
*** MacYET has left #zope3-dev18:46
*** Aiste has quit IRC18:46
*** mohsen has joined #zope3-dev18:49
*** mohsen is now known as mohsen|away18:49
*** mohsen|away is now known as mohsen18:50
*** Aiste has joined #zope3-dev19:19
*** Aiste has quit IRC19:25
*** Aiste has joined #zope3-dev19:28
bskahananyone know why zope.app.batching went away?19:39
*** MrTopf has quit IRC19:43
*** viyyer has quit IRC19:45
*** mooded has quit IRC19:55
*** MalcolmC has quit IRC20:07
*** anguenot has joined #zope3-dev20:10
*** MalcolmC has joined #zope3-dev20:11
*** C8N has joined #zope3-dev20:17
C8Nhi20:17
*** illing has joined #zope3-dev21:01
illinghello21:01
illingi work for an open source consulting company that is looking to deploy Zope21:03
illingi'm unable to find any production servers running Zope X3 that I can check out21:03
illingcan anyone point me to a list of sites or name a few sites that are running Zope X3 that i can look at?  please?21:03
* illing rocks out to the new wave sounds of The Crickets21:05
C8Nthe developer site of ubuntu, for example21:06
C8Nafaik, is powered by z321:06
illingthank you C8N21:07
C8Nde nada21:09
*** bskahan has quit IRC21:09
*** bskahan has joined #zope3-dev21:15
*** deo has joined #zope3-dev21:18
*** faassen has quit IRC21:20
*** MrTopf has joined #zope3-dev21:22
*** zagy has joined #zope3-dev21:28
*** tvon has quit IRC21:35
*** RaFromBRC has joined #zope3-dev21:36
*** tvon has joined #zope3-dev21:39
*** anguenot has quit IRC21:52
*** mohsen has quit IRC21:54
*** mgedmin has quit IRC22:06
*** RaFromBRC has quit IRC22:11
*** alga has quit IRC22:19
*** RaFromBRC has joined #zope3-dev22:23
illingchatty bunch ;)22:27
*** illing has quit IRC22:28
*** bska|mobile has joined #zope3-dev22:35
*** bskahan has quit IRC22:41
*** Aiste has quit IRC22:43
*** Aiste has joined #zope3-dev22:44
*** Aiste has quit IRC22:49
*** Aiste has joined #zope3-dev22:53
*** Aiste has quit IRC22:55
*** Aiste has joined #zope3-dev22:56
*** ignas has quit IRC23:00
*** zagy has quit IRC23:04
*** BjornT has quit IRC23:32
*** bska|mobile has quit IRC23:55

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