| *** niemeyer has quit IRC | 00:02 | |
| *** zbir has quit IRC | 00:22 | |
| *** palmTree has quit IRC | 00:33 | |
| *** hazmat has quit IRC | 00:47 | |
| *** dobee has quit IRC | 00:48 | |
| *** fdrake has quit IRC | 00:49 | |
| *** xenru has joined #zope3-dev | 00:57 | |
| *** ksmith has joined #zope3-dev | 01:03 | |
| *** benji_york has quit IRC | 01:20 | |
| *** roym` has quit IRC | 01:44 | |
| ksmith | are any tiks people online? | 01:48 |
|---|---|---|
| *** hazmat has joined #zope3-dev | 02:02 | |
| *** ChanServ sets mode: +o hazmat | 02:02 | |
| *** ksmith has quit IRC | 02:27 | |
| projekt01 | ksmith, yup | 02:31 |
| projekt01 | ksmith, do you have a question? | 02:31 |
| projekt01 | srichter, ayt? | 02:34 |
| *** Alef has left #zope3-dev | 02:51 | |
| *** bradb has left #zope3-dev | 02:54 | |
| *** stub has joined #zope3-dev | 03:00 | |
| srichter | projekt01: yep | 03:06 |
| *** bradb_ has joined #zope3-dev | 03:17 | |
| *** bradb_ has left #zope3-dev | 03:19 | |
| projekt01 | srichter, can I use the local adapter registry in a site for register local adapters? | 03:20 |
| srichter | projekt01: sure, though this has not been tested much | 03:21 |
| projekt01 | cool, I try to use the same hook like you did with page folders | 03:22 |
| srichter | I see | 03:22 |
| projekt01 | Use a content type as a configuration store and it's childs as registrable adapters | 03:22 |
| srichter | I see | 03:23 |
| projekt01 | Do we have plans to make the adapter registry visible in the UI again? | 03:23 |
| projekt01 | And provide a space like the utilities have? | 03:23 |
| srichter | not yet | 03:24 |
| projekt01 | Ok, then a content type in the utility area registering it's child as adapter is the best way, right? | 03:25 |
| srichter | yeah | 03:25 |
| projekt01 | Ok, looking forward to meet you next week ;-) | 03:25 |
| *** d2m has quit IRC | 03:38 | |
| *** newpers has joined #zope3-dev | 03:41 | |
| *** projekt01 has quit IRC | 03:41 | |
| *** stub has quit IRC | 04:00 | |
| *** yota has quit IRC | 04:02 | |
| *** sidnei has quit IRC | 04:30 | |
| *** sidnei has joined #zope3-dev | 04:34 | |
| *** deo has quit IRC | 05:03 | |
| newpers | howdy | 05:21 |
| *** zbir has joined #zope3-dev | 05:27 | |
| *** zbir has quit IRC | 05:29 | |
| *** xenru has quit IRC | 05:32 | |
| *** dobee has joined #zope3-dev | 06:00 | |
| *** stub has joined #zope3-dev | 06:00 | |
| *** zbir has joined #zope3-dev | 06:00 | |
| *** sashav_ has joined #zope3-dev | 06:03 | |
| *** sashav has quit IRC | 06:18 | |
| *** zbir has joined #zope3-dev | 06:34 | |
| *** hazmat has quit IRC | 06:43 | |
| *** bradb has joined #zope3-dev | 06:52 | |
| *** bradb has left #zope3-dev | 06:52 | |
| *** newpers has quit IRC | 09:01 | |
| *** stub has quit IRC | 09:30 | |
| *** SureshZ has left #zope3-dev | 09:59 | |
| *** d2m has joined #zope3-dev | 10:03 | |
| *** philiKON has joined #zope3-dev | 10:12 | |
| *** drzoltron_ has joined #zope3-dev | 10:20 | |
| *** sashav has joined #zope3-dev | 10:21 | |
| *** drzoltron_ has quit IRC | 10:25 | |
| *** drzoltron_ has joined #zope3-dev | 10:26 | |
| *** sashav_ has quit IRC | 10:34 | |
| *** philiKON has quit IRC | 10:36 | |
| *** MJ has quit IRC | 10:50 | |
| *** d2m has quit IRC | 10:53 | |
| *** d2m_ has joined #zope3-dev | 10:53 | |
| *** d2m_ is now known as d2m | 10:53 | |
| *** d2m_ has joined #zope3-dev | 10:55 | |
| *** d2m has quit IRC | 10:55 | |
| *** d2m_ is now known as d2m | 10:55 | |
| *** Alef has joined #zope3-dev | 11:11 | |
| *** ignas has joined #zope3-dev | 11:24 | |
| *** yota has joined #zope3-dev | 11:54 | |
| *** sashav has quit IRC | 12:24 | |
| *** mgedmin has joined #zope3-dev | 12:38 | |
| *** VladDrac has quit IRC | 12:44 | |
| *** drzoltron_ has quit IRC | 12:57 | |
| *** ignas has quit IRC | 13:20 | |
| *** d2m has quit IRC | 13:27 | |
| *** dobee has quit IRC | 13:52 | |
| *** projekt01 has joined #zope3-dev | 14:30 | |
| *** sashav has joined #zope3-dev | 15:06 | |
| *** sashav has quit IRC | 15:09 | |
| *** sashav has joined #zope3-dev | 15:42 | |
| *** dobee has joined #zope3-dev | 16:19 | |
| *** drzoltron_ has joined #zope3-dev | 16:30 | |
| *** drzoltron_ has quit IRC | 16:45 | |
| *** roym has joined #zope3-dev | 17:06 | |
| roym | I am trying to use ClientStorage to connect to a ZEO server from the | 17:08 |
| roym | python interactive prompt. When I do the following: | 17:08 |
| roym | 17:08 | |
| roym | from ZEO.ClientStorage import ClientStorage | 17:08 |
| roym | storage = ClientStorage(('localhost',8001), debug=1, min_disconnect_poll=0.5, wait=1) | 17:08 |
| roym | 17:08 | |
| roym | the call to ClientStorage hangs. If I hit a Ctrl-C, then in the zeo | 17:08 |
| roym | logfile, I see: | 17:08 |
| roym | 17:08 | |
| roym | 2005-10-01T10:05:11 INFO ZEO.StorageServer (13730) new connection | 17:09 |
| roym | ('127.0.0.1', 32997): <ManagedServerConnection ('127.0.0.1', 32997)> | 17:09 |
| roym | 17:09 | |
| roym | so apparently, it is connecting, but hangs... am I missing any | 17:09 |
| roym | other setup that I need? | 17:09 |
| *** regebro has quit IRC | 17:13 | |
| *** jinty has joined #zope3-dev | 17:48 | |
| *** sashav has quit IRC | 18:06 | |
| *** sashav has joined #zope3-dev | 18:07 | |
| *** jinty has left #zope3-dev | 18:09 | |
| *** sashav has quit IRC | 18:11 | |
| *** MJ has joined #zope3-dev | 18:29 | |
| *** regebro has joined #zope3-dev | 18:47 | |
| *** SureshZ has joined #zope3-dev | 18:49 | |
| *** regebro has quit IRC | 19:17 | |
| *** zagy has quit IRC | 19:22 | |
| *** zagy has joined #zope3-dev | 19:25 | |
| *** mgedmin has quit IRC | 19:32 | |
| *** sashav has joined #zope3-dev | 20:03 | |
| *** projekt01 has quit IRC | 20:10 | |
| *** dobee has quit IRC | 20:39 | |
| *** palmTree has joined #zope3-dev | 20:56 | |
| *** palmTree_ has joined #zope3-dev | 21:19 | |
| *** palmTree_ has quit IRC | 21:26 | |
| *** newpers has joined #zope3-dev | 21:28 | |
| *** palmTree has quit IRC | 21:30 | |
| *** ignas has joined #zope3-dev | 21:53 | |
| *** Alef has quit IRC | 22:20 | |
| *** hazmat has joined #zope3-dev | 22:35 | |
| *** ChanServ sets mode: +o hazmat | 22:35 | |
| *** sashav_ has joined #zope3-dev | 23:20 | |
| *** sashav has quit IRC | 23:37 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!