philiKON | weird. sure it's an OOBTree? | 00:00 |
---|---|---|
philiKON | and is the lcoal utility a persistent object? | 00:00 |
spython | from BTrees.OOBTree import OOBTree ... and then in my local util: emails = OOBTree() | 00:01 |
spython | yes, it inherits from Persistent | 00:01 |
philiKON | self.emails = OOBTree, right? | 00:01 |
spython | hmm, no.. i do this outside a def .. | 00:02 |
spython | wait | 00:03 |
philiKON | outside? | 00:04 |
philiKON | that's bad | 00:04 |
philiKON | that means it's a class attribute | 00:04 |
philiKON | not an instance attr | 00:04 |
philiKON | class attributes aren't pickled | 00:04 |
lisppaste6 | spython pasted "weird" at http://paste.lisp.org/display/48858 | 00:04 |
philiKON | worse, they're shared among *all* instances | 00:04 |
philiKON | yeah | 00:04 |
philiKON | read up on class attributes vs. instance attributes in python, then look at that code again and you'll notice what's wrong :) | 00:05 |
spython | oh :) | 00:05 |
spython | right | 00:05 |
spython | will do, thanks a lot | 00:05 |
*** junkafarian has quit IRC | 00:06 | |
*** edgordon has quit IRC | 00:11 | |
CSWookie | philiKON: Is there a 3rd ed of your book planned? | 00:11 |
philiKON | yup | 00:11 |
spython | i think i was "blinded" by the recipe class, where you have name=u'' ingredients=[] ... etc and not self.name self.ingredients | 00:11 |
philiKON | spython: yeah, i agree i set a bad example there | 00:12 |
philiKON | spython: this will be fixed | 00:12 |
spython | great :) | 00:12 |
philiKON | CSWookie: but it's pretty much just a reprint of the 2nd ed., with some errata and typos fixed | 00:12 |
philiKON | CSWookie: so what i'm realy doing is planning a 4th edition :) | 00:12 |
CSWookie | philiKON: Do you hve a timeline on that one? | 00:13 |
CSWookie | philiKON: Either :-) | 00:13 |
CSWookie | It's sort of the, "Oh, you're going to work here? Read this, then!" | 00:13 |
philiKON | well, i think they'll bring out the third ed. when they run out of 2nd ed. copies | 00:14 |
philiKON | which is soonish | 00:14 |
philiKON | by the end of the year | 00:14 |
philiKON | but the 3rd and 2nd are so similar | 00:14 |
philiKON | it doesn't really make much of a difference | 00:14 |
philiKON | except that the 3rd won't be hardcover :) | 00:14 |
spython | so 4th will focus more on new ways of developing with Zope? with zopeproject, grok, etc.. | 00:14 |
philiKON | so buy now if you want a hardcover | 00:14 |
philiKON | spython: exactly | 00:15 |
philiKON | spython: there was just no time to do that for the 3rd | 00:15 |
spython | great, I'm waiting for 4th ed then :) | 00:15 |
spython | got 2nd here | 00:15 |
philiKON | yeah. if you have the 2nd, don't bother getting the 3rd :) | 00:15 |
philiKON | (unless you want a travel-friendly version) | 00:15 |
CSWookie | philiKON: I'd like to see a section on what one has to do with an adapter to make it the equivalent of a browser:page and similar things. | 00:16 |
CSWookie | Although a section on grok sounds nifty as well | 00:16 |
philiKON | um, chapter 7 explains how browser pages are just multi adapters | 00:17 |
spython | why not skip the version with just errata/typo fixes? Seems like a too "minor" one for a major version :) | 00:17 |
philiKON | spython: not my decision :) | 00:17 |
spython | ah | 00:17 |
philiKON | spython: the publisher rang and said they were running out of copies | 00:17 |
philiKON | spython: so i said, let's do a reprint with errata fixes | 00:17 |
philiKON | spython: and they sad, sure, but let's call it 3rd ed. for marketing reasons :) | 00:18 |
spython | cool, so it's selling pretty good? | 00:18 |
philiKON | well... | 00:18 |
philiKON | i suppose it's selling like they expected | 00:18 |
*** ignas has quit IRC | 00:18 | |
philiKON | anyway, i wish i could've done the whole egg story sooner, but on the other hand, there are fundamental things we haven't worked out yet | 00:19 |
philiKON | so i'm glad i haven't wasted paper on it | 00:19 |
*** pelle_ has quit IRC | 00:27 | |
*** pelle_ has joined #zope3-dev | 00:27 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 00:30 | |
*** Ariel_Calzada has joined #zope3-dev | 00:36 | |
*** junkafarian has joined #zope3-dev | 00:53 | |
*** wreutz has joined #zope3-dev | 00:53 | |
*** spython has quit IRC | 00:54 | |
*** junkafarian has quit IRC | 00:55 | |
*** jfroche has quit IRC | 00:55 | |
*** malthe has joined #zope3-dev | 00:58 | |
*** regebro has left #zope3-dev | 00:59 | |
amaron | anyone used z3c.sqlalchemy? | 01:03 |
*** rmarianski has quit IRC | 01:08 | |
wiggy | I'm using z3c.zalchemy | 01:12 |
amaron | zalchemy? | 01:15 |
*** rcrafton has quit IRC | 01:15 | |
amaron | wiggy: is it the same as sqlalchemy? | 01:15 |
wiggy | no | 01:15 |
amaron | what is the difference? | 01:16 |
wiggy | I don't remember I'm afraid | 01:16 |
amaron | :) | 01:17 |
amaron | as i can see, z3c.sqlalchemy has version 1.x | 01:17 |
amaron | and zalchemy 0.2 | 01:17 |
amaron | is it stable? | 01:18 |
amaron | for production? | 01:18 |
*** fcorrea has quit IRC | 01:20 | |
wiggy | works great for me | 01:20 |
amaron | any intro for using it? | 01:21 |
amaron | ah, here i see some demos | 01:22 |
amaron | i hope it will be enough | 01:22 |
*** jsadjohnson has quit IRC | 01:26 | |
*** nathany has quit IRC | 01:44 | |
*** ousado_ has joined #zope3-dev | 01:47 | |
*** amaron has quit IRC | 01:57 | |
*** tarek has quit IRC | 01:59 | |
*** malthe is now known as malthe|away | 02:01 | |
*** malthe|away is now known as malthe|Zzz | 02:01 | |
*** ousado has quit IRC | 02:04 | |
*** tjs has joined #zope3-dev | 02:07 | |
tjs | srichter: G'day | 02:08 |
tjs | Getting distribution for 'z3c.template'. | 02:08 |
tjs | Error: Download error: unknown url type: svn | 02:09 |
tjs | I found a transcript from this channel 2007-05-22 where you noticed this, was wondering if there is a fix? | 02:09 |
tjs | I'm trying to convert our app to use zopeproject | 02:09 |
tjs | and z3c.template is a dep | 02:09 |
tjs | anyone know what the status of this is? | 02:31 |
*** WebMaven_ has joined #zope3-dev | 02:31 | |
tjs | http://zope3.pov.lt/irclogs/%23zope3-dev.2007-05-22.log.html#t2007-05-22T16:52:27 | 02:32 |
tjs | is the previous discussion | 02:32 |
*** quodt has quit IRC | 02:37 | |
*** supton has quit IRC | 02:44 | |
*** WebMaven has quit IRC | 02:44 | |
*** jsadjohnson has joined #zope3-dev | 02:48 | |
*** J1m has quit IRC | 02:50 | |
*** BjornT has quit IRC | 02:55 | |
*** deo has quit IRC | 02:57 | |
*** gstratton_ has quit IRC | 02:57 | |
*** rcrafton has joined #zope3-dev | 03:01 | |
*** alga has joined #zope3-dev | 03:12 | |
*** wreutz has quit IRC | 03:18 | |
*** ccomb has quit IRC | 03:29 | |
srichter | tjs: I think it is the home page which links to SVN | 03:49 |
srichter | tjs: should still work | 03:49 |
tjs | its not working for me, buildout just fails with that error | 03:54 |
srichter | mmh | 03:54 |
tjs | is there a workaround? | 03:54 |
tjs | can I add some page to my own dependency_links? | 03:55 |
srichter | yes | 03:55 |
tjs | you wouldnt happen to know what url that would be? | 03:56 |
tjs | do you have eggs someplace? | 03:56 |
srichter | no | 03:57 |
srichter | hold on, I'll make a new release | 03:57 |
tjs | cheers | 03:57 |
*** hazmat has quit IRC | 03:57 | |
*** fcorrea has joined #zope3-dev | 04:02 | |
srichter | tjs: okay, 1.1.0 is out | 04:09 |
tjs | thanks mate, you rock | 04:09 |
*** Ariel_Calzada has quit IRC | 04:09 | |
*** hazmat has joined #zope3-dev | 04:13 | |
*** ChanServ sets mode: +o hazmat | 04:13 | |
*** ateba44 has joined #zope3-dev | 04:15 | |
ateba44 | bonsoir | 04:15 |
*** hazmat has quit IRC | 04:16 | |
ateba44 | jvoulai un ptit renseignement concernant la temperature de l'eau dans un aquarium | 04:16 |
*** deo has joined #zope3-dev | 04:17 | |
*** ateba44 has quit IRC | 04:18 | |
*** greenman has quit IRC | 04:18 | |
*** ktwilight has joined #zope3-dev | 04:44 | |
*** philiKON_ has joined #zope3-dev | 04:46 | |
*** ousado has joined #zope3-dev | 04:47 | |
*** alga has quit IRC | 04:52 | |
*** ktwilight_ has quit IRC | 04:56 | |
*** hazmat has joined #zope3-dev | 04:58 | |
*** ChanServ sets mode: +o hazmat | 04:58 | |
*** ousado_ has quit IRC | 05:01 | |
*** greenman has joined #zope3-dev | 05:01 | |
*** philiKON has quit IRC | 05:04 | |
*** philiKON_ has quit IRC | 05:14 | |
*** quodt has joined #zope3-dev | 05:22 | |
*** ousado_ has joined #zope3-dev | 05:48 | |
*** hazmat has quit IRC | 05:49 | |
*** RaFromBRC has quit IRC | 05:54 | |
*** fcorrea has quit IRC | 06:00 | |
*** quodt has quit IRC | 06:03 | |
*** ousado has quit IRC | 06:06 | |
*** edgordon has joined #zope3-dev | 06:10 | |
*** [1]Doc_Dan has joined #zope3-dev | 06:12 | |
*** rmarianski has joined #zope3-dev | 06:12 | |
*** rmarianski has quit IRC | 06:15 | |
*** edgordon has quit IRC | 06:17 | |
*** edgordon has joined #zope3-dev | 06:18 | |
*** ousado_ has quit IRC | 06:23 | |
*** ousado_ has joined #zope3-dev | 06:23 | |
*** Doc_Dan has quit IRC | 06:30 | |
*** [1]Doc_Dan is now known as Doc_Dan | 06:30 | |
*** hazmat has joined #zope3-dev | 06:38 | |
*** ChanServ sets mode: +o hazmat | 06:38 | |
*** deo has quit IRC | 06:38 | |
*** WebMaven_ is now known as WebMaven | 06:52 | |
*** philiKON has joined #zope3-dev | 06:53 | |
*** rcrafton has quit IRC | 06:55 | |
*** niemeyer has quit IRC | 06:56 | |
*** jsadjohnson has quit IRC | 06:57 | |
*** ousado_ has quit IRC | 06:58 | |
*** ousado_ has joined #zope3-dev | 06:58 | |
*** cursor has joined #zope3-dev | 07:13 | |
*** cursor has quit IRC | 07:23 | |
*** philiKON has quit IRC | 07:30 | |
*** baijum has joined #zope3-dev | 07:43 | |
*** dobee has joined #zope3-dev | 07:44 | |
*** afd_ has joined #zope3-dev | 08:19 | |
*** BjornT has joined #zope3-dev | 08:24 | |
*** sorin has joined #zope3-dev | 08:27 | |
*** sorin is now known as sorindregan | 08:27 | |
*** jukart has joined #zope3-dev | 08:41 | |
*** greenman has quit IRC | 08:45 | |
*** pelle_ has quit IRC | 08:50 | |
*** naro has joined #zope3-dev | 09:11 | |
*** jukart has quit IRC | 09:14 | |
*** jukart has joined #zope3-dev | 09:16 | |
*** jodok has quit IRC | 09:18 | |
*** afd_ has quit IRC | 09:20 | |
*** jodok has joined #zope3-dev | 09:30 | |
romanofski | moin :) | 09:31 |
tjs | hey | 09:33 |
*** tjs has left #zope3-dev | 09:33 | |
*** ghendi has joined #zope3-dev | 09:40 | |
*** hdima has joined #zope3-dev | 09:45 | |
*** cursor has joined #zope3-dev | 09:45 | |
*** schwendinger has joined #zope3-dev | 09:45 | |
*** pelle_ has joined #zope3-dev | 09:54 | |
*** tarek has joined #zope3-dev | 10:05 | |
*** jodok has quit IRC | 10:08 | |
*** naro has quit IRC | 10:08 | |
*** malthe|Zzz is now known as malthe | 10:09 | |
*** jfroche has joined #zope3-dev | 10:15 | |
*** ccomb has joined #zope3-dev | 10:33 | |
*** regebro has joined #zope3-dev | 10:35 | |
*** afd_ has joined #zope3-dev | 10:35 | |
*** harobed has joined #zope3-dev | 10:36 | |
*** stu1 is now known as stub | 10:43 | |
*** tarek_ has joined #zope3-dev | 11:04 | |
*** philiKON has joined #zope3-dev | 11:07 | |
*** regebro has left #zope3-dev | 11:08 | |
*** bigkevmcd has joined #zope3-dev | 11:08 | |
*** philiKON is now known as napoliKON | 11:10 | |
*** naro has joined #zope3-dev | 11:11 | |
*** greenman has joined #zope3-dev | 11:13 | |
*** agroszer has joined #zope3-dev | 11:14 | |
*** tarek has quit IRC | 11:14 | |
*** norro has joined #zope3-dev | 11:21 | |
*** napoliKON has quit IRC | 11:35 | |
*** malthe has quit IRC | 11:42 | |
*** thruflo has joined #zope3-dev | 11:45 | |
*** malthe has joined #zope3-dev | 12:06 | |
*** gstratton has joined #zope3-dev | 12:16 | |
*** afd_ has quit IRC | 12:28 | |
*** philiKON has joined #zope3-dev | 12:35 | |
*** philiKON has quit IRC | 12:37 | |
*** philiKON has joined #zope3-dev | 12:37 | |
*** mkerrin has joined #zope3-dev | 12:43 | |
*** baijum has quit IRC | 12:44 | |
*** thruflo is now known as thru|london | 12:52 | |
*** thru|london is now known as thru|cannes | 12:53 | |
*** naro has quit IRC | 12:56 | |
*** mkerrin has quit IRC | 12:59 | |
*** yvl has joined #zope3-dev | 12:59 | |
*** alecm has joined #zope3-dev | 13:04 | |
*** thru|cannes is now known as thruflo | 13:07 | |
*** mkerrin has joined #zope3-dev | 13:07 | |
*** philiKON is now known as napoliKON | 13:13 | |
*** MJ has joined #zope3-dev | 13:13 | |
*** MJ has quit IRC | 13:18 | |
*** pyqwer has joined #zope3-dev | 13:25 | |
*** jfroche has quit IRC | 13:34 | |
*** norro has quit IRC | 13:38 | |
*** agroszer has quit IRC | 13:43 | |
*** dunny has quit IRC | 13:46 | |
*** norro has joined #zope3-dev | 13:47 | |
*** greenman has quit IRC | 13:50 | |
*** ignas has joined #zope3-dev | 13:53 | |
*** cursor has quit IRC | 14:04 | |
*** benji has quit IRC | 14:07 | |
*** ThomasKarlRichte has joined #zope3-dev | 14:08 | |
*** goschtl has joined #zope3-dev | 14:12 | |
*** pelle_ has quit IRC | 14:16 | |
*** jsadjohnson has joined #zope3-dev | 14:17 | |
*** jfroche has joined #zope3-dev | 14:25 | |
*** yvl has quit IRC | 14:43 | |
*** rocky has joined #zope3-dev | 14:45 | |
*** timte has joined #zope3-dev | 14:49 | |
*** pyqwer has quit IRC | 14:53 | |
*** pyqwer has joined #zope3-dev | 14:53 | |
goschtl | how can i install a custom buildout receipe in my buildout. I try to use hexagonit.recipe.download. This is my section and the traceback: http://paste.plone.org/17240 | 14:58 |
*** cbcunc has joined #zope3-dev | 15:01 | |
*** timte has quit IRC | 15:02 | |
*** whit has quit IRC | 15:20 | |
*** rcrafton has joined #zope3-dev | 15:21 | |
*** benji has joined #zope3-dev | 15:28 | |
*** chacha_chaudhry has joined #zope3-dev | 15:38 | |
*** alga has joined #zope3-dev | 15:43 | |
napoliKON | goschtl: you misspelled recipe | 15:43 |
goschtl | napoliKON: yes i found it stupid error. thx | 15:44 |
*** sorindregan has quit IRC | 15:46 | |
*** cursor has joined #zope3-dev | 15:47 | |
*** niemeyer has joined #zope3-dev | 15:52 | |
*** agroszer has joined #zope3-dev | 15:52 | |
*** malthe has quit IRC | 16:01 | |
*** whit has joined #zope3-dev | 16:09 | |
*** quodt has joined #zope3-dev | 16:19 | |
*** projekt01 has joined #zope3-dev | 16:19 | |
*** cursor has quit IRC | 16:27 | |
*** quodt has quit IRC | 16:28 | |
*** quodt has joined #zope3-dev | 16:28 | |
*** amaron has joined #zope3-dev | 16:40 | |
*** goschtl has quit IRC | 16:45 | |
*** MrTopf has joined #zope3-dev | 16:58 | |
*** chacha_chaudhry has quit IRC | 17:06 | |
*** rmarianski has joined #zope3-dev | 17:08 | |
*** hdima has quit IRC | 17:15 | |
*** Theuni has joined #zope3-dev | 17:20 | |
*** ghendi has quit IRC | 17:20 | |
*** b52laptop has quit IRC | 17:34 | |
*** b52laptop has joined #zope3-dev | 17:35 | |
*** agroszer has quit IRC | 17:39 | |
*** agroszer has joined #zope3-dev | 17:40 | |
*** cbcunc has quit IRC | 17:44 | |
*** jsadjohnson has quit IRC | 17:55 | |
*** MJ has joined #zope3-dev | 17:56 | |
*** rocky has quit IRC | 18:09 | |
*** brandon_rhodes has joined #zope3-dev | 18:20 | |
brandon_rhodes | Drat. | 18:20 |
brandon_rhodes | I thought I'd seen zalchemy commits for SQLAlchemy 0.4. | 18:20 |
brandon_rhodes | But now I can't find them. | 18:20 |
*** brandon_rhodes has left #zope3-dev | 18:24 | |
*** jsadjohnson has joined #zope3-dev | 18:27 | |
*** quodt_ has joined #zope3-dev | 18:27 | |
*** afd_ has joined #zope3-dev | 18:28 | |
*** quodt has quit IRC | 18:29 | |
*** pyqwer has quit IRC | 18:30 | |
*** sm has joined #zope3-dev | 18:38 | |
*** edgordon has quit IRC | 18:39 | |
*** stu1 has joined #zope3-dev | 18:41 | |
*** nathany has joined #zope3-dev | 18:51 | |
*** alecm has quit IRC | 18:56 | |
*** lisppaste6 has quit IRC | 18:59 | |
*** jfroche has quit IRC | 19:02 | |
*** stub has quit IRC | 19:03 | |
*** Subdino has quit IRC | 19:04 | |
*** Subdino has joined #zope3-dev | 19:04 | |
*** afd__ has joined #zope3-dev | 19:05 | |
*** afd_ has quit IRC | 19:05 | |
*** lisppaste6 has joined #zope3-dev | 19:10 | |
*** cursor has joined #zope3-dev | 19:11 | |
*** napoliKON has quit IRC | 19:16 | |
*** harobed has quit IRC | 19:19 | |
*** J1m has joined #zope3-dev | 19:19 | |
*** projekt01 has quit IRC | 19:26 | |
*** nathany has quit IRC | 19:29 | |
*** amaron has quit IRC | 19:33 | |
*** pbugni has joined #zope3-dev | 19:34 | |
*** MrTopf has quit IRC | 19:34 | |
*** rmarianski has quit IRC | 19:41 | |
*** Subdino has quit IRC | 19:48 | |
*** ignas has quit IRC | 19:51 | |
*** jfroche has joined #zope3-dev | 19:52 | |
*** MJ has quit IRC | 20:03 | |
*** mkerrin has quit IRC | 20:03 | |
*** RaFromBRC has joined #zope3-dev | 20:12 | |
*** afd__ has quit IRC | 20:25 | |
*** afd__ has joined #zope3-dev | 20:26 | |
*** deo has joined #zope3-dev | 20:28 | |
*** pbugni has quit IRC | 20:28 | |
*** davidstryker has joined #zope3-dev | 20:32 | |
*** davidstryker has left #zope3-dev | 20:33 | |
*** jfroche has quit IRC | 20:36 | |
*** jfroche_ has joined #zope3-dev | 20:37 | |
*** harobed has joined #zope3-dev | 20:44 | |
*** BjornT has quit IRC | 20:46 | |
*** nathany has joined #zope3-dev | 20:50 | |
*** ruda_porto has joined #zope3-dev | 20:54 | |
*** rmarianski has joined #zope3-dev | 20:58 | |
*** salfield has joined #zope3-dev | 21:02 | |
*** thruflo_ has joined #zope3-dev | 21:08 | |
*** thruflo has quit IRC | 21:09 | |
*** thruflo_ has quit IRC | 21:11 | |
*** Ariel_Calzada has joined #zope3-dev | 21:13 | |
*** norro_ has joined #zope3-dev | 21:18 | |
*** djk has joined #zope3-dev | 21:26 | |
*** whitmo has joined #zope3-dev | 21:27 | |
*** whit has quit IRC | 21:27 | |
*** jodok has joined #zope3-dev | 21:28 | |
*** djk has quit IRC | 21:28 | |
*** norro has quit IRC | 21:31 | |
*** djk001 has joined #zope3-dev | 21:32 | |
*** agroszer_ has joined #zope3-dev | 21:34 | |
*** jukart has quit IRC | 21:38 | |
*** whitmo is now known as whit | 21:42 | |
*** TresEquis has joined #zope3-dev | 21:48 | |
*** dunny has joined #zope3-dev | 21:48 | |
*** agroszer has quit IRC | 21:48 | |
*** cursor has quit IRC | 21:59 | |
*** salfield has quit IRC | 22:04 | |
*** djk001 has left #zope3-dev | 22:10 | |
*** RaFromBRC is now known as RaFromBRC|lunch | 22:33 | |
*** derek_richardson has quit IRC | 22:34 | |
*** dobee has quit IRC | 22:44 | |
*** cursor has joined #zope3-dev | 22:46 | |
*** whit has quit IRC | 22:50 | |
*** whit has joined #zope3-dev | 22:51 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 22:56 | |
*** ThomasKarlRichte has quit IRC | 22:57 | |
*** greenman has joined #zope3-dev | 22:57 | |
*** jfroche_ has quit IRC | 23:01 | |
*** alga has quit IRC | 23:05 | |
*** BjornT has joined #zope3-dev | 23:07 | |
*** cursor has quit IRC | 23:11 | |
*** RaFromBRC has quit IRC | 23:16 | |
*** jfroche_ has joined #zope3-dev | 23:17 | |
*** RaFromBRC has joined #zope3-dev | 23:17 | |
*** agroszer_ has quit IRC | 23:21 | |
*** RaFromBRC_ has joined #zope3-dev | 23:21 | |
*** RaFromBRC has quit IRC | 23:22 | |
*** schwendinger has quit IRC | 23:22 | |
*** RaFromBRC_ is now known as RaFromBRC | 23:37 | |
*** fcorrea has joined #zope3-dev | 23:52 | |
*** harobed has quit IRC | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!