| *** RaFromBRC has quit IRC | 00:00 | |
| *** RaFromBRC has joined #zope3-dev | 00:02 | |
| *** rocky|sorrento has quit IRC | 00:02 | |
| *** natea has quit IRC | 00:03 | |
| *** cbcunc_ has joined #zope3-dev | 00:03 | |
| *** rocky|sorrento has joined #zope3-dev | 00:03 | |
| *** natea has joined #zope3-dev | 00:03 | |
| *** cbcunc_ has quit IRC | 00:06 | |
| *** jbb666 has quit IRC | 00:06 | |
| *** twcook has joined #zope3-dev | 00:14 | |
| *** redir has quit IRC | 00:17 | |
| *** jfroche_ has joined #zope3-dev | 00:17 | |
| *** BjornT has joined #zope3-dev | 00:18 | |
| *** pcardune has quit IRC | 00:19 | |
| *** cbcunc has quit IRC | 00:19 | |
| *** natea has quit IRC | 00:23 | |
| *** RaFromBRC has quit IRC | 00:23 | |
| *** jfroche has quit IRC | 00:26 | |
| *** faassen has quit IRC | 00:26 | |
| *** redir has joined #zope3-dev | 00:28 | |
| *** BjornT_ has quit IRC | 00:30 | |
| *** d2m has quit IRC | 00:30 | |
| *** rocky|sorrento has quit IRC | 00:33 | |
| *** redir has quit IRC | 00:34 | |
| ccom1 | Hi | 00:44 | 
|---|---|---|
| ccom1 | Yesterday, I've made the python interpreted crash by playing with __del__ | 00:44 | 
| ccom1 | does that happen? | 00:45 | 
| ccom1 | (python 2.4.4) | 00:46 | 
| ccom1 | zope3 suddenly died | 00:46 | 
| *** tarek has quit IRC | 00:53 | |
| *** J1m has quit IRC | 00:59 | |
| *** faassen has joined #zope3-dev | 01:04 | |
| *** lucielejard has quit IRC | 01:11 | |
| *** ofer has joined #zope3-dev | 01:13 | |
| *** benji has quit IRC | 01:17 | |
| *** jkakar has quit IRC | 01:37 | |
| *** jinty has quit IRC | 02:07 | |
| *** niemeyer has quit IRC | 02:15 | |
| *** pcardune has joined #zope3-dev | 02:21 | |
| *** twcook has quit IRC | 02:31 | |
| *** lurker has quit IRC | 02:44 | |
| *** whit has quit IRC | 02:51 | |
| *** b52laptop has joined #zope3-dev | 02:54 | |
| *** jrc2e has left #zope3-dev | 03:00 | |
| *** jrc2e_ has joined #zope3-dev | 03:03 | |
| *** b52lap has quit IRC | 03:11 | |
| *** jrc2e_ has quit IRC | 03:13 | |
| *** pbugni has quit IRC | 03:14 | |
| *** wrobel has quit IRC | 03:27 | |
| *** jbb666 has joined #zope3-dev | 03:35 | |
| *** jfroche_ has quit IRC | 03:39 | |
| *** faassen has quit IRC | 03:50 | |
| *** pcardune has quit IRC | 03:52 | |
| *** ksmith99 has quit IRC | 04:02 | |
| *** ofer has quit IRC | 04:17 | |
| *** pcardune has joined #zope3-dev | 04:50 | |
| *** CSWookie has joined #zope3-dev | 05:17 | |
| CSWookie | Are there PythonScripts, or similar, in Zope3? I'm thinking I want to mess around with something in Zope 3 where it would be useful to allow someone to be able to write a python script, probably with a carefully defined API they have access to, and add it through the web interface. | 05:21 | 
| *** jrc2e has joined #zope3-dev | 05:35 | |
| *** srichter has joined #zope3-dev | 06:03 | |
| *** ChanServ sets mode: +o srichter | 06:04 | |
| *** pcardune has quit IRC | 06:41 | |
| *** jrc2e has quit IRC | 06:56 | |
| *** jinty has joined #zope3-dev | 07:43 | |
| *** jinty has quit IRC | 07:58 | |
| *** Jell-O-Fishi has joined #zope3-dev | 08:13 | |
| Jell-O-Fishi | hi all | 08:13 | 
| Jell-O-Fishi | hi. zope3: zope.app.component.vocabulary.UtilityNameTerm is marked as implementing ITokenizedTerm, but in fact tries implements ITitledTokenizedTerm, and fails at that, because token and title are implemented as methods not properties. bug ? | 08:14 | 
| Jell-O-Fishi | zope 3.3.0 | 08:14 | 
| CSWookie | Hmm? | 08:15 | 
| Jell-O-Fishi | didn't find utilitynameterm in bug reports on site | 08:16 | 
| CSWookie | Moment | 08:16 | 
| Jell-O-Fishi | k | 08:16 | 
| CSWookie | Um. Well, it is an attribute. Just happens to be a method as well. It does seem to be a disjoint, though. Is the interfaces used for other classes? How do they normally handle it? | 08:22 | 
| Jell-O-Fishi | i'm.. confused about the first part. "just happens to be a method as well" ? | 08:24 | 
| CSWookie | I was tired, and that made me pedantic. | 08:24 | 
| CSWookie | And possibly even wrong... | 08:24 | 
| Jell-O-Fishi | zope.schema.vocabulary.SimpleTerm | 08:25 | 
| Jell-O-Fishi | UtilityTerm in zope.app.component.vocabulary as well | 08:26 | 
| Jell-O-Fishi | i was trying to use the UtilityName vocabulary when i stumbled on to this. | 08:26 | 
| CSWookie | Actually, Simpleterm seems to be a more flagrant culprit. I can't even defend it through pedantry. | 08:27 | 
| * Jell-O-Fishi is confused | 08:27 | |
| Jell-O-Fishi | can an Attribute be a method ? | 08:28 | 
| CSWookie | I'm not sure whether there's a restriction in interfaces, but definitely in python. I'm tired, and must sleep. | 08:29 | 
| Jell-O-Fishi | night night | 08:30 | 
| CSWookie | If your on tomorrow in the lighttime, I'll look at this stuff and be more coherent. | 08:30 | 
| Jell-O-Fishi | it's lighttime here -.- | 08:30 | 
| Jell-O-Fishi | nvm. night night. | 08:30 | 
| Jell-O-Fishi | i'll try | 08:30 | 
| *** afd_ has joined #zope3-dev | 09:02 | |
| *** romanofski has joined #zope3-dev | 09:38 | |
| *** jukart has joined #zope3-dev | 09:50 | |
| *** d2m has joined #zope3-dev | 10:10 | |
| *** tarek has joined #zope3-dev | 10:25 | |
| *** lurker has joined #zope3-dev | 10:38 | |
| *** afd_ has quit IRC | 10:40 | |
| *** jukart has quit IRC | 10:44 | |
| *** alecm has joined #zope3-dev | 10:53 | |
| *** ktwilight has joined #zope3-dev | 10:55 | |
| *** jfroche has joined #zope3-dev | 11:15 | |
| *** febb has quit IRC | 11:19 | |
| *** jbb666 has quit IRC | 11:27 | |
| *** salfield has quit IRC | 11:58 | |
| *** jodok has joined #zope3-dev | 12:08 | |
| *** ktwilight has quit IRC | 12:08 | |
| *** ktwilight has joined #zope3-dev | 12:09 | |
| *** jodok_ has joined #zope3-dev | 12:10 | |
| *** jodok has quit IRC | 12:10 | |
| *** jukart has joined #zope3-dev | 12:13 | |
| *** opetznick has joined #zope3-dev | 12:14 | |
| *** lurker has quit IRC | 12:16 | |
| *** alecm has quit IRC | 12:16 | |
| *** harobed has joined #zope3-dev | 12:17 | |
| *** alecm has joined #zope3-dev | 12:17 | |
| *** stub has joined #zope3-dev | 12:17 | |
| *** opetznick has quit IRC | 12:19 | |
| *** lurker has joined #zope3-dev | 12:30 | |
| *** jfroche has quit IRC | 12:30 | |
| *** jfroche has joined #zope3-dev | 12:31 | |
| *** rocky|sorrento has joined #zope3-dev | 12:44 | |
| *** lurker has quit IRC | 12:55 | |
| *** natea has joined #zope3-dev | 12:58 | |
| *** jukart has quit IRC | 13:14 | |
| *** opetznick has joined #zope3-dev | 13:18 | |
| *** ktwilight has quit IRC | 13:18 | |
| *** ktwilight has joined #zope3-dev | 13:18 | |
| *** jfroche has quit IRC | 13:22 | |
| *** jfroche has joined #zope3-dev | 13:23 | |
| *** alecm has quit IRC | 13:25 | |
| *** alecm has joined #zope3-dev | 13:26 | |
| *** natea has quit IRC | 13:26 | |
| *** natea has joined #zope3-dev | 13:26 | |
| *** dunny has quit IRC | 13:33 | |
| *** rocky|sorrento has quit IRC | 13:36 | |
| *** rocky|sorrento has joined #zope3-dev | 13:39 | |
| *** harobed has quit IRC | 13:39 | |
| *** RaFromBRC has joined #zope3-dev | 13:46 | |
| *** natea has quit IRC | 14:25 | |
| *** natea has joined #zope3-dev | 14:28 | |
| *** benji has joined #zope3-dev | 14:29 | |
| *** RaFromBRC has quit IRC | 14:29 | |
| *** lurker has joined #zope3-dev | 14:29 | |
| *** twcook has joined #zope3-dev | 14:34 | |
| *** alecm has quit IRC | 14:36 | |
| *** twcook has quit IRC | 15:01 | |
| *** J1m has joined #zope3-dev | 15:05 | |
| *** natea has quit IRC | 15:13 | |
| *** rocky|sorrento has quit IRC | 15:13 | |
| *** alecm has joined #zope3-dev | 15:23 | |
| Jell-O-Fishi | another zeop 3.3.0 vocabulary question : in zope.app.component.vocabulary UtilityVocabulary (which implements IVocabularyTokenized) uses UtilityTerm which should (by the documentation of IVocabularyTokenized) implement ITitledTokenizedTerm, and doesn't implement the title property. | 15:24 | 
| Jell-O-Fishi | bug ? | 15:24 | 
| Jell-O-Fishi | damn this hemisphere for not having any zope developers -.- | 15:27 | 
| *** stub has quit IRC | 15:30 | |
| *** jodok_ has quit IRC | 15:32 | |
| *** benji has quit IRC | 15:34 | |
| *** ignas has joined #zope3-dev | 15:41 | |
| *** pbugni has joined #zope3-dev | 15:50 | |
| *** dobee has joined #zope3-dev | 15:54 | |
| *** RaFromBRC has joined #zope3-dev | 16:11 | |
| *** ignas changes topic to "logs available at http://zope3.pov.lt/irclogs/ || paste code examples into http://zope3.pastey.net/ or http://zope3.pastebin.com/ or http://paste.plone.org/ || Zope 3.3.0 is out || bugs live at https://bugs.launchpad.net/zope3/ || Wiki at http://wiki.zope.org/zope3 || FAQ at http://wiki.zope.org/zope3/FAQ || Google SoC Ideas: http://wiki.zope.org/zope3/SummerOfCode2007" | 16:14 | |
| *** ktwilight has quit IRC | 16:30 | |
| *** afd_ has joined #zope3-dev | 16:31 | |
| *** ktwilight has joined #zope3-dev | 16:31 | |
| *** dobee has quit IRC | 16:32 | |
| *** alecm has quit IRC | 16:37 | |
| *** RaFromBRC has quit IRC | 16:38 | |
| *** alecm has joined #zope3-dev | 16:38 | |
| *** RaFromBRC has joined #zope3-dev | 16:38 | |
| *** lurker has quit IRC | 16:42 | |
| *** twcook has joined #zope3-dev | 16:45 | |
| *** stub has joined #zope3-dev | 16:47 | |
| *** jfroche_ has joined #zope3-dev | 16:47 | |
| *** jfroche has quit IRC | 16:49 | |
| *** pbugni is now known as pbugni|afk | 16:56 | |
| *** natea has joined #zope3-dev | 16:57 | |
| *** afd_ has quit IRC | 17:02 | |
| *** jbb666 has joined #zope3-dev | 17:13 | |
| *** rocky|sorrento has joined #zope3-dev | 17:14 | |
| *** rocky|sorrento has quit IRC | 17:17 | |
| *** twcook has left #zope3-dev | 17:42 | |
| *** stub has quit IRC | 17:42 | |
| *** jbb666 has quit IRC | 17:53 | |
| *** natea has quit IRC | 18:08 | |
| *** ignas has quit IRC | 18:28 | |
| *** natea has joined #zope3-dev | 18:30 | |
| *** afd_ has joined #zope3-dev | 18:41 | |
| *** jukart has joined #zope3-dev | 18:45 | |
| *** opetznick has quit IRC | 18:50 | |
| *** pcardune_ has joined #zope3-dev | 18:52 | |
| *** ofer has joined #zope3-dev | 18:53 | |
| *** pbugni|afk is now known as pbugni | 18:57 | |
| *** rocky|sorrento has joined #zope3-dev | 19:03 | |
| *** afd_ has quit IRC | 19:08 | |
| *** RaFromBRC has quit IRC | 19:08 | |
| *** RaFromBRC has joined #zope3-dev | 19:09 | |
| *** opetznick has joined #zope3-dev | 19:12 | |
| *** andrew_m has joined #zope3-dev | 19:12 | |
| *** ofer has quit IRC | 19:14 | |
| *** jukart_ has joined #zope3-dev | 19:39 | |
| *** opetznick has quit IRC | 19:41 | |
| *** jukart has quit IRC | 19:57 | |
| *** benji has joined #zope3-dev | 19:58 | |
| *** jodok has joined #zope3-dev | 19:58 | |
| *** tarek has quit IRC | 20:09 | |
| *** J1m has quit IRC | 20:41 | |
| *** alecm has quit IRC | 20:44 | |
| *** alecm has joined #zope3-dev | 21:11 | |
| *** alecm has quit IRC | 21:25 | |
| *** nikhil_n has joined #zope3-dev | 21:27 | |
| *** jukart_ has quit IRC | 21:29 | |
| *** RaFromBRC has quit IRC | 21:31 | |
| *** jodok_ has joined #zope3-dev | 21:42 | |
| *** nikhil_n has left #zope3-dev | 21:50 | |
| *** nikhil_n has joined #zope3-dev | 21:52 | |
| *** tarek has joined #zope3-dev | 21:56 | |
| *** jodok has quit IRC | 21:59 | |
| *** jukart has joined #zope3-dev | 22:04 | |
| *** jukart has quit IRC | 22:06 | |
| *** dunny_ has joined #zope3-dev | 22:07 | |
| *** pbugni has quit IRC | 22:13 | |
| *** tarek has left #zope3-dev | 22:15 | |
| *** nikhil_n has quit IRC | 22:15 | |
| *** pbugni has joined #zope3-dev | 22:15 | |
| *** romanofski has quit IRC | 22:26 | |
| *** timte has joined #zope3-dev | 22:30 | |
| *** pcardune_ is now known as pcardune | 22:34 | |
| *** romanofski has joined #zope3-dev | 22:42 | |
| *** seonew has joined #zope3-dev | 22:44 | |
| *** RaFromBRC has joined #zope3-dev | 22:52 | |
| *** walter has joined #zope3-dev | 22:52 | |
| walter | hi | 22:52 | 
| pbugni | cheers | 22:53 | 
| walter | where i can download cpsskin for zope 3? | 22:53 | 
| pbugni | cheesshop? | 22:53 | 
| pbugni | cheeseshop, i mean | 22:53 | 
| walter | :-) | 22:53 | 
| Jell-O-Fishi | morning people | 22:54 | 
| *** marcin_ant has joined #zope3-dev | 22:54 | |
| seonew | What's cps/cpsskin? | 22:57 | 
| d2m | walter, http://svn.z3lab.org/trac/z3lab/browser/cpsskins/ | 22:58 | 
| d2m | walter, if that is what you need... | 22:58 | 
| walter | thanks for information | 23:00 | 
| *** pcardune has left #zope3-dev | 23:01 | |
| *** alecm has joined #zope3-dev | 23:05 | |
| *** RaFromBRC_ has joined #zope3-dev | 23:06 | |
| *** romanofski has quit IRC | 23:07 | |
| *** RaFromBRC has quit IRC | 23:07 | |
| *** hazmat has joined #zope3-dev | 23:14 | |
| *** ChanServ sets mode: +o hazmat | 23:14 | |
| *** ofer has joined #zope3-dev | 23:18 | |
| *** rocky|sorrento has quit IRC | 23:21 | |
| *** marcin_ant has quit IRC | 23:26 | |
| walter | Hi to all, i've a problem for install the cpsskin in zope 3, there is someone that help me? | 23:47 | 
| *** natea has quit IRC | 23:48 | |
| Theuni | maybe if you describe the actual problem, somebody can come up with a specific answer... | 23:48 | 
| walter | i perform the steps in INSTALL.txt in http://svn.z3lab.org/trac/z3lab/browser/cpsskins/branches/jmo-perspectives | 23:50 | 
| walter | but after i've create an instance of zope and run this one i obtain this error: | 23:50 | 
| walter | ..... | 23:50 | 
| walter | raise schema.ValidationError(v) | 23:50 | 
| walter | zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/opt/walterSite2/etc/site.zcml", line 3.2-3.50 | 23:50 | 
| walter | ZopeXMLConfigurationError: File "/opt/walterSite2/etc/package-includes/cpsskins-meta.zcml", line 3.2-3.63 | 23:50 | 
| walter | ConfigurationError: ('Invalid value for', 'package', "ImportError: Couldn't import cpsskins, No module named cpsskins") | 23:50 | 
| Theuni | this sounds like the cpsskins module isn't in the right place | 23:51 | 
| Theuni | where did you install it to? | 23:51 | 
| Theuni | it probably should be in /opt/walterSite2/lib/python | 23:51 | 
| Theuni | or on your PYTHONPATH | 23:51 | 
| walter | the /opt/walterSite2 has been installed with mkzopeinstance | 23:51 | 
| Theuni | that's alright. how did you install cpsskins then? | 23:53 | 
| *** rocky|sorrento has joined #zope3-dev | 23:54 | |
| walter | i've copy all files http://svn.z3lab.org/trac/z3lab/browser/cpsskins/branches/jmo-perspectives in zope3/src and perform make | 23:54 | 
| walter | how explained in INSTALL.TXT | 23:55 | 
| Theuni | o_O | 23:55 | 
| Theuni | that sounds weird | 23:55 | 
| * Theuni looks at the install.txt | 23:56 | |
| Theuni | Hmm. Ok, would work, but those instructions aren't good. | 23:56 | 
| Theuni | What did you copy over to zope3/src ? | 23:56 | 
| *** hazmat has quit IRC | 23:57 | |
| Theuni | did you copy over a directory 'cpsskins' or the contents of the branch? | 23:57 | 
| walter | the contents of the branch | 23:57 | 
| Theuni | ah, that's it. | 23:57 | 
| walter | :-) | 23:57 | 
| Theuni | you have to take the contents of the branch and put them in a folder 'cpsskins' in zope3/src/ | 23:57 | 
| walter | yes | 23:58 | 
| Theuni | at least thats what i suspect strongly. | 23:58 | 
| Theuni | ah, so you did that? | 23:58 | 
| walter | yes | 23:58 | 
| Theuni | hrnn. | 23:59 | 
| Theuni | there might be a couple of things here. | 23:59 | 
| Theuni | did you install zope 3 using configure/make/make install? | 23:59 | 
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!