*** rcrafton has quit IRC | 00:01 | |
*** jukart has quit IRC | 00:04 | |
*** run|home_ has quit IRC | 00:15 | |
*** ignas has quit IRC | 00:29 | |
*** regebro has quit IRC | 00:30 | |
*** norro_ has quit IRC | 00:56 | |
*** jodok_ has quit IRC | 01:00 | |
*** tarek has quit IRC | 01:08 | |
*** mcdonc has joined #zope3-dev | 01:13 | |
*** whit has quit IRC | 01:19 | |
*** greenman has quit IRC | 01:22 | |
*** benji has joined #zope3-dev | 01:23 | |
*** jodok has joined #zope3-dev | 01:24 | |
*** jodok has quit IRC | 01:24 | |
*** greenman has joined #zope3-dev | 01:37 | |
*** benji has quit IRC | 01:39 | |
*** sm has quit IRC | 01:43 | |
*** sm has joined #zope3-dev | 01:43 | |
*** romanofski has quit IRC | 01:56 | |
*** norro has quit IRC | 02:06 | |
*** philiKON has quit IRC | 02:29 | |
*** whit has joined #zope3-dev | 02:29 | |
*** whit has quit IRC | 02:31 | |
*** b52laptop has quit IRC | 02:36 | |
*** quodt has quit IRC | 03:14 | |
*** dobee has quit IRC | 03:26 | |
alecm | anybody here have a clue why a utility registered with <utility component="my_component" interface="myinterface" /> would be found by getAllUtilitiesRegisteredFor, but not by getUtility? | 04:28 |
---|---|---|
alecm | looks like it's found by sm.utilities.subscriptions() but not sm.utilities.lookup() | 04:29 |
*** stub has joined #zope3-dev | 04:37 | |
CSWookie | Is there a clean way to register a subscriber without any zcml? | 05:08 |
CSWookie | I'm looking at zope.component.zcml.subscriber, but it's looking like its a very underwhere kind of thing. | 05:09 |
CSWookie | s/underwhere/underwear/ | 05:09 |
mcdonc | CSWookie: (forgive the paste) | 05:14 |
mcdonc | from zope.component import getGlobalSiteManager | 05:14 |
mcdonc | def subscribe(for_, handler): | 05:14 |
mcdonc | gsm = getGlobalSiteManager() | 05:14 |
mcdonc | gsm.registerHandler(handler, required=for_) | 05:14 |
CSWookie | mcdonc: That looks like a trimmed down version of zope.component.zcml.subscribe. Am I missing something? | 05:20 |
mcdonc | CSWookie: i dont think so... just call that at module scope to do subscriptions i think | 05:20 |
CSWookie | Or maybe not...? My goal is to make use of the nifty component architecture, without the decidedly subnifty zcml. | 05:21 |
mcdonc | CSWookie: sure.. yup, just call that... | 05:21 |
CSWookie | mcdonc: Cool. | 05:21 |
CSWookie | Hmm. I wish I could subscribe a method. | 05:29 |
mcdonc | CSWookie: i suspect you can if you subscribe a method of an instance (rather than a class) | 05:31 |
CSWookie | mcdonc: Well, the one in the module looks like it is to be used as a decorator. | 05:32 |
CSWookie | Is the one you pasted similar? | 05:33 |
mcdonc | CSWookie: ive not seen the other one but the one i pasted is not a decorator | 05:33 |
CSWookie | so, subscribe(someevent, somemethod) ? | 05:34 |
mcdonc | CSWookie: subscribe([ISomeEvent], someinstance.somemethodname) | 05:40 |
CSWookie | mcdonc: Thanks. | 05:41 |
*** stub has quit IRC | 06:45 | |
*** afd_ has joined #zope3-dev | 06:46 | |
*** hexsprite has joined #zope3-dev | 06:46 | |
*** run|home_ has joined #zope3-dev | 07:15 | |
*** run|home has quit IRC | 07:31 | |
*** sm has quit IRC | 07:35 | |
*** run|home has joined #zope3-dev | 07:36 | |
*** run|home_ has quit IRC | 07:42 | |
*** pcardune has joined #zope3-dev | 07:48 | |
*** pcardune_ has joined #zope3-dev | 07:57 | |
*** pcardune has quit IRC | 07:57 | |
*** malthe has quit IRC | 08:06 | |
*** hexsprite has quit IRC | 08:32 | |
*** greenman has quit IRC | 08:34 | |
*** philiKON has joined #zope3-dev | 09:00 | |
*** philiKON has quit IRC | 09:19 | |
*** philiKON has joined #zope3-dev | 09:19 | |
*** regebro has joined #zope3-dev | 09:22 | |
*** jukart has joined #zope3-dev | 09:26 | |
*** romanofski has joined #zope3-dev | 09:28 | |
*** dobee has joined #zope3-dev | 09:29 | |
*** tarek has joined #zope3-dev | 09:30 | |
*** d2m has joined #zope3-dev | 09:52 | |
*** alecm has quit IRC | 09:52 | |
*** alecm has joined #zope3-dev | 09:53 | |
*** timte has joined #zope3-dev | 10:07 | |
*** greenman has joined #zope3-dev | 10:12 | |
*** philiKON has quit IRC | 10:19 | |
*** pcardune has joined #zope3-dev | 10:25 | |
*** pcardune_ has quit IRC | 10:25 | |
*** jukart has quit IRC | 10:26 | |
*** afd_ has quit IRC | 10:31 | |
*** greenman has quit IRC | 10:39 | |
*** pcardune has quit IRC | 10:45 | |
*** regebro has quit IRC | 11:01 | |
*** stub has joined #zope3-dev | 11:04 | |
*** afd_ has joined #zope3-dev | 11:06 | |
*** philiKON has joined #zope3-dev | 11:24 | |
*** philiKON has quit IRC | 11:29 | |
*** run|home_ has joined #zope3-dev | 11:31 | |
*** romanofski has quit IRC | 11:31 | |
*** run|home has quit IRC | 11:34 | |
*** norro has joined #zope3-dev | 11:42 | |
*** quodt has joined #zope3-dev | 11:50 | |
*** dunny has quit IRC | 11:50 | |
*** jodok has joined #zope3-dev | 11:53 | |
*** quodt has quit IRC | 11:58 | |
*** ktwilight has joined #zope3-dev | 12:13 | |
*** harobed has joined #zope3-dev | 12:13 | |
*** quodt has joined #zope3-dev | 12:15 | |
*** ktwilight_ has quit IRC | 12:27 | |
*** jpcw2002 has joined #zope3-dev | 12:37 | |
*** jukart has joined #zope3-dev | 12:41 | |
*** afd_ has quit IRC | 12:42 | |
*** afd__ has joined #zope3-dev | 12:52 | |
*** b52laptop has joined #zope3-dev | 13:15 | |
*** quodt has quit IRC | 13:23 | |
*** jukart has quit IRC | 13:27 | |
*** philiKON has joined #zope3-dev | 13:32 | |
*** tarek has quit IRC | 13:32 | |
*** philiKON_ has joined #zope3-dev | 13:38 | |
*** philiKON has quit IRC | 13:38 | |
*** quodt has joined #zope3-dev | 13:39 | |
*** jukart has joined #zope3-dev | 13:46 | |
*** philiKON_ has quit IRC | 13:46 | |
*** jukart has quit IRC | 13:46 | |
*** lilybaby12 has joined #zope3-dev | 13:52 | |
lilybaby12 | hy | 13:53 |
lilybaby12 | hello???????? | 13:55 |
*** lilybaby12 has quit IRC | 13:56 | |
*** run|home has joined #zope3-dev | 14:43 | |
*** tarek has joined #zope3-dev | 14:45 | |
*** run|home_ has quit IRC | 14:59 | |
*** philiKON has joined #zope3-dev | 15:03 | |
*** rcrafton has joined #zope3-dev | 15:11 | |
*** jpcw2002 has quit IRC | 15:20 | |
*** dobee has quit IRC | 15:26 | |
*** dobee has joined #zope3-dev | 15:27 | |
*** jodok_ has joined #zope3-dev | 15:31 | |
*** jodok has quit IRC | 15:32 | |
*** jodok has joined #zope3-dev | 15:37 | |
*** jodok_ has quit IRC | 15:37 | |
*** philiKON has quit IRC | 15:44 | |
*** dobee has quit IRC | 15:47 | |
*** hexsprite has joined #zope3-dev | 15:57 | |
*** jodok has quit IRC | 15:59 | |
*** jodok has joined #zope3-dev | 15:59 | |
*** jodok has joined #zope3-dev | 16:00 | |
*** harobed has quit IRC | 16:19 | |
*** rcrafton has quit IRC | 16:24 | |
*** tarek has quit IRC | 16:32 | |
*** mkerrin has joined #zope3-dev | 16:54 | |
*** philiKON has joined #zope3-dev | 16:55 | |
*** stub has quit IRC | 16:56 | |
*** philiKON has quit IRC | 17:12 | |
*** philiKON has joined #zope3-dev | 17:27 | |
*** rcrafton has joined #zope3-dev | 17:37 | |
*** sm has joined #zope3-dev | 17:40 | |
*** kursor has joined #zope3-dev | 18:18 | |
*** afd__ has quit IRC | 18:18 | |
*** afd__ has joined #zope3-dev | 18:19 | |
*** run|home_ has joined #zope3-dev | 18:31 | |
*** run|home has quit IRC | 18:35 | |
*** kursor has quit IRC | 18:36 | |
*** quodt has quit IRC | 19:01 | |
*** run|home has joined #zope3-dev | 19:02 | |
*** run|home_ has quit IRC | 19:06 | |
*** run|home_ has joined #zope3-dev | 19:23 | |
*** run|home has quit IRC | 19:28 | |
*** rcrafton has quit IRC | 19:30 | |
*** jodok_ has joined #zope3-dev | 19:37 | |
*** jodok has quit IRC | 19:37 | |
*** hexsprite has quit IRC | 19:51 | |
*** pcardune has joined #zope3-dev | 19:53 | |
*** afd__ has quit IRC | 19:59 | |
*** pcardune_ has joined #zope3-dev | 20:06 | |
*** pcardune has quit IRC | 20:07 | |
*** benji_ has joined #zope3-dev | 20:12 | |
*** pcardune has joined #zope3-dev | 20:17 | |
*** pcardune_ has quit IRC | 20:17 | |
*** philiKON has quit IRC | 20:21 | |
*** rcrafton has joined #zope3-dev | 20:30 | |
*** sm has quit IRC | 20:46 | |
*** J1m has joined #zope3-dev | 20:48 | |
*** mkerrin has quit IRC | 20:48 | |
*** philiKON has joined #zope3-dev | 21:05 | |
*** jukart has joined #zope3-dev | 21:11 | |
*** jukart has quit IRC | 21:12 | |
*** sm has joined #zope3-dev | 21:27 | |
*** sm has joined #zope3-dev | 21:27 | |
*** sm has quit IRC | 21:29 | |
*** sunew has joined #zope3-dev | 21:31 | |
*** sunew has quit IRC | 21:32 | |
*** jodok_ is now known as jodok | 21:35 | |
*** rcrafton has quit IRC | 21:38 | |
*** philiKON_ has joined #zope3-dev | 21:43 | |
*** philiKON has quit IRC | 21:43 | |
*** dunny has joined #zope3-dev | 21:46 | |
*** salfield has joined #zope3-dev | 21:49 | |
*** norro_ has joined #zope3-dev | 21:51 | |
*** philiKON has joined #zope3-dev | 21:53 | |
*** philiKON_ has quit IRC | 21:53 | |
*** pcardune_ has joined #zope3-dev | 22:15 | |
*** pcardune has quit IRC | 22:15 | |
*** pcardune has joined #zope3-dev | 22:37 | |
*** pcardune_ has quit IRC | 22:37 | |
*** pcardune_ has joined #zope3-dev | 22:38 | |
*** pcardune has quit IRC | 22:38 | |
*** regebro has joined #zope3-dev | 22:43 | |
*** redir has joined #zope3-dev | 22:52 | |
*** salfield has quit IRC | 23:03 | |
*** pcardune_ has quit IRC | 23:11 | |
*** quodt has joined #zope3-dev | 23:12 | |
*** J1m has quit IRC | 23:14 | |
*** reco has quit IRC | 23:44 | |
*** salfield has joined #zope3-dev | 23:47 | |
*** harobed has joined #zope3-dev | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!