*** philiKON has quit IRC | 00:34 | |
*** PalmTree has quit IRC | 00:36 | |
*** zzyzx has joined #zope3-dev | 01:08 | |
*** jhauser_ has quit IRC | 01:09 | |
*** zzyzx has quit IRC | 01:13 | |
*** Nicolas__ has quit IRC | 01:29 | |
*** mgedmin has quit IRC | 01:31 | |
*** stub has joined #zope3-dev | 02:31 | |
*** srichter has joined #zope3-dev | 03:22 | |
*** `anthony has quit IRC | 03:55 | |
*** ChanServ sets mode: +o srichter | 04:00 | |
*** `anthony has joined #zope3-dev | 04:00 | |
*** bskahan has joined #zope3-dev | 04:06 | |
*** wayneg has joined #zope3-dev | 04:30 | |
*** wayneg has left #zope3-dev | 04:32 | |
*** RaFromBRC has quit IRC | 05:18 | |
*** `anthony has quit IRC | 05:24 | |
*** `anthony has joined #zope3-dev | 06:22 | |
*** bskahan has quit IRC | 07:29 | |
*** Suresh-E has joined #zope3-dev | 07:49 | |
*** sashav has quit IRC | 08:43 | |
*** hdima has joined #zope3-dev | 09:07 | |
*** `anthony has quit IRC | 09:40 | |
*** `anthony has joined #zope3-dev | 09:58 | |
*** sashav has joined #zope3-dev | 09:58 | |
*** RaFromBRC has joined #zope3-dev | 10:46 | |
*** Nicolas__ has joined #zope3-dev | 10:50 | |
*** Aiste has joined #zope3-dev | 11:00 | |
*** AJC has joined #zope3-dev | 11:41 | |
*** MalcolmC has joined #zope3-dev | 11:46 | |
*** Aiste has quit IRC | 12:04 | |
*** mgedmin has joined #zope3-dev | 12:06 | |
*** [nicknam] has joined #zope3-dev | 12:12 | |
*** Theuni has joined #zope3-dev | 12:26 | |
*** `anthony has quit IRC | 12:29 | |
*** `anthony has joined #zope3-dev | 12:30 | |
*** tav|offline has quit IRC | 12:48 | |
*** tav|offline has joined #zope3-dev | 12:55 | |
*** vlado has joined #zope3-dev | 13:00 | |
*** vlado_ has joined #zope3-dev | 13:20 | |
*** SteveA has quit IRC | 13:22 | |
*** SteveA has joined #zope3-dev | 13:32 | |
*** RaFromBRC has quit IRC | 13:35 | |
*** vlado has quit IRC | 13:37 | |
*** `anthony has quit IRC | 13:38 | |
*** `anthony has joined #zope3-dev | 13:40 | |
*** Nicolas__ has quit IRC | 13:51 | |
*** Nicolas__ has joined #zope3-dev | 13:53 | |
* mgedmin baffled by functional doctests again | 14:01 | |
*** Nicolas__ has quit IRC | 14:14 | |
*** Nicolas__ has joined #zope3-dev | 14:22 | |
*** jhauser has joined #zope3-dev | 14:24 | |
*** zagy has joined #zope3-dev | 14:25 | |
*** niemeyer has joined #zope3-dev | 14:31 | |
*** mooded has joined #zope3-dev | 14:32 | |
*** alga has joined #zope3-dev | 14:42 | |
*** jeru has joined #zope3-dev | 14:46 | |
*** jhauser has quit IRC | 14:46 | |
*** jhauser has joined #zope3-dev | 14:47 | |
*** srichter has quit IRC | 15:00 | |
*** stub has left #zope3-dev | 15:08 | |
jeru | I read in the README.txt that "Zope3 requires Python 2.3.4 or later" but if I try to build Zope3 with Python 2.4 it doesn't work. Any hints? | 15:09 |
---|---|---|
*** mgedmin is now known as mgedmin|lunch | 15:09 | |
J1m | Could you be more specific about what doesn't work? | 15:12 |
jeru | sorry! if I run 'python test.py -v' some tests fail. | 15:14 |
jeru | actually I run the test, and will tell you the problems after it has finished | 15:15 |
J1m | I'll try it myself later | 15:15 |
*** J1m has quit IRC | 15:15 | |
*** Aiste has joined #zope3-dev | 15:20 | |
*** J1m has joined #zope3-dev | 15:29 | |
*** rodsenra has joined #zope3-dev | 15:35 | |
*** srichter has joined #zope3-dev | 15:36 | |
jeru | j1m: regarding the python 2.4 problems - I've posted the testsuite log to zope3-dev mailing list | 15:41 |
*** philiKON has joined #zope3-dev | 15:42 | |
*** ChanServ sets mode: +o srichter | 15:43 | |
J1m | These are old failures that have been around for a long time. | 15:44 |
J1m | I had incorrectly assumed that they had been fixed. | 15:44 |
J1m | If you want to use 2.4, I would just ignore these and proceed. | 15:44 |
J1m | I'm 90% sure that the errors are spurious. | 15:45 |
SteveA | there were some dict.keys() ordering problems | 15:47 |
SteveA | heck, I'd almost be inclined to replace the implementation of dict.keys() in python with one that returns a randomized order, just for running in unit tests | 15:48 |
SteveA | to keep programmers on their toes ;-) | 15:48 |
J1m | :) | 15:50 |
Theuni | heh | 15:59 |
* Theuni always runs sort() in the unit tests | 15:59 | |
*** jeru has quit IRC | 16:00 | |
SteveA | dict.keys().sorted() in py2.4 | 16:01 |
Theuni | does it have a return value then? | 16:04 |
Theuni | or does it sort the dict? | 16:04 |
philiKON | how do you sort a dict? | 16:05 |
SteveA | dict.keys() returns a list | 16:06 |
SteveA | in py2.4, you can get a new list that is sorted using list.sorted() | 16:06 |
*** philiKON has quit IRC | 16:09 | |
Damascene | when I do <page class="x" name="index.html" ... /> and <page class="x" name="doodoo.html" ... /> is getAdapters supposed to get both index.html and doodoo.html? or it only gets unique classes? what if getAdapters is called from class="x", will it get itself? | 16:17 |
*** AJC has quit IRC | 16:23 | |
*** mgedmin|lunch is now known as mgedmin | 16:28 | |
mgedmin | SteveA, I think you mean sorted(dict.keys()) | 16:29 |
mgedmin | AttributeError: 'list' object has no attribute 'sorted' | 16:29 |
* SteveA checks | 16:30 | |
SteveA | yes, you're right | 16:30 |
*** `anthony has quit IRC | 16:36 | |
*** bskahan has joined #zope3-dev | 16:37 | |
mgedmin | is there a nice syntax for __used_for__ = IFoo? | 16:45 |
mgedmin | adapts(IFoo) or something? | 16:45 |
J1m | yes | 16:45 |
mgedmin | can I use it for browser views? | 16:45 |
J1m | yes | 16:46 |
* mgedmin jumps with joy | 16:46 | |
J1m | zope.component.adapts | 16:46 |
*** _nicknam_ has joined #zope3-dev | 16:50 | |
*** hdima has quit IRC | 17:06 | |
*** [nicknam] has quit IRC | 17:08 | |
*** `anthony has joined #zope3-dev | 17:15 | |
* mgedmin thinks it is more difficult to write URL traversal components than it should be | 17:15 | |
*** tvon has quit IRC | 17:22 | |
*** SteveA_ has joined #zope3-dev | 17:25 | |
*** SteveA has quit IRC | 17:34 | |
* mgedmin is lost in the jungle of zope 3 traversal | 17:36 | |
*** J1m has quit IRC | 17:43 | |
*** Suresh-E has left #zope3-dev | 17:53 | |
*** bskahan has quit IRC | 17:53 | |
*** Damascene has quit IRC | 17:58 | |
*** bskahan has joined #zope3-dev | 18:09 | |
*** tvon has joined #zope3-dev | 18:18 | |
*** AJC has joined #zope3-dev | 18:18 | |
*** J1m has joined #zope3-dev | 18:33 | |
*** _nicknam_ has left #zope3-dev | 18:34 | |
*** _nicknam_ has joined #zope3-dev | 18:34 | |
*** _nicknam_ has left #zope3-dev | 18:34 | |
*** tvon has quit IRC | 18:37 | |
*** rodsenra has quit IRC | 18:52 | |
*** Damascene has joined #zope3-dev | 18:53 | |
*** rodsenra has joined #zope3-dev | 19:12 | |
*** Theuni has quit IRC | 19:18 | |
*** tvon has joined #zope3-dev | 19:19 | |
*** sashav has quit IRC | 19:38 | |
*** SteveA_ is now known as SteveA | 19:39 | |
*** MalcolmC has quit IRC | 19:41 | |
*** jhauser has quit IRC | 19:48 | |
*** Voblia has quit IRC | 19:54 | |
*** Voblia has joined #zope3-dev | 19:54 | |
*** zagy has quit IRC | 19:55 | |
*** vlado_ has quit IRC | 20:12 | |
*** bskahan has quit IRC | 20:28 | |
*** bskahan has joined #zope3-dev | 21:07 | |
WebMaven_ | srichter: You're going to PyCon, right? | 21:19 |
J1m | no, he isn't | 21:19 |
WebMaven_ | Hi Jim. | 21:19 |
J1m | hi | 21:19 |
WebMaven_ | You're the tote-bag contrarian. ;-) | 21:19 |
WebMaven_ | J1m: so, I posted a Sprint proposal here: http://python.org/moin/Zope3AppSprint | 21:20 |
J1m | I can't believe all of the people who actually want tote bags. | 21:21 |
J1m | I'm stunned. :) | 21:21 |
J1m | I saw that. Thanks | 21:21 |
WebMaven_ | what do you think? | 21:21 |
*** sashav has joined #zope3-dev | 21:23 | |
J1m | I hope some folks sign up for it. | 21:23 |
WebMaven_ | I was wondering if you could add a page to the wiki with comments on leading/running a sprint. | 21:24 |
srichter | WebMaven_: note that a photo-slide package has been recently updated, the Zope 3 book already produces a message/discussion board and someone wanted to do a blog, but I am not sure what happened | 21:25 |
*** tvon is now known as tvon-bye | 21:25 | |
srichter | it was suggested several times to reproduce the pet store example | 21:25 |
srichter | I think this might be a good idea, actually | 21:25 |
WebMaven_ | Hmm. | 21:26 |
WebMaven_ | Is there a pet-store design doc? | 21:28 |
WebMaven_ | googling doesn't seem to reveal one. | 21:28 |
srichter | there are are fractional specs all over the Web | 21:28 |
srichter | I had to look at a couple of places to get an idea of what it needs to do | 21:28 |
WebMaven_ | Well, it's probably a good idea (in terms of 'showcasing Zope 3), but I'm not getting excited about it. | 21:31 |
VladDrac | webmaven interesting | 21:31 |
VladDrac | but there already is a cool zope3 photo application :) | 21:31 |
WebMaven_ | yes, so I see. | 21:32 |
* VladDrac is considering writing a blog himself (planning to move my personal site to zope3) | 21:32 | |
WebMaven_ | wasn't aware of it before. | 21:32 |
WebMaven_ | VladDrac: are you coming to PyCon? | 21:32 |
VladDrac | webmaven probably not.. when is it? | 21:32 |
WebMaven_ | Is there a public demo of your photo-app? | 21:32 |
VladDrac | webmaven not yet | 21:32 |
WebMaven_ | March 23rd-25th, sprints 19th-22nd. | 21:33 |
VladDrac | I bet it's not in .nl :) | 21:34 |
* VladDrac 'd love to sprint along but I don't think it'll be possible | 21:34 | |
WebMaven_ | Nope. Washington DC. Details here: http://www.pycon.org | 21:35 |
WebMaven_ | VladDrac: I'd like to replace the crufty code I wrote for http://pythonphotos.org | 21:35 |
srichter | WebMaven_: with all the hype about RDF & RSS an RSS feed might be nice? | 21:36 |
WebMaven_ | srichter: It hasn't been a priority, as I haven't been adding pictures for a while anyway. | 21:37 |
*** alga has quit IRC | 21:37 | |
WebMaven_ | but that is a target feature for a proposed replacement. | 21:37 |
srichter | WebMaven_: no I meant this in general | 21:38 |
srichter | WebMaven_: I meant write some app that provides news based on RDF or somesuch | 21:39 |
WebMaven_ | srichter, VladDrac: thanks for bringing the Zope3 photo/photoslides app to my attention. | 21:39 |
WebMaven_ | srichter: how is this different from a weblog? | 21:39 |
srichter | probbaly not at all :-) I do not understand all this fuss about RSS and RDF at all | 21:40 |
*** rodsenra has quit IRC | 21:40 | |
WebMaven_ | Well, do you read any weblogs? | 21:41 |
srichter | nope | 21:41 |
WebMaven_ | What do you read regularly on the web? | 21:41 |
WebMaven_ | if anything? | 21:42 |
srichter | /., zope.org ande kde.org :-) | 21:42 |
WebMaven_ | those all have feeds. | 21:42 |
srichter | well, so I know you can represent those articles in RDF | 21:42 |
srichter | but it is nothing else than another protocol | 21:43 |
WebMaven_ | not a protocol, per se, but a format. | 21:43 |
srichter | ok, some thing | 21:43 |
srichter | but everybody treats it like th eholy grail | 21:43 |
WebMaven_ | You might try out a desktop-aggregator with just those three sites subscribed. | 21:43 |
srichter | and that's what I do not understand | 21:44 |
WebMaven_ | the format is unimportant. | 21:44 |
srichter | but the idea is in no way new as well | 21:44 |
WebMaven_ | true, if you remember Usenet. | 21:45 |
WebMaven_ | But by reformulating the idea to use XML-over HTTP, suddenly everyone could publish their own channel. | 21:46 |
WebMaven_ | even on a free static file hosting account. | 21:46 |
srichter | but unless you have a global registry, all this is not that interesting | 21:47 |
mgedmin | srichter, I think you're wrong there | 21:47 |
WebMaven_ | So, we got an explosion of people doing personal publishing that completely dwarfs the 'personal homepage' boom. | 21:47 |
mgedmin | there is no global registry for web pages, yet html took off | 21:47 |
WebMaven_ | srichter: well, there are centralized notification and registration services. | 21:47 |
srichter | mgedmin: there is google :-) <just kidding> | 21:48 |
mgedmin | I can subscribe to 60 rss feeds and get all the interesting news in one place rather than visiting 60 web pages every day | 21:48 |
WebMaven_ | mgedmin: you mean, visiting 60 pages and reading each one to see if there is anything new. | 21:48 |
srichter | mgedmin: ok, I guess this use case just does not look appealing to me | 21:48 |
WebMaven_ | srichter: depends on you information consumption habits. | 21:49 |
srichter | right | 21:49 |
srichter | my readings are rather random | 21:49 |
srichter | my main strucured info comes from E-mail lists | 21:49 |
WebMaven_ | (which are also a poor replacement for NNTP) | 21:50 |
WebMaven_ | here are some sites I read regularly: | 21:50 |
WebMaven_ | http://www.zopezen.org/ | 21:50 |
WebMaven_ | http://weblog.hotales.org/portal/python | 21:51 |
WebMaven_ | http://toulouse.amber.org/ | 21:51 |
WebMaven_ | http://weblog.infoworld.com/udell/ | 21:51 |
WebMaven_ | http://radio.weblogs.com/0116506/ | 21:51 |
WebMaven_ | http://www.plope.com/ | 21:51 |
WebMaven_ | http://www.pycs.net/users/0000075/ | 21:52 |
WebMaven_ | http://blog.ianbicking.org/weblog/ | 21:52 |
WebMaven_ | http://zephyrfalcon.org/weblog2/ | 21:53 |
mgedmin | phillip j. eby's blog is very interesting | 21:53 |
WebMaven_ | http://www.python.org/pypi?:action=rss | 21:53 |
WebMaven_ | http://dreamcatcher.homeunix.org/ | 21:54 |
WebMaven_ | http://www.pythonware.com/daily/ | 21:54 |
srichter | wow, that's a lot | 21:55 |
WebMaven_ | those are just a few of the python and Zope ones. | 21:55 |
srichter | I guess I am just not intersted enough in other people's words ;-) | 21:55 |
WebMaven_ | I also read a bunch of web-desgn and web-standards related stuff, copyright-related stuff, some politics, etc. | 21:56 |
srichter | I see | 21:57 |
* mgedmin finds blogs useful for learning what's new and interesting and python/debian/gnome/open-source/free-software related in the world | 21:57 | |
srichter | I just don't have time for that | 21:57 |
* mgedmin also finds they eat up a lot of time :( | 21:57 | |
*** zagy has joined #zope3-dev | 21:57 | |
WebMaven_ | Well, you could subscribe to a search, like this: | 21:58 |
WebMaven_ | http://feedster.com/search.php?q=plone&hl=en&ie=UTF-8&sort=date | 21:58 |
WebMaven_ | mgedmin: yes, exactly, which is why an aggregator is necessary. | 21:58 |
SteveA | like, a planet ? | 21:58 |
mgedmin | WebMaven_, aggregators do not help if you actually read everything you subscribe to | 21:59 |
mgedmin | that takes self-discipline | 21:59 |
mgedmin | SteveA, planet is nice, but it doesn't know which posts are new and which ones you've already seen | 21:59 |
WebMaven_ | mgedmin: Jeez, I'm subscribed to almost 200 feeds. Of course I don't read all of them. | 22:00 |
*** srichter has quit IRC | 22:02 | |
Damascene | anyone here familiar with the getAdapters() method? :) | 22:05 |
Damascene | wow, i like the format for the irc weblogs. very colorful | 22:05 |
Damascene | (reading back) ah the classic pet store example of legend? ;) | 22:08 |
WebMaven_ | aw, nuts, we scared srichter away. | 22:08 |
WebMaven_ | Damascene: are you coming to PyCon? | 22:09 |
Damascene | no, i didn't even know about it. | 22:09 |
* WebMaven_ boggles | 22:09 | |
WebMaven_ | well, you know about it now. So come to PyCon! | 22:10 |
Damascene | what exactly happens in ... pycon? | 22:10 |
WebMaven_ | go to http://www.pycon.org | 22:10 |
Damascene | ah... (finds the website) | 22:10 |
Damascene | but python kicks butt. what more is there to say? ;) | 22:10 |
WebMaven_ | Well... | 22:11 |
WebMaven_ | "Here is how I kicked but with Python" | 22:11 |
WebMaven_ | "New techniques in but kicking with Python" | 22:11 |
WebMaven_ | "The Java butt-kicker. Threat or Menace?" | 22:12 |
WebMaven_ | My butt-kicking [database|network|scientific|graphic] application" | 22:13 |
WebMaven_ | etc. | 22:13 |
Damascene | hehe | 22:13 |
WebMaven_ | Not to mention pre-conference butt-kicking Sprints. | 22:13 |
*** RaFromBRC has joined #zope3-dev | 22:13 | |
WebMaven_ | RaFromBRC: How does 'BRC' derive fron 'Burning Man', anyway? | 22:14 |
RaFromBRC | BRC == Black Rock City, the name of the city that we build in the desert every year | 22:14 |
WebMaven_ | Aha. | 22:15 |
RaFromBRC | burning man is the event, black rock city is the location | 22:15 |
RaFromBRC | WebMaven_: http://images.burningman.com/index.cgi?image=13376 | 22:18 |
*** mooded has quit IRC | 22:18 | |
*** niemeyer has quit IRC | 22:21 | |
mgedmin | how do I get meaningful error messages in zope 3 forms? | 22:26 |
mgedmin | do I have to override _validate of fields and raise custom exceptions with my own error messages in their class docstrings? | 22:27 |
*** srichter has joined #zope3-dev | 22:32 | |
WebMaven_ | srichter: welcome back. | 22:32 |
WebMaven_ | srichter: I'm worried that the pet-shop is too big to complete in four days, but I'll add it to the wiki page. | 22:33 |
WebMaven_ | srichter: any other suggestions you have would also be welcome. | 22:34 |
Damascene | yikes, it had to be done in 4 days? | 22:35 |
*** ChanServ sets mode: +o srichter | 22:35 | |
WebMaven_ | Well, I'd like to have something finished after the Sprints are done. | 22:35 |
srichter | WebMaven_: I am going to think about some more | 22:35 |
WebMaven_ | A sense of accomplishment is important. ;-) | 22:35 |
srichter | WebMaven_: another option would be to port an existing Zope 2 app | 22:35 |
Damascene | srichter: sorry to bug you, but curious if yuou know the answer to this? when I do <page class="x" name="index.html" ... /> and <page class="x" name="doodoo.html" ... /> is getAdapters supposed to get both index.html and doodoo.html? or it only gets unique classes? what if getAdapters is called from class="x", will it get itself? | 22:36 |
srichter | the class attribute in the page directive is the class that is used to create the view, iow the adapter factory | 22:38 |
srichter | it has nothing to do with the adapter lookup | 22:38 |
Damascene | okay, what about the different 'view names'? how can i easily get all of the <page name="name.html" ...?s pulled out of the same browser package's zcml? | 22:40 |
WebMaven_ | srichter: page is updated. | 22:48 |
srichter | cool | 23:05 |
srichter | Damascene: you can merely get all views registered for an interface | 23:06 |
srichter | once Zope is setup, ZCML does not matter | 23:06 |
srichter | why do you want that? | 23:06 |
Damascene | oh, just as a way to handle navigation for me, since i'm not actualy instantiating a lot of content objects. | 23:07 |
mgedmin | Damascene, use a menu | 23:07 |
srichter | than use menus for that | 23:07 |
*** mgedmin has quit IRC | 23:08 | |
*** alga has joined #zope3-dev | 23:25 | |
*** srichter has quit IRC | 23:35 | |
*** srichter has joined #zope3-dev | 23:36 | |
*** RaFromBRC is now known as RaFromBRC|afk | 23:42 | |
*** srichter has quit IRC | 23:49 | |
*** srichter has joined #zope3-dev | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!