*** natea has quit IRC | 00:05 | |
*** natea has joined #zope3-dev | 00:06 | |
*** natea has quit IRC | 00:07 | |
*** sashav has joined #zope3-dev | 00:08 | |
*** pcardune has quit IRC | 00:11 | |
*** natea has joined #zope3-dev | 00:19 | |
*** alecm has quit IRC | 00:31 | |
*** sashav has quit IRC | 00:32 | |
*** alecm has joined #zope3-dev | 00:37 | |
*** clbry has joined #zope3-dev | 00:38 | |
*** natea has quit IRC | 00:45 | |
*** zbir has joined #zope3-dev | 00:47 | |
*** zbir has quit IRC | 01:14 | |
*** alecm has quit IRC | 01:27 | |
*** hazmat has joined #zope3-dev | 01:37 | |
*** ChanServ sets mode: +o hazmat | 01:37 | |
*** sashav has joined #zope3-dev | 01:55 | |
*** alecm has joined #zope3-dev | 01:56 | |
*** sashav has quit IRC | 02:13 | |
*** b_52CEntos has quit IRC | 02:37 | |
*** hazmat_ has quit IRC | 02:38 | |
*** b_52CEntos has joined #zope3-dev | 02:40 | |
*** rocky is now known as rocky|Zzz | 02:53 | |
*** rocky|Zzz is now known as rocky|zzz | 02:53 | |
*** natea has joined #zope3-dev | 03:11 | |
*** yota has quit IRC | 03:49 | |
*** hannosch has joined #zope3-dev | 04:15 | |
*** tiredbones has quit IRC | 04:27 | |
*** tiredbones has joined #zope3-dev | 04:27 | |
*** benji has joined #zope3-dev | 04:40 | |
*** zbir has joined #zope3-dev | 04:59 | |
*** clbry_ has joined #zope3-dev | 05:11 | |
*** clbry has quit IRC | 05:20 | |
*** zbir has quit IRC | 06:04 | |
*** hazmat has quit IRC | 06:07 | |
*** clbry__ has joined #zope3-dev | 06:10 | |
*** clbry_ has quit IRC | 06:16 | |
*** hazmat has joined #zope3-dev | 07:05 | |
*** ChanServ sets mode: +o hazmat | 07:05 | |
*** hazmat has quit IRC | 07:32 | |
*** hannosch has quit IRC | 08:09 | |
*** node5397 has joined #zope3-dev | 08:36 | |
*** oferw has joined #zope3-dev | 08:54 | |
*** sashav has joined #zope3-dev | 10:07 | |
*** dobee has joined #zope3-dev | 10:21 | |
*** romanofski has joined #zope3-dev | 10:44 | |
romanofski | moin | 10:46 |
---|---|---|
*** node5397 has left #zope3-dev | 11:20 | |
*** sashav has quit IRC | 11:41 | |
*** sashav has joined #zope3-dev | 11:47 | |
*** dlk has joined #zope3-dev | 12:06 | |
*** sashav has quit IRC | 12:09 | |
*** sashav has joined #zope3-dev | 12:13 | |
*** dlk has left #zope3-dev | 12:18 | |
*** yota has joined #zope3-dev | 12:36 | |
*** oferw has quit IRC | 12:59 | |
*** sashav has quit IRC | 13:10 | |
*** b_52CEntos has quit IRC | 13:11 | |
*** b_52CEntos has joined #zope3-dev | 13:16 | |
*** BjornT_ has quit IRC | 13:37 | |
*** projekt01 has joined #zope3-dev | 13:45 | |
*** BjornT has joined #zope3-dev | 13:46 | |
*** dunny has quit IRC | 13:50 | |
b_52CEntos | http://zope3.pastebin.com/757345 noob error | 13:51 |
d2m | b_52CEntos: the error is quite cerbose, its 'class' not 'Class' | 13:58 |
* b_52CEntos slap himself with a keyboard | 14:00 | |
b_52CEntos | d2m, ok thks | 14:00 |
b_52CEntos | ;( | 14:01 |
b_52CEntos | from zope.interface import Interface | 14:01 |
b_52CEntos | ImportError: No module named zope.interface | 14:01 |
b_52CEntos | Script terminated. | 14:01 |
b_52CEntos | someone could print his $PYTHONPATH ; for this variable is not defined | 14:02 |
*** clasux has quit IRC | 14:05 | |
d2m | b_52CEntos: where is your python ? | 14:05 |
b_52CEntos | d2m, whereis python | 14:06 |
b_52CEntos | python: /usr/local/bin/python /usr/local/man/man1/python.1.gz /usr/ports/lang/python | 14:06 |
d2m | when you start a python interpreter and type 'import zope' at the command prompt, what happens ? | 14:07 |
*** b_52CEntos has quit IRC | 14:08 | |
*** b_52CEntos has joined #zope3-dev | 14:14 | |
*** rocky|zzz is now known as rocky | 14:23 | |
*** BjornT_ has joined #zope3-dev | 14:27 | |
*** clasux has joined #zope3-dev | 14:38 | |
*** BjornT has quit IRC | 14:44 | |
*** zbir has joined #zope3-dev | 14:45 | |
*** dobee has quit IRC | 14:55 | |
*** J1m has joined #zope3-dev | 14:58 | |
*** roman_ has joined #zope3-dev | 15:15 | |
projekt01 | J1m, ayt? | 15:21 |
J1m | yes | 15:22 |
projekt01 | The method _verify fails for non_overridable proxy methods | 15:22 |
projekt01 | Can we fix this? | 15:22 |
projekt01 | It ends in BrokenMethodImplementation: The implementation of __delitem__ violates its contract | 15:22 |
projekt01 | because of: | 15:22 |
projekt01 | raise BrokenMethodImplementation(name, "Not a method") | 15:23 |
J1m | I'm sure we can fix this. | 15:23 |
J1m | I don't have time to anytime soon. | 15:23 |
projekt01 | Do you know how to check a decorator in python? | 15:24 |
J1m | The whole _verify tool is a hack that needs to be totally reimplemented. | 15:24 |
J1m | A decorator is simply an object with __get__, __set__, and/or __delete__ methods. | 15:24 |
*** natea has quit IRC | 15:25 | |
projekt01 | Can I access the name "non_overridable" of the method in some way? | 15:25 |
J1m | No | 15:27 |
projekt01 | I guess we have to check if we have a method with a __get__ method? | 15:27 |
J1m | No | 15:27 |
projekt01 | How, can we do this? | 15:28 |
J1m | The issue is that _verify wants to check the signature and it can't get at it. | 15:28 |
J1m | It would take less time for me to do it myself than to explain it and I don't have time to do it myself. | 15:28 |
J1m | srichter, could probably figure it out. :) | 15:28 |
projekt01 | Ok, no problem, I will ask him | 15:29 |
projekt01 | Thanks, have a nice weekend | 15:29 |
J1m | It would require rewriting the non_overridable descriptor implementation to expose to pretend to be more like a method. | 15:29 |
projekt01 | Ok, I see | 15:30 |
projekt01 | btw, is somebody going to EuroPython from ZC? | 15:30 |
J1m | I am | 15:31 |
*** romanofski has quit IRC | 15:31 | |
*** b_52CEntos has quit IRC | 15:33 | |
*** zbir has quit IRC | 15:38 | |
*** oferw has joined #zope3-dev | 16:43 | |
*** hannosch has joined #zope3-dev | 16:57 | |
*** oferw_ has joined #zope3-dev | 17:08 | |
*** sashav has joined #zope3-dev | 17:09 | |
*** natea has joined #zope3-dev | 17:10 | |
*** dobee has joined #zope3-dev | 17:11 | |
*** oferw has quit IRC | 17:24 | |
*** nathany has joined #zope3-dev | 17:27 | |
*** pcardune has joined #zope3-dev | 17:35 | |
*** b_52CEntos has joined #zope3-dev | 17:35 | |
*** Theuni has joined #zope3-dev | 17:58 | |
*** pcardune has quit IRC | 18:00 | |
*** projekt01 has left #zope3-dev | 18:00 | |
*** natea has quit IRC | 18:05 | |
*** pcardune has joined #zope3-dev | 18:06 | |
*** b_52CEntos has quit IRC | 18:15 | |
*** b_52CEntos has joined #zope3-dev | 18:15 | |
*** natea has joined #zope3-dev | 18:17 | |
*** b_52CEntos has quit IRC | 18:22 | |
*** b_52CEntos has joined #zope3-dev | 18:25 | |
*** natea has quit IRC | 18:33 | |
*** natea has joined #zope3-dev | 18:41 | |
*** projekt01 has joined #zope3-dev | 19:01 | |
*** Aiste_ has joined #zope3-dev | 19:01 | |
*** natea has quit IRC | 19:02 | |
*** natea has joined #zope3-dev | 19:13 | |
*** hannosch has quit IRC | 19:19 | |
*** Aiste has quit IRC | 19:19 | |
*** sashav has quit IRC | 19:19 | |
*** sashav has joined #zope3-dev | 19:20 | |
*** roman_ has quit IRC | 19:39 | |
*** natea has quit IRC | 19:42 | |
*** dobee has quit IRC | 19:50 | |
*** natea has joined #zope3-dev | 19:56 | |
*** dobee has joined #zope3-dev | 20:13 | |
*** natea has quit IRC | 20:27 | |
*** natea has joined #zope3-dev | 20:57 | |
*** natea has quit IRC | 20:58 | |
*** J1m has quit IRC | 21:14 | |
*** clbry__ has quit IRC | 21:14 | |
*** dobee has quit IRC | 21:14 | |
*** _sussi has joined #zope3-dev | 21:21 | |
*** _sussi has quit IRC | 21:27 | |
*** natea has joined #zope3-dev | 22:06 | |
*** sashav has quit IRC | 22:12 | |
*** sashav has joined #zope3-dev | 22:12 | |
*** oferw_ has quit IRC | 22:34 | |
*** rocky is now known as rocky|bbq | 22:40 | |
*** b_52CEntos_ has joined #zope3-dev | 23:08 | |
*** b_52CEntos has quit IRC | 23:21 | |
*** natea has quit IRC | 23:23 | |
*** natea has joined #zope3-dev | 23:27 | |
*** alecm has quit IRC | 23:29 | |
*** natea has quit IRC | 23:32 | |
*** oferw has joined #zope3-dev | 23:40 | |
*** rocky|bbq is now known as rocky | 23:48 | |
*** dunny has joined #zope3-dev | 23:51 | |
*** sashav has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!