*** norro has quit IRC | 00:01 | |
*** junkafarian_ has joined #zope3-dev | 00:12 | |
*** faassen has left #zope3-dev | 00:14 | |
*** oggers has quit IRC | 00:14 | |
*** oggers has joined #zope3-dev | 00:15 | |
*** danielblackburn_ has joined #zope3-dev | 00:27 | |
*** timte has quit IRC | 00:40 | |
*** redir has quit IRC | 00:43 | |
*** danielblackburn has quit IRC | 00:43 | |
*** alga has quit IRC | 00:45 | |
*** quodt has quit IRC | 00:46 | |
*** regebro has quit IRC | 00:49 | |
fairwinds | srichter: could you agree with splitting widgets into a separate package and depending upon it with z3c.form? | 00:54 |
---|---|---|
srichter | fairwinds: what is your goal? | 00:56 |
fairwinds | reuse so can depend upon it using a different package with fewer dependencies | 00:56 |
srichter | reuse of the widgets or z3c.form? | 00:57 |
fairwinds | widgets. I am thinking of parts that we are reasonable to reuse without. z3c.form as it is will not work for me so hoping we can find some common ground | 00:59 |
*** dobee has quit IRC | 00:59 | |
*** djohnson has quit IRC | 00:59 | |
fairwinds | sorry. I am thinking of parts that we are reasonable to reuse | 01:00 |
mgedmin | arr, zope.testing 3.6.0 has broken --coverage | 01:00 |
fairwinds | i heard what you said this morning about many packages but perhaps a couple of core packages of functionality might be agreeable | 01:01 |
*** mcdonc has joined #zope3-dev | 01:01 | |
fairwinds | so widgets is one that would seem reasonable | 01:02 |
*** fcorrea has quit IRC | 01:02 | |
fairwinds | and fairly quick and easy to isolate | 01:02 |
srichter | what dependency do widgets introduce in z3c.form that you would like to get rid of? | 01:03 |
*** oggers has quit IRC | 01:04 | |
fairwinds | widgets are fairly straight forward and without much issue. I want them to be isolated in a different package than z3c.form so that z3c.form and whatever form package i create can depend upon the widgets package | 01:04 |
*** aaronv has quit IRC | 01:08 | |
*** oggers has joined #zope3-dev | 01:08 | |
*** alga has joined #zope3-dev | 01:09 | |
*** aaronv has joined #zope3-dev | 01:09 | |
fairwinds | srichter: I think this is a reasonable thing that more than one package could depend upon the same widgets | 01:10 |
*** nyo has quit IRC | 01:11 | |
*** dunny has quit IRC | 01:11 | |
*** danielblackburn has joined #zope3-dev | 01:11 | |
*** oggers has quit IRC | 01:12 | |
*** oggers has joined #zope3-dev | 01:13 | |
*** MiUlEr has joined #zope3-dev | 01:14 | |
*** oggers has quit IRC | 01:17 | |
*** oggers has joined #zope3-dev | 01:17 | |
*** sunew has quit IRC | 01:18 | |
*** mcdonc has quit IRC | 01:18 | |
fairwinds | srichter: Another possibility is to create a small core of reusable functionality depending upon only a few things. Likely 80% of the package depends on 4 packages. the other 20% brings in the rest. We could have a z3c.form.core that is this 80% where packages could depend on this | 01:21 |
*** sp0cksbeard has quit IRC | 01:22 | |
mgedmin | hey, does anyone know why zc.recipe.testrunner 1.1.0 requires zope.testing >= 3.6.0? | 01:22 |
srichter | fairwinds: can you send me an E-mail hwo a particular feature pulls in an additional dependency? | 01:23 |
fairwinds | srichter: this would be similar to grokcore.component. Perhaps we can use this name like z3c.form.component or z3c.formcore | 01:23 |
*** oggers has quit IRC | 01:23 | |
srichter | I did not get much sleep last night, so I cannot think clearly right now | 01:23 |
srichter | I do not have a problem with this sort of approach, once I understand the goal | 01:24 |
srichter | I still do not see what splitting this stuff up buys us | 01:24 |
*** aaronv has quit IRC | 01:25 | |
*** lurkymclurkleton has quit IRC | 01:26 | |
fairwinds | srichter: What is buys is reusability in multiple frameworks since z3c.form otherwise relies on too much. We don't use zope.publisher in repoze and it is kept deliberately minimal. So this sort of thing will facilitate use outside of zope. I will send an email with my proposal. | 01:26 |
*** oggers has joined #zope3-dev | 01:27 | |
*** danielblackburn_ has quit IRC | 01:27 | |
fairwinds | srichter: should be usable in pylons also with something like this if a small part is rewritten together with dependency on a core. | 01:28 |
srichter | zope.publisher is a pretty strong assumption throughout the code | 01:33 |
srichter | there is very little code that does not depend on it | 01:33 |
mgedmin | https://bugs.launchpad.net/zope.testing/+bug/268760 | 01:34 |
* mgedmin suspects ctheune's refactoring | 01:34 | |
*** oggers has quit IRC | 01:34 | |
*** oggers has joined #zope3-dev | 01:35 | |
fairwinds | CA architecture is universal and we can use zope.schema, zope.component, zope.interfaces, zope.i18, etc. outside of zope. Will look at how much of z3c.form we can get with these - its a large percentage. If a form core is separated, we can use another publishing process and rewrite this part. Then z3c.form can rely on core and package I produce can rely on same core. | 01:35 |
srichter | fairwinds: if the benefit is great enough I am all for it | 01:37 |
*** redir has joined #zope3-dev | 01:37 | |
*** bigkevmcd has quit IRC | 01:39 | |
srichter | fairwinds: actually the most interesting question for me is: What parts would you reuse how from z3c.form? | 01:40 |
fairwinds | sricher: Thats great Stephan. It can allow the core to be used in virtually any other python framework which is real benefit. | 01:40 |
srichter | but what is the core? | 01:41 |
srichter | at least how you define it? | 01:41 |
*** oggers has quit IRC | 01:41 | |
fairwinds | sricher: the majority is reusable. I think it would be best for me to write this in an email. I can identify what would be in the core based on minimal dependencies | 01:42 |
srichter | yep, I agree | 01:42 |
fairwinds | I am looking at modules that can be included based on packages they import | 01:42 |
fairwinds | cool. I'll get busy and write this up then. | 01:44 |
*** whit has joined #zope3-dev | 01:53 | |
*** projekt01 has quit IRC | 01:58 | |
*** malthe is now known as malthe|Zzz | 02:00 | |
*** flox has left #zope3-dev | 02:03 | |
*** jamur2 has quit IRC | 02:04 | |
*** mgedmin_ has joined #zope3-dev | 02:08 | |
*** mgedmin has quit IRC | 02:11 | |
*** MiUlEr has quit IRC | 02:11 | |
*** MiUlEr has joined #zope3-dev | 02:12 | |
*** MiUlEr has quit IRC | 02:13 | |
*** MiUlEr has joined #zope3-dev | 02:14 | |
*** J1m has quit IRC | 02:18 | |
MiUlEr | pucha el pidgin se muere con todo, solo funciona para mensajeria, para entrar a una sala de chat con su protocolo irc, no funciona, y para salas propias de jabber tambien se cuelga | 02:20 |
MiUlEr | ups | 02:20 |
MiUlEr | sorry | 02:20 |
*** tarek has quit IRC | 02:20 | |
*** junkafarian_ has quit IRC | 02:26 | |
*** mcdonc has joined #zope3-dev | 02:30 | |
*** fcorrea has joined #zope3-dev | 02:32 | |
*** aclark|away is now known as aclark | 02:33 | |
*** aaronv has joined #zope3-dev | 02:42 | |
*** nathany has quit IRC | 03:02 | |
*** alga has quit IRC | 03:05 | |
*** lurkymclurkleton has joined #zope3-dev | 03:10 | |
*** lurkymclurkleton has quit IRC | 03:14 | |
*** srichter has quit IRC | 03:14 | |
*** yota has quit IRC | 03:28 | |
*** rmarianski has quit IRC | 03:51 | |
*** MiUlEr has quit IRC | 04:12 | |
*** mcdonc has quit IRC | 04:21 | |
*** aclark is now known as aclark|away | 04:26 | |
*** aaronv has quit IRC | 04:32 | |
*** Mebibyte has joined #Zope3-Dev | 04:43 | |
Mebibyte | hello | 04:43 |
*** b52laptop has quit IRC | 05:07 | |
*** jayaraj has joined #zope3-dev | 05:21 | |
*** jayaraj has quit IRC | 06:02 | |
*** projekt01 has joined #zope3-dev | 06:10 | |
*** binseer has joined #zope3-dev | 06:14 | |
*** rcrafton has left #zope3-dev | 06:17 | |
*** projekt01 has quit IRC | 06:20 | |
*** philiKON_ has quit IRC | 06:24 | |
*** redir has quit IRC | 06:38 | |
*** mgedmin_ has quit IRC | 06:42 | |
*** mcdonc has joined #zope3-dev | 06:55 | |
*** dobee has joined #zope3-dev | 07:03 | |
*** redir has joined #zope3-dev | 07:28 | |
*** timte has joined #zope3-dev | 07:31 | |
*** dunny has joined #zope3-dev | 07:31 | |
*** timte has quit IRC | 07:37 | |
*** redir has quit IRC | 07:42 | |
*** redir has joined #zope3-dev | 07:49 | |
*** baijum has joined #zope3-dev | 07:50 | |
*** jayaraj has joined #zope3-dev | 08:17 | |
*** redir has quit IRC | 08:24 | |
*** redir has joined #zope3-dev | 08:27 | |
*** mcdonc has quit IRC | 08:28 | |
*** quodt has joined #zope3-dev | 08:28 | |
*** redir has quit IRC | 08:28 | |
*** jukart has joined #zope3-dev | 08:35 | |
*** jayaraj_ has joined #zope3-dev | 08:36 | |
*** kursor has joined #zope3-dev | 08:38 | |
*** fairwinds has quit IRC | 08:42 | |
*** jayaraj has quit IRC | 08:56 | |
*** flox has joined #zope3-dev | 08:57 | |
*** binseer has quit IRC | 08:57 | |
*** binseer has joined #zope3-dev | 08:59 | |
*** baijum has quit IRC | 09:12 | |
*** baijum has joined #zope3-dev | 09:13 | |
*** flox has quit IRC | 09:20 | |
*** flox has joined #zope3-dev | 09:22 | |
*** norro has joined #zope3-dev | 09:23 | |
*** afd__ has joined #zope3-dev | 09:25 | |
*** baijum has quit IRC | 09:25 | |
*** baijum has joined #zope3-dev | 09:26 | |
*** goschtl has joined #zope3-dev | 09:38 | |
*** mkerrin has joined #zope3-dev | 09:42 | |
jayaraj_ | oh! svn.zope.org is not there now?! its cvs.zope.org now.... but where is all the z3c packages now? i am trying to find them but i cant! :/ | 09:44 |
*** flox has left #zope3-dev | 09:45 | |
afd__ | jayaraj_: cvs.zope.org is old stuff. You might find packages here: http://download.zope.org/distribution/ | 09:45 |
afd__ | http://svn.zope.org works for me... I don't know about svn:// though | 09:46 |
jayaraj_ | oops... then why its not working for me... hmm... afd__ let me check... bbs | 09:46 |
jayaraj_ | huh! now it works!.... afd__ doesnt make sence... anyways its working now .. may be i did something wrong then :) | 09:48 |
*** philiKON has joined #zope3-dev | 09:48 | |
*** sm has joined #zope3-dev | 09:51 | |
jayaraj_ | afd__ have you ever used webDAV with zope3? | 09:52 |
afd__ | jayaraj_: nope | 09:52 |
jayaraj_ | IIRC philip's book says zope3 has built-in support for webDAV.... i trying it now... | 09:53 |
jayaraj_ | i am* trying it now | 09:53 |
afd__ | there are also some z3c packages for webdav | 09:54 |
jayaraj_ | z3c.dav and zope.webdav is there.... | 09:54 |
*** agroszer has joined #zope3-dev | 09:57 | |
*** tarek has joined #zope3-dev | 10:12 | |
*** flox has joined #zope3-dev | 10:14 | |
*** Kraaargh has joined #zope3-dev | 10:15 | |
*** junkafarian_ has joined #zope3-dev | 10:18 | |
*** zagy has joined #zope3-dev | 10:20 | |
*** Kraaargh has quit IRC | 10:20 | |
*** jpcw2002 has joined #zope3-dev | 10:34 | |
*** zagy has quit IRC | 10:37 | |
*** MJ has joined #zope3-dev | 10:38 | |
*** zagy has joined #zope3-dev | 10:39 | |
*** basti_ has joined #zope3-dev | 10:45 | |
*** baijum has quit IRC | 10:50 | |
*** tarek has left #zope3-dev | 10:53 | |
*** tarek has joined #zope3-dev | 10:53 | |
*** philiKON has quit IRC | 10:55 | |
*** ktwilight_ has quit IRC | 11:00 | |
*** ktwilight has joined #zope3-dev | 11:03 | |
*** basti_ has quit IRC | 11:04 | |
*** philiKON has joined #zope3-dev | 11:09 | |
*** malthe|Zzz has quit IRC | 11:15 | |
*** junkafarian_ has quit IRC | 11:18 | |
*** alga has joined #zope3-dev | 11:23 | |
*** regebro has joined #zope3-dev | 11:34 | |
*** basti_ has joined #zope3-dev | 11:44 | |
*** baijum has joined #zope3-dev | 11:47 | |
*** romanofski has joined #zope3-dev | 11:49 | |
*** pelle_ has joined #zope3-dev | 11:49 | |
*** malthe has joined #zope3-dev | 11:51 | |
*** elro has joined #zope3-dev | 12:10 | |
*** pelle_ has quit IRC | 12:18 | |
*** regebro has quit IRC | 12:28 | |
*** regebro has joined #zope3-dev | 12:28 | |
*** tflorac has joined #zope3-dev | 12:30 | |
*** regebro has quit IRC | 12:31 | |
*** regebro has joined #zope3-dev | 12:32 | |
*** basti_ has quit IRC | 12:41 | |
*** ktwilight__ has joined #zope3-dev | 12:42 | |
*** seletz has joined #zope3-dev | 12:43 | |
*** basti_ has joined #zope3-dev | 12:46 | |
*** basti_ has quit IRC | 12:50 | |
*** basti_ has joined #zope3-dev | 12:52 | |
*** basti_ has quit IRC | 12:53 | |
*** basti_ has joined #zope3-dev | 12:53 | |
*** nyo has joined #zope3-dev | 12:54 | |
*** ktwilight has quit IRC | 12:56 | |
*** thruflo has joined #zope3-dev | 12:56 | |
*** thekryz has joined #zope3-dev | 13:01 | |
*** nyo has quit IRC | 13:01 | |
*** nyo has joined #zope3-dev | 13:02 | |
*** benji has joined #zope3-dev | 13:03 | |
*** a7p has joined #zope3-dev | 13:05 | |
a7p | hi everyone, I've got a pretty boring question which you may be heard a lot to often, but I could not find anything usable in the zope-faq nor with google. | 13:06 |
a7p | What's zope3s strategy concerning Python3? | 13:06 |
thruflo | it's ostrich based :p | 13:09 |
* thruflo in no way knows the serious answer to that qu | 13:10 | |
a7p | upsi ... | 13:12 |
a7p | not so nice | 13:12 |
afd__ | a7p: there will probably be a long time before linux distribution start shipping only py3k instead of anything based on the 2.x branch | 13:12 |
afd__ | so I wouldn't be too woried | 13:13 |
* a7p thought about doing a bigger zope-centered-Project... and carrying that to py3 is of cause a question. | 13:13 | |
a7p | zope and python... not a nice topic ... tried to get 2.4 binarys for windows shortly ago - python.org does not offer the most current 2.4 bugfixrelease as a binary ... well time will solve things (hopefully) | 13:14 |
a7p | thx for the information. | 13:14 |
afd__ | a7p: there will probably efforts to port zope... there always are. Py3k is not even released yet, why worry :-) | 13:15 |
* a7p will learn to stop worrying and learn to love the ... snake, whichever revision it is. | 13:16 | |
*** pelle_ has joined #zope3-dev | 13:23 | |
*** b52laptop has joined #zope3-dev | 13:25 | |
*** pelle_ has quit IRC | 13:27 | |
*** aclark|away is now known as aclark | 13:29 | |
*** jukart has quit IRC | 13:35 | |
*** aaronv has joined #zope3-dev | 13:41 | |
*** __mac__ has joined #zope3-dev | 13:42 | |
*** romanofski has quit IRC | 13:44 | |
*** basti_ has quit IRC | 13:44 | |
agroszer | a7p, activestate offers binaries for win | 13:48 |
*** MJ is now known as MJ|lunch | 13:49 | |
a7p | agroszer: I solved it by taking the 2.4.4 release, which was still packed binary. At activestate's I only found a python2.5, ... but I did not look very long. It was a bit unpleasing, because I had to search in front of a costumer. | 13:50 |
agroszer | weird, they offer 2.4.5 too | 13:50 |
a7p | looked kindo of unprofessional I guess ... and may be it was *g*. | 13:50 |
a7p | agroszer: was really in a hurry, but good to know, I'll look for it tomorrow. | 13:50 |
*** pelle_ has joined #zope3-dev | 13:52 | |
*** sm has quit IRC | 13:56 | |
*** projekt01 has joined #zope3-dev | 13:59 | |
*** regebro has quit IRC | 14:01 | |
*** Theuni has joined #zope3-dev | 14:02 | |
*** thekryz has quit IRC | 14:02 | |
*** thekryz has joined #zope3-dev | 14:03 | |
*** pelle_ has quit IRC | 14:04 | |
*** timte has joined #zope3-dev | 14:04 | |
*** Jell-O-Fishi has joined #zope3-dev | 14:07 | |
*** __mac__ has quit IRC | 14:10 | |
*** __mac__ has joined #zope3-dev | 14:15 | |
*** regebro has joined #zope3-dev | 14:23 | |
*** sunew has joined #zope3-dev | 14:27 | |
*** jukart has joined #zope3-dev | 14:28 | |
*** aaronv has quit IRC | 14:29 | |
*** MJ|lunch is now known as MJ | 14:31 | |
*** baijum has quit IRC | 14:34 | |
*** djohnson has joined #zope3-dev | 14:35 | |
*** __mac___ has joined #zope3-dev | 14:36 | |
*** basti_ has joined #zope3-dev | 14:44 | |
*** romanofski has joined #zope3-dev | 14:53 | |
*** __mac__ has quit IRC | 14:53 | |
*** basti_ has quit IRC | 14:58 | |
*** Theuni has quit IRC | 15:01 | |
*** aaronv has joined #zope3-dev | 15:03 | |
*** aaronv has quit IRC | 15:03 | |
*** aaronv has joined #zope3-dev | 15:03 | |
*** __mac___ has quit IRC | 15:06 | |
*** binseer_ has joined #zope3-dev | 15:12 | |
*** jayaraj__ has joined #zope3-dev | 15:12 | |
*** aaronv has quit IRC | 15:23 | |
*** redir has joined #zope3-dev | 15:23 | |
*** binseer has quit IRC | 15:27 | |
*** jayaraj_ has quit IRC | 15:28 | |
*** bigkevmcd has joined #zope3-dev | 15:44 | |
*** hazmat has quit IRC | 15:44 | |
*** binseer_ has quit IRC | 15:49 | |
*** guido_w has joined #zope3-dev | 15:52 | |
guido_w | g'day... any zc.selenium devs around by any chance? i have a patch, not sure what to do with it... | 15:53 |
*** redir has quit IRC | 15:54 | |
* romanofski waves to guido_w | 15:55 | |
guido_w | hi romanofski :) | 15:55 |
romanofski | but I'm not a zc.selenium developer ... | 15:55 |
guido_w | romanofski: are you coming to nl for the plone thing? | 15:55 |
romanofski | no - probably not | 15:55 |
*** ignas has joined #zope3-dev | 15:55 | |
guido_w | romanofski: i noticed theuni is though... is he around? | 15:55 |
romanofski | yeah | 15:55 |
*** lurkymclurkleton has joined #zope3-dev | 15:55 | |
romanofski | I'm currently in saarbruecken | 15:55 |
guido_w | romanofski: could you ask him what i should do? can i send him a patch or sth? | 15:56 |
guido_w | romanofski: what are you doing therE? | 15:56 |
romanofski | there is currently a panel discussion with theuni, martijn, benji, tres, etc | 15:56 |
guido_w | ah :) | 15:56 |
romanofski | a german zope conference | 15:56 |
guido_w | ah, dzug or sth? | 15:56 |
romanofski | dzug | 15:56 |
guido_w | romanofski: i'm going to pycon-uk tomorrow, then hpk and fijal are coming over for a couple of days... so don't think i'll be on the plone thing either | 15:57 |
*** aaronv has joined #zope3-dev | 15:57 | |
guido_w | dzug any good so far? | 15:57 |
romanofski | so la la | 15:57 |
romanofski | pycon-uk sounds interesting | 15:57 |
*** __mac__ has joined #zope3-dev | 15:57 | |
guido_w | hm, indeed... seems like a good ep replacement for me for this year ;) | 15:58 |
romanofski | :) | 15:58 |
romanofski | haven't been to ep this year as well | 15:58 |
*** sunew has quit IRC | 15:58 | |
guido_w | what's the plan for next year, do you know where it will be held? | 15:58 |
romanofski | though there is currently nothing serious I'm working on | 15:58 |
romanofski | no | 15:58 |
romanofski | I'll be in Australia next year | 15:59 |
guido_w | ah, nice! | 15:59 |
guido_w | work related or sabbatical? :) | 15:59 |
romanofski | there is a bigger linux conference in January - hope I can do a few presentations | 15:59 |
romanofski | sabbatical related | 15:59 |
romanofski | Jan is my mentor ;) | 15:59 |
guido_w | nice... | 15:59 |
guido_w | cool! :) | 15:59 |
guido_w | tell her hello | 15:59 |
romanofski | I'll do :) | 16:00 |
romanofski | hope I can find a job for the year I'll be there | 16:00 |
romanofski | at least something interesting | 16:00 |
*** basti_ has joined #zope3-dev | 16:01 | |
*** jamur2 has joined #zope3-dev | 16:01 | |
*** thekryz has quit IRC | 16:06 | |
*** thekryz has joined #zope3-dev | 16:07 | |
*** J1m has joined #zope3-dev | 16:08 | |
*** peaquino has joined #zope3-dev | 16:12 | |
peaquino | hello! | 16:17 |
peaquino | I've got a question about zc.sourcefactory | 16:18 |
*** sunew has joined #zope3-dev | 16:19 | |
*** sunew has quit IRC | 16:20 | |
*** Theuni has joined #zope3-dev | 16:20 | |
peaquino | is there a reason, that classes inheriting from BasicSourceFactory can have __init__ methods with custom signatures and ones inheriting from ContextualSourceFactory do not? | 16:20 |
peaquino | right now I'm developing a set of contextual sources, used in different subprojects | 16:22 |
*** dunny has quit IRC | 16:22 | |
peaquino | I planned to pass them project-specific methods to extract Oracle connections from context | 16:23 |
*** thekryz has quit IRC | 16:23 | |
peaquino | which would be passed in a constructor | 16:23 |
projekt01 | guido_w, srichter is using selenium tests, probably he whould be interested | 16:23 |
guido_w | projekt01: ah, thanks... i'll ping him if i don't happen to run into other people :) | 16:24 |
guido_w | (such as Theuni, hello? :) | 16:24 |
*** seletz has quit IRC | 16:24 | |
*** alga has quit IRC | 16:24 | |
Theuni | guido_w: jo | 16:25 |
guido_w | hey... i bolted a command-line option onto zc.selenium to allow selecting what tests to run (you pass a regexp) | 16:26 |
guido_w | now, i've long ago lost the ssh key to do checkins into zope's svn, and also i'm not sure if i should just svn ci | 16:27 |
guido_w | so i figured perhaps you know what to do... (svn annotate revealed your name, among others :) | 16:27 |
*** jayaraj__ has quit IRC | 16:28 | |
guido_w | do you think it makes sense to commit this feature? | 16:28 |
guido_w | and if so, can i send you a patch or something? | 16:28 |
*** thekryz has joined #zope3-dev | 16:29 | |
peaquino | Theuni: can I ask you a question about zc.resourcefactory? | 16:34 |
*** sp0cksbeard has joined #zope3-dev | 16:35 | |
guido_w | Theuni: still there? :) | 16:35 |
*** redir has joined #zope3-dev | 16:37 | |
*** redir_ has joined #zope3-dev | 16:37 | |
*** agroszer_ has joined #zope3-dev | 16:48 | |
*** agroszer has quit IRC | 16:48 | |
*** agroszer_ is now known as agroszer | 16:48 | |
*** redir has quit IRC | 16:53 | |
*** __mac___ has joined #zope3-dev | 16:55 | |
*** rocky has quit IRC | 16:56 | |
*** rocky has joined #zope3-dev | 16:58 | |
*** __mac__ has quit IRC | 16:59 | |
*** sm has joined #zope3-dev | 17:00 | |
Theuni | kind of | 17:05 |
Theuni | i'm on the german zope conference right now | 17:05 |
*** kursor has quit IRC | 17:05 | |
*** zagy has quit IRC | 17:12 | |
__mac___ | peaquino: ask it | 17:12 |
*** __mac___ has left #zope3-dev | 17:14 | |
peaquino | is there a reason, that classes inheriting from BasicSourceFactory can have __init__ methods with custom signatures and ones inheriting from ContextualSourceFactory do not? | 17:14 |
peaquino | right now I'm developing a set of contextual sources, used in different subprojects | 17:14 |
peaquino | I planned to pass them project-specific methods to extract Oracle connections from context | 17:15 |
peaquino | which would be passed in a constructor | 17:15 |
*** fcorrea_ has joined #zope3-dev | 17:20 | |
*** fcorrea has quit IRC | 17:21 | |
guido_w | Theuni: yeah, understood that already... so... i'll ping you later or sth... | 17:24 |
*** reco has joined #zope3-dev | 17:25 | |
*** danfairs has quit IRC | 17:28 | |
*** thekryz has quit IRC | 17:29 | |
*** philiKON has quit IRC | 17:31 | |
guido_w | Theuni: (and, have fun :) | 17:33 |
*** basti_ has quit IRC | 17:33 | |
*** basti_ has joined #zope3-dev | 17:35 | |
*** basti_ has quit IRC | 17:37 | |
Theuni | k | 17:37 |
*** __mac__ has joined #zope3-dev | 17:38 | |
*** basti_ has joined #zope3-dev | 17:43 | |
*** projekt01 has quit IRC | 17:43 | |
*** MJ has quit IRC | 17:44 | |
*** junkafarian has quit IRC | 17:46 | |
*** philiKON has joined #zope3-dev | 17:46 | |
*** junkafarian has joined #zope3-dev | 17:48 | |
elro | what's the zope 3 equivalent to ZPublisher's filestream_iterator? | 17:54 |
*** ktwilight__ has quit IRC | 17:55 | |
*** nathany has joined #zope3-dev | 17:57 | |
*** jukart has quit IRC | 17:58 | |
*** timte has quit IRC | 18:01 | |
*** nyo has quit IRC | 18:01 | |
*** ktwilight__ has joined #zope3-dev | 18:02 | |
*** basti_ has quit IRC | 18:04 | |
*** rmarianski has joined #zope3-dev | 18:11 | |
*** jayaraj has joined #zope3-dev | 18:14 | |
*** yotaff has quit IRC | 18:17 | |
*** __mac__ has quit IRC | 18:29 | |
*** __mac__ has joined #zope3-dev | 18:29 | |
*** zagy has joined #zope3-dev | 18:36 | |
*** goschtl has quit IRC | 18:37 | |
*** quodt_ has joined #zope3-dev | 18:38 | |
*** quodt has quit IRC | 18:38 | |
*** yotaff has joined #zope3-dev | 18:40 | |
*** thekryz has joined #zope3-dev | 18:41 | |
*** quodt_ has quit IRC | 18:42 | |
*** norro_ has joined #zope3-dev | 18:43 | |
*** __mac__ has quit IRC | 18:43 | |
*** afd__ has quit IRC | 18:46 | |
*** basti_ has joined #zope3-dev | 18:47 | |
*** __mac__ has joined #zope3-dev | 18:47 | |
*** alga has joined #zope3-dev | 18:52 | |
*** djohnson has quit IRC | 18:52 | |
*** malthe has quit IRC | 18:53 | |
*** djohnson has joined #zope3-dev | 18:53 | |
*** zagy has quit IRC | 18:55 | |
*** romanofski has quit IRC | 18:55 | |
*** basti_ has quit IRC | 18:56 | |
*** __mac__ has quit IRC | 18:57 | |
*** norro has quit IRC | 18:57 | |
*** whit has quit IRC | 18:59 | |
*** Jell-O-Fishi has quit IRC | 18:59 | |
*** guido_w has quit IRC | 19:02 | |
*** MJ has joined #zope3-dev | 19:04 | |
yotaff | how get all implemented & provided interfaces by an instance classe or a classe on pure python ? | 19:05 |
yotaff | without apidoc | 19:06 |
*** nyo has joined #zope3-dev | 19:06 | |
ignas | yotaff: look at how apidoc does that ;) | 19:07 |
ignas | yotaff: and anyway - why would you need that in your application code? | 19:08 |
yotaff | pure theoretical question :) | 19:11 |
yotaff | but very attractive I think | 19:13 |
yotaff | more interesting to introspect in Python debugger instead to look permanently in apidoc | 19:15 |
ignas | most of the time it's faster to look at the code | 19:19 |
*** fcorrea__ has joined #zope3-dev | 19:22 | |
*** Theuni has quit IRC | 19:25 | |
*** tflorac has quit IRC | 19:26 | |
*** fcorrea_ has quit IRC | 19:28 | |
*** fcorrea__ is now known as fcorrea | 19:28 | |
*** mcdonc has joined #zope3-dev | 19:33 | |
*** norro_ has quit IRC | 19:35 | |
*** dobee has quit IRC | 19:35 | |
*** norro has joined #zope3-dev | 19:37 | |
*** whit has joined #zope3-dev | 19:45 | |
*** thruflo has quit IRC | 19:47 | |
*** mcdonc has quit IRC | 20:07 | |
*** nyo has quit IRC | 20:10 | |
*** peaquino has quit IRC | 20:12 | |
*** whit has quit IRC | 20:14 | |
*** thekryz has quit IRC | 20:23 | |
*** junkafarian has quit IRC | 20:26 | |
*** CSWookie has joined #zope3-dev | 20:31 | |
CSWookie | Is there a blessed buildout associated with the KGS? I want something to hand to an intern so he can do the examples in philiKON's book. | 20:32 |
*** nyo has joined #zope3-dev | 20:40 | |
*** mgedmin has joined #zope3-dev | 20:41 | |
*** ktwilight__ has quit IRC | 20:43 | |
*** ktwilight__ has joined #zope3-dev | 20:43 | |
*** agroszer_ has joined #zope3-dev | 20:49 | |
*** jayaraj has quit IRC | 20:49 | |
*** dobee has joined #zope3-dev | 20:54 | |
*** ignas has quit IRC | 20:59 | |
*** jpcw2002 has quit IRC | 21:01 | |
*** agroszer has quit IRC | 21:08 | |
*** nyo1 has joined #zope3-dev | 21:16 | |
*** agroszer_ is now known as agroszer | 21:20 | |
*** nyo has quit IRC | 21:21 | |
*** fcorrea has quit IRC | 21:24 | |
*** ktwilight_ has joined #zope3-dev | 21:26 | |
*** dvschramm has joined #zope3-dev | 21:26 | |
*** sm has quit IRC | 21:26 | |
*** nyo1 has quit IRC | 21:30 | |
*** fcorrea has joined #zope3-dev | 21:32 | |
*** flox has left #zope3-dev | 21:33 | |
*** ktwilight__ has quit IRC | 21:39 | |
*** baijum has joined #zope3-dev | 21:40 | |
*** agroszer has quit IRC | 21:45 | |
*** whit has joined #zope3-dev | 21:46 | |
*** gimni has joined #zope3-dev | 21:53 | |
*** mcdonc has joined #zope3-dev | 22:12 | |
*** dobee has quit IRC | 22:13 | |
*** dunny has joined #zope3-dev | 22:14 | |
*** baijum has quit IRC | 22:15 | |
*** whit has quit IRC | 22:27 | |
mgedmin | hey, it seems that bin/buildout doesn't exit with an error code when it fails to satisfy egg dependencies | 22:36 |
*** CSWookie has left #zope3-dev | 22:38 | |
*** flox has joined #zope3-dev | 22:39 | |
*** dbfrombrc has joined #zope3-dev | 22:42 | |
*** quodt has joined #zope3-dev | 22:45 | |
*** aclark is now known as aclark|away | 23:02 | |
*** nyo has joined #zope3-dev | 23:09 | |
*** mkerrin has quit IRC | 23:19 | |
*** yotaff has quit IRC | 23:23 | |
*** sm has joined #zope3-dev | 23:25 | |
*** gimni has quit IRC | 23:30 | |
*** oggers has joined #zope3-dev | 23:35 | |
*** oggers has quit IRC | 23:39 | |
*** MJ has quit IRC | 23:41 | |
*** oggers has joined #zope3-dev | 23:43 | |
*** oggers has quit IRC | 23:45 | |
*** oggers has joined #zope3-dev | 23:45 | |
*** MJ has joined #zope3-dev | 23:47 | |
*** rocky1 has joined #zope3-dev | 23:47 | |
*** oggers has quit IRC | 23:48 | |
*** oggers has joined #zope3-dev | 23:51 | |
*** aclark|away is now known as aclark | 23:52 | |
*** oggers has quit IRC | 23:53 | |
*** oggers has joined #zope3-dev | 23:57 | |
*** dbfrombrc has quit IRC | 23:58 | |
*** oggers has quit IRC | 23:59 | |
*** jamur2 has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!