*** fdrake has quit IRC | 00:04 | |
*** lane_ has quit IRC | 00:08 | |
*** tiwula has joined #zope | 00:08 | |
*** selbaz1 has joined #zope | 00:10 | |
*** Spanktar has quit IRC | 00:11 | |
*** Spanktar has joined #zope | 00:12 | |
*** supton has quit IRC | 00:14 | |
*** supton has joined #zope | 00:26 | |
*** River-Rat is now known as RiverRat | 00:37 | |
*** selbaz1 has left #zope | 00:53 | |
*** supton has quit IRC | 00:58 | |
*** kiorky has quit IRC | 01:34 | |
*** kosh has joined #zope | 01:49 | |
*** kiorky has joined #zope | 02:47 | |
*** menesis has quit IRC | 02:51 | |
*** tiwula has quit IRC | 03:48 | |
*** KageSenshi has joined #zope | 03:57 | |
*** tiwula has joined #zope | 04:12 | |
*** Spanktar has quit IRC | 04:17 | |
*** rbanffy has quit IRC | 04:20 | |
*** Spanktar has joined #zope | 04:23 | |
*** Spanktar has quit IRC | 04:38 | |
*** kosh has quit IRC | 06:49 | |
*** Bahman has joined #zope | 06:54 | |
*** __mac__ has joined #zope | 07:55 | |
*** __mac__ has quit IRC | 08:04 | |
*** tiwula has quit IRC | 08:20 | |
*** Bahman has quit IRC | 08:30 | |
*** Bahman has joined #zope | 08:33 | |
*** KageSenshi has quit IRC | 08:41 | |
*** KageSenshi has joined #zope | 08:45 | |
*** __mac__ has joined #zope | 09:18 | |
*** eperez has joined #zope | 09:31 | |
*** avoinea has joined #zope | 10:16 | |
*** giacomos has joined #zope | 10:17 | |
*** avoinea has quit IRC | 10:38 | |
*** Bahman has quit IRC | 10:45 | |
*** avoinea has joined #zope | 10:46 | |
*** tmog has joined #zope | 11:19 | |
*** MatthewWilkes is now known as mwilkes|away | 11:24 | |
*** mwilkes|away is now known as MatthewWilkes | 11:46 | |
*** menesis has joined #zope | 11:48 | |
*** MatthewWilkes is now known as mwilkes|away | 11:53 | |
*** maurits has joined #zope | 11:55 | |
*** mwilkes|away is now known as MatthewWilkes | 12:01 | |
*** MrTango has joined #zope | 12:03 | |
*** mitchell`off is now known as mitchell` | 12:11 | |
*** MrTango has quit IRC | 12:20 | |
*** KageSenshi has quit IRC | 12:22 | |
*** KageSenshi has joined #zope | 12:24 | |
*** menesis has quit IRC | 12:53 | |
*** menesis has joined #zope | 12:54 | |
*** gawel has quit IRC | 13:14 | |
*** gawel has joined #zope | 13:15 | |
*** regebro is now known as regebro|lunch | 13:30 | |
*** ree_ is now known as ree | 13:43 | |
*** KageSenshi has quit IRC | 13:48 | |
*** agroszer has joined #zope | 13:49 | |
*** maurits has quit IRC | 14:09 | |
*** MrTango has joined #zope | 14:28 | |
*** menesis has quit IRC | 14:35 | |
*** rbanffy has joined #zope | 14:45 | |
*** KageSenshi has joined #zope | 14:53 | |
*** __mac__ has quit IRC | 15:00 | |
*** regebro has joined #zope | 15:00 | |
*** regebro|lunch has quit IRC | 15:05 | |
*** KageSenshi has quit IRC | 15:09 | |
*** MrTango has quit IRC | 15:25 | |
*** menesis has joined #zope | 15:27 | |
*** avn has quit IRC | 15:48 | |
*** __mac__ has joined #zope | 15:50 | |
*** KageSenshi has joined #zope | 16:10 | |
*** fdrake has joined #zope | 16:20 | |
*** eperez has quit IRC | 16:29 | |
*** pyqwer has joined #zope | 16:34 | |
*** pyqwer has quit IRC | 16:35 | |
*** kosh has joined #zope | 16:44 | |
betabug | Module OFS.DTMLMethod, line 106, in __call__ | 17:07 |
---|---|---|
betabug | AttributeError: 'InterfaceClass' object has no attribute 'isImplementedBy' | 17:07 |
betabug | so this has been deprecated long ago, but this seams to be in dhtml code | 17:09 |
MatthewWilkes | betabug: You're using zope.interface.Interface as though it's an old Interface type | 17:09 |
MatthewWilkes | the Interface.Interface one | 17:10 |
MatthewWilkes | I think | 17:10 |
betabug | MatthewWilkes: your mistake is in "You're" | 17:10 |
betabug | DTML-Document is using | 17:10 |
* MatthewWilkes rolls his eyes | 17:10 | |
betabug | I'm just trying to get an old zope instance to be running on 2.13 | 17:10 |
*** daMaestro has joined #zope | 17:13 | |
kosh | betabug: greetings evil one! | 17:14 |
betabug | hey kosh | 17:14 |
kosh | so how goes life? | 17:14 |
betabug | how's the nano-apocalypse coming along? | 17:14 |
kosh | still working on it, I graduate in may | 17:14 |
betabug | kosh: here, trying to get the remains of an old server up again | 17:15 |
kosh | it looks like I will be starting a parttime job at a biotech company in a few weeks and hopefully transition to full time on graduation :) | 17:15 |
betabug | nice | 17:15 |
betabug | looks like at least the spammers found the server right back | 17:16 |
kosh | are you still living in an apocalyptic hellspace? | 17:17 |
betabug | hmm, must be something about the ram cache... on the first access it works | 17:18 |
betabug | Zope2-2.13.21-py2.7.egg/OFS/DTMLMethod.py: if ( IStreamIterator.isImplementedBy(data) and | 17:21 |
betabug | changing to implementedBy does the trick | 17:24 |
betabug | MatthewWilkes: is that stuff on github now? any easy way to get a patch in? | 17:24 |
MatthewWilkes | betabug: Sure: https://github.com/zopefoundation/Zope/tree/master/src/OFS | 17:26 |
MatthewWilkes | You should have commit rights if your github email is associated with your comitt agreement email | 17:26 |
MatthewWilkes | commit* | 17:26 |
betabug | I doubt that it is, I don't remember having signed a commit agreement | 17:27 |
betabug | I thought I could put in a PR | 17:27 |
betabug | but I won't get around to it soonish, lots of stuff to do with this beast here | 17:28 |
kosh | betabug: so how do you feel about cybernetics and making yourself immortal? | 17:28 |
betabug | after lots of missing data due to a f*ed up backup strategy, those concepts sound way out of my league | 17:29 |
kosh | that is okay, I will just inject you with nanoprobes later | 17:31 |
kosh | you will be assimilated | 17:31 |
*** kosh has quit IRC | 17:45 | |
*** tmog has quit IRC | 18:00 | |
*** tiwula has joined #zope | 18:08 | |
*** Spanktar has joined #zope | 18:27 | |
*** tiwula has quit IRC | 18:44 | |
*** __mac__ has quit IRC | 18:47 | |
*** MatthewWilkes is now known as mwilkes|away | 19:06 | |
*** mitchell` is now known as mitchell`off | 19:08 | |
*** m8 has joined #zope | 19:12 | |
*** Spanktar has quit IRC | 19:15 | |
*** giacomos has quit IRC | 19:16 | |
*** agroszer has quit IRC | 19:16 | |
*** Spanktar has joined #zope | 19:43 | |
*** mwilkes|away is now known as MatthewWilkes | 20:30 | |
*** menesis has quit IRC | 21:06 | |
*** MrTango has joined #zope | 21:11 | |
*** kosh has joined #zope | 21:17 | |
*** tmog has joined #zope | 21:18 | |
*** m8 has quit IRC | 21:22 | |
*** tmog has quit IRC | 21:29 | |
*** menesis has joined #zope | 21:45 | |
*** daMaestro has quit IRC | 21:47 | |
*** alecm has quit IRC | 21:47 | |
*** daMaestro has joined #zope | 21:54 | |
*** SpankyFromBRC has joined #zope | 21:58 | |
*** alecm has joined #zope | 21:58 | |
*** alecm has quit IRC | 21:59 | |
*** Spanktar has quit IRC | 22:01 | |
*** regebro has quit IRC | 22:01 | |
*** regebro has joined #zope | 22:02 | |
*** avoinea has quit IRC | 22:02 | |
*** SpankyFromBRC is now known as Spanktar | 22:03 | |
*** alecm has joined #zope | 22:05 | |
*** MrTango has quit IRC | 22:05 | |
*** MrTango has joined #zope | 22:06 | |
*** fdrake1 has joined #zope | 22:12 | |
*** tiwula has joined #zope | 22:13 | |
*** IzharFirdaus has joined #zope | 22:17 | |
*** fdrake has quit IRC | 22:18 | |
*** KageSenshi has quit IRC | 22:18 | |
*** MrTango has quit IRC | 22:33 | |
*** m8 has joined #zope | 23:05 | |
*** menesis has quit IRC | 23:10 | |
*** menesis1 has joined #zope | 23:10 | |
*** regebro has quit IRC | 23:12 | |
*** fdrake has joined #zope | 23:19 | |
*** fdrake1 has quit IRC | 23:20 | |
*** SpankyFromBRC has joined #zope | 23:23 | |
*** supton has joined #zope | 23:26 | |
*** Spanktar has quit IRC | 23:34 | |
*** SpankyFromBRC is now known as Spanktar | 23:34 | |
*** IzharFirdaus has quit IRC | 23:36 | |
*** IzharFirdaus has joined #zope | 23:36 | |
*** kosh has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!