srichter | jbb666: you should contribute your code back to the repository | 00:00 |
---|---|---|
*** projekt01 has joined #zope3-dev | 00:15 | |
projekt01 | srichter, ayt? | 00:15 |
srichter | yeah | 00:15 |
projekt01 | I think there is a bug in the trunk | 00:15 |
srichter | ok, where? | 00:16 |
projekt01 | We register the error reporting utility named and lookup it unnamed | 00:16 |
srichter | yes | 00:16 |
projekt01 | Zope.app.error.bootstrap | 00:16 |
projekt01 | ensureUtility(root_folder, IErrorReportingUtility, 'ErrorReporting', | 00:16 |
projekt01 | RootErrorReportingUtility, copy_to_zlog=False) | 00:16 |
srichter | mmh, so it does not seem to be active | 00:16 |
projekt01 | Zopepublication: | 00:17 |
projekt01 | errUtility = zapi.getUtility(IErrorReportingUtility) | 00:17 |
projekt01 | I run into a component lookup error if I run into a error where should reported by the error reporting utility | 00:17 |
srichter | mmh, weird | 00:18 |
srichter | it would take me a while to look at this | 00:18 |
srichter | I am not having time right now though | 00:18 |
C8N | hi roger | 00:19 |
projekt01 | hi | 00:19 |
srichter | I guess the best would be to file a bug, unless you can fix it now | 00:19 |
projekt01 | I'm not sure, can we look at it next week before the release? | 00:19 |
projekt01 | srichter, when do you make the release? | 00:20 |
srichter | well, the release will be an alpha | 00:21 |
srichter | I plan to cut the release next week at some point | 00:21 |
projekt01 | Cool, Ok, I will add a issue, then we have time to fix it, thanks and have a nice weekend | 00:22 |
C8N | someone has an opinion about pythonpaste? | 00:22 |
srichter | projekt01: yeah, you too | 00:23 |
srichter | I dunno what that is | 00:23 |
projekt01 | Hi, C8N, what's that? | 00:23 |
C8N | http://pythonpaste.org/ | 00:23 |
C8N | Python Paste is a web application framework framework. It uses WSGI to create a framework-neutral set of components. It also assists with application setup and deployment. | 00:23 |
C8N | seems to be a ian creature... | 00:24 |
srichter | is it a WSGI application or server? | 00:24 |
C8N | yup | 00:24 |
srichter | which one? | 00:24 |
C8N | yup was an answer to mine question | 00:25 |
C8N | i'm looking it now | 00:25 |
C8N | This is a tutorial for building a simple to-do list application using Python Paste, SQLObject, and Zope Page Templates. You can view the completed application in the repository at examples/todo_sql or view the repository online at http://svn.w4py.org/Paste/trunk/examples/todo_sql/ | 00:25 |
C8N | seems a server.. | 00:26 |
srichter | well, it is definitely a WSGI application | 00:26 |
C8N | why? | 00:26 |
C8N | $ path/to/paste/scripts/wsgi-server This will run a server on http://localhost:8080 | 00:28 |
srichter | right, so it is both | 00:28 |
*** txd has quit IRC | 00:28 | |
C8N | as "application" it uses SQLObj and zpt, so it seems more a server effort | 00:29 |
srichter | it seems weird | 00:29 |
srichter | I don | 00:29 |
srichter | t get it | 00:29 |
C8N | maybe is too easy for yr mind :) | 00:30 |
srichter | I bet you that Component.CPage is a WSGI application | 00:30 |
srichter | webkit create WSGI applications | 00:33 |
C8N | WSGIKit isn't a WSGI server. Still, it does include glue for servers (just a couple now, but more in the future). It will probably be distributed with some servers, just because that's more expedient and gives people a better experience. | 00:34 |
C8N | http://blog.ianbicking.org/what-is-wsgikit.html | 00:34 |
srichter | no, wsgikit creates the WSGI application | 00:34 |
srichter | I dunno, this code looks all very random | 00:34 |
C8N | """So... what is WSGIKit? Maybe I'm a little confused now as well. """ | 00:35 |
C8N | ok, we are not alone. also ian is confused :S | 00:36 |
srichter | well, till they get more organized, we can safely ignore it :-) | 00:36 |
srichter | thanks to Jim, Zope 3 got so many things right that looking other people's work really hurts | 00:37 |
projekt01 | +1 | 00:37 |
srichter | even twisted, which has an awesome core, looks very immature when it comes to testing and quality | 00:38 |
srichter | I am very worried that twisted will do the same mistakes Zope 2 did; in some parts of the framework it is already pretty unpythonic | 00:38 |
projekt01 | Yup, and did you take a look at Chandler? | 00:39 |
srichter | no | 00:40 |
srichter | is it good code? | 00:40 |
projekt01 | Hm, more or less, since we work on z3 it's hard to see better code. | 00:41 |
projekt01 | Do you know Chandler? | 00:41 |
srichter | I only heard about it | 00:41 |
projekt01 | I think this project can give Python a real breaktrough for applications. | 00:42 |
srichter | I think that Chandler's initial ideas of writing everything from scratch were not good either | 00:43 |
srichter | maybe they changed | 00:43 |
projekt01 | Changed? | 00:43 |
srichter | changed directions | 00:43 |
projekt01 | To what? | 00:44 |
srichter | to be more pythonic | 00:44 |
C8N | projekt01: ok, but *when*? | 00:44 |
C8N | (23:45:15) projekt01: I think this project can give Python a real breaktrough for applications. | 00:44 |
C8N | i hear about this vaporware from... let me thin, 3 yrs? | 00:45 |
projekt01 | I think in one year or two years. | 00:45 |
C8N | uhm i'm almost sure it was the project of the year 2003 ;) | 00:48 |
projekt01 | C8N, Yes, but take a real deep look into the website and you will see, that's not just a project. I never saw such a great documentation. | 00:49 |
projekt01 | It's huge and every little descission is based on a good evaluation process etc. | 00:49 |
C8N | yup. my definition of vaporware :-D | 00:51 |
srichter | oh, they use zpkgtools it seems | 00:52 |
srichter | cool | 00:52 |
C8N | it reminda me a recent ML discussion.. | 00:52 |
C8N | reminds | 00:53 |
C8N | i.e. none uses zpkgtools | 00:53 |
srichter | well, but this was just the opinion of a couple Zope 3 people | 00:54 |
srichter | they do not necessarily know who is using zpgtools | 00:55 |
projekt01 | I think it will be a important project in the future and perhaps we can participate with the zope3 server in some ways with the client server app of Chandler | 00:58 |
projekt01 | srichter, I added a issue (398) for the named/unnamed ErrorReportingUtility | 01:14 |
srichter | ok | 01:21 |
*** zagy has quit IRC | 01:29 | |
*** mkerrin has quit IRC | 01:33 | |
*** mohsenX has quit IRC | 02:41 | |
*** Aiste has quit IRC | 03:02 | |
*** Aiste_ has joined #zope3-dev | 03:02 | |
*** bradb has joined #zope3-dev | 03:04 | |
*** yota has quit IRC | 03:08 | |
*** bradb has quit IRC | 03:25 | |
projekt01 | srichter, how can I ensure a utility and use it in a package, I have troubles with the bootstrap process | 03:34 |
projekt01 | Argh, it looks that this part also depends on the alphabetic package or configure.zcml order. | 03:51 |
projekt01 | Is there no way to register a utility in package "z" and use the utility in a directive in package "a"? | 03:53 |
*** bradb has joined #zope3-dev | 03:55 | |
*** SteveA has joined #zope3-dev | 04:06 | |
*** projekt01 has left #zope3-dev | 04:11 | |
*** `anthony has quit IRC | 04:12 | |
*** `anthony has joined #zope3-dev | 04:20 | |
*** `anthony has quit IRC | 05:11 | |
*** C8N has quit IRC | 06:48 | |
*** Aiste_ has quit IRC | 06:48 | |
*** Aiste has joined #zope3-dev | 06:52 | |
*** tav|offline has joined #zope3-dev | 07:09 | |
*** tav|offline has quit IRC | 07:25 | |
*** jbb666 has quit IRC | 08:36 | |
*** `anthony has joined #zope3-dev | 09:04 | |
*** Aiste has quit IRC | 09:08 | |
*** Aiste has joined #zope3-dev | 09:09 | |
*** bradb_ has joined #zope3-dev | 09:17 | |
*** bradb_ has quit IRC | 09:19 | |
*** bradb has quit IRC | 09:21 | |
*** viyyer has joined #zope3-dev | 09:54 | |
*** vinsci has quit IRC | 10:01 | |
*** vinsci has joined #zope3-dev | 10:02 | |
*** kaczordek has joined #zope3-dev | 10:24 | |
*** mohsen has quit IRC | 10:55 | |
*** viyyer has quit IRC | 10:58 | |
*** stub has joined #zope3-dev | 11:43 | |
*** zagy has joined #zope3-dev | 12:03 | |
*** tarek_ has joined #zope3-dev | 12:04 | |
*** philiMAC has joined #zope3-dev | 12:19 | |
*** SteveA has quit IRC | 12:26 | |
*** mexiKON has quit IRC | 12:30 | |
*** d2m has joined #zope3-dev | 12:38 | |
*** stub has quit IRC | 12:43 | |
*** Theuni has joined #zope3-dev | 12:49 | |
*** yota has joined #zope3-dev | 13:04 | |
*** philiMAC is now known as philiKON | 13:21 | |
*** Theuni has quit IRC | 13:28 | |
*** MacYET_ has joined #zope3-dev | 13:30 | |
*** MacYET_ has quit IRC | 13:53 | |
*** MacYET has joined #zope3-dev | 14:00 | |
*** MacYET has quit IRC | 14:09 | |
*** MacYET has joined #zope3-dev | 14:10 | |
*** tav|offline has joined #zope3-dev | 14:17 | |
*** tav|offline has quit IRC | 14:28 | |
*** C81 has joined #zope3-dev | 14:49 | |
C81 | hello | 14:50 |
*** C81 is now known as C8N | 14:51 | |
*** kaczordek has quit IRC | 15:21 | |
*** barsema has quit IRC | 15:41 | |
*** MacYET has quit IRC | 16:13 | |
*** MacYET has joined #zope3-dev | 16:14 | |
*** J1m has joined #zope3-dev | 16:59 | |
*** mkerrin has joined #zope3-dev | 17:07 | |
*** Theuni has joined #zope3-dev | 17:11 | |
*** mkerrin has quit IRC | 17:26 | |
*** mkerrin has joined #zope3-dev | 17:27 | |
*** Theuni has quit IRC | 17:34 | |
*** MiUlEr has joined #zope3-dev | 18:34 | |
*** MacYET has left #zope3-dev | 18:37 | |
*** yota has quit IRC | 18:59 | |
*** andrew_m has quit IRC | 19:01 | |
*** J1m has quit IRC | 19:04 | |
*** J1m has joined #zope3-dev | 19:17 | |
J1m | srichter, ayt? | 19:20 |
*** MiUlEr has quit IRC | 19:29 | |
C8N | hi J1m | 19:56 |
J1m | hi | 19:56 |
C8N | uh? | 20:22 |
J1m | I was wondering who you were | 20:23 |
C8N | carlo. nice 2 meet you | 20:23 |
J1m | Carlo who? | 20:24 |
C8N | Carlo Miron. you don't know me, if you are wondering this... | 20:25 |
C8N | but, obviously, i know you :) | 20:25 |
J1m | Now I do :) | 20:25 |
C8N | i'm from mialn, italy | 20:26 |
C8N | oops milan | 20:26 |
J1m | cool | 20:26 |
srichter | J1m: not really; I am on and off, but more off :-) | 20:27 |
* C8N thinks: he's off his mind... | 20:27 | |
*** MacYET has joined #zope3-dev | 20:28 | |
mkerrin | srichter: do you have a minute for some Twisted FTP | 20:30 |
*** yota has joined #zope3-dev | 20:42 | |
srichter | nope :-) | 20:43 |
*** J1m has quit IRC | 20:59 | |
*** MacYET has left #zope3-dev | 21:03 | |
*** [apoirier] has joined #zope3-dev | 21:06 | |
*** tarek_ has quit IRC | 21:11 | |
*** [apoirier] has quit IRC | 21:15 | |
*** [apoirier] has joined #zope3-dev | 21:15 | |
*** palmTree has joined #zope3-dev | 21:20 | |
*** tvon has quit IRC | 21:35 | |
*** hazmat has quit IRC | 22:02 | |
*** palmTree has quit IRC | 22:16 | |
*** jbb666 has joined #zope3-dev | 23:02 | |
jbb666 | hi... what exactly is a context?? | 23:11 |
philiKON | in an adapter and view, it's the object you're adapting / displaying | 23:12 |
jbb666 | ahh | 23:14 |
*** de_dude has joined #zope3-dev | 23:19 | |
*** de_dude is now known as Ne1l | 23:23 | |
*** Ne1l is now known as Nei1 | 23:24 | |
jbb666 | any pointers to code that uses updated local utility API? | 23:24 |
jbb666 | oh cool, i found it and now my test case works... yay | 23:26 |
*** d2m has quit IRC | 23:38 | |
*** d2m has joined #zope3-dev | 23:39 | |
*** Nei1 has quit IRC | 23:44 | |
*** projekt01 has joined #zope3-dev | 23:53 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!