| *** d2m has quit IRC | 00:00 | |
| *** danielblackburn has joined #zope3-dev | 00:00 | |
| *** jsadjohnson has joined #zope3-dev | 00:04 | |
| *** supton has joined #zope3-dev | 00:11 | |
| *** sm has quit IRC | 00:12 | |
| *** sm has joined #zope3-dev | 00:14 | |
| *** rmarianski has joined #zope3-dev | 00:14 | |
| *** sm has quit IRC | 00:14 | |
| supton | What would cause inability for alsoProvides() to set __provides__ on an object? --> AttributeError | 00:14 |
|---|---|---|
| lisppaste6 | supton pasted "alsoProvides() fails on some objects" at http://paste.lisp.org/display/56167 | 00:15 |
| *** sm has joined #zope3-dev | 00:15 | |
| *** philiKON_ has quit IRC | 00:15 | |
| timte | supton: to me (but I'm no super guru) it looks like the conn object has some weird behaviour, an object should be able to get new attributes | 00:18 |
| supton | seems like an inability to set arbitrary attributes on some objects (where class is implemented in C)... | 00:19 |
| timte | supton: try to do conn.__something__ = 2 | 00:19 |
| supton | that fails, as does conn.foo = 1 | 00:19 |
| supton | setting any attributes on this fails. | 00:19 |
| supton | obviously a python/C/pysqlite idiosyncracy I don't understand | 00:19 |
| timte | perhaps conn overrides __setattr__ or something | 00:20 |
| supton | yeah, the C code has some get/set stuff that seems tedious for me to figure out. | 00:23 |
| supton | I'm guessing I should just abandon trying to mark these objects... | 00:23 |
| supton | maybe use some kind of proxy, but that seems like a PITA. | 00:24 |
| supton | my current work (utilities to generate SQL schema from schema fields on interfaces) doesn't strictly require that I mark the connections, I just thought this was odd | 00:25 |
| timte | it is :) | 00:26 |
| supton | The only other place I've seen zope.interface not work well is Django models, where the metaclass removes/overwrites __provides__ attribute when you save (<rant>and any other __whatever__ attributes -- not exactly playing nice with others</rant>)... | 00:27 |
| *** hexsprite has joined #zope3-dev | 00:27 | |
| supton | that one is Django's fault: too much magic | 00:27 |
| *** sm has quit IRC | 00:32 | |
| timte | supton: are you using zope.schema in django? | 00:35 |
| supton | timte: yeah, but having to use proxies for content objects that use django models as persistence backends | 00:36 |
| supton | and a custom descriptor called ProxyFieldProperty that sets/gets on the underlying Django model object from the plain-python, schema-driven content objects | 00:37 |
| supton | this is an experiment a colleage and I are working on | 00:37 |
| timte | ok, cool | 00:37 |
| supton | We do some Django development, but we are writing components for use in a broader context using a minimal zope CA: zope.component, zope.schema, zope.event, transaction, and a few other things | 00:38 |
| supton | but we want to use those components in Django apps too | 00:39 |
| * supton greatly prefers working with zope to Django, but finds merit with both | 00:39 | |
| timte | makes sense, you should do some ranting on the django mailing list that the models are evil | 00:39 |
| supton | probably will | 00:40 |
| *** greenman has joined #zope3-dev | 00:41 | |
| supton | I'm more likely to write a patch, though... not sure how persuasive I can be there | 00:41 |
| timte | it's great that zope.(interface,schema,event,component) are usable in pylons, django etc | 00:41 |
| supton | well, if zope.interface is usable in Django, then the other stuff can be. But obviously, there needs to be the ability to use implements() and alsoProvides() without problems or severe workarounds | 00:42 |
| timte | supton: do you have to initialize registries (like the adapter registries) or can you just use adapters right away in e.g. django without any setup? | 00:42 |
| supton | well, adapters without registry work just fine: MyAdaptedThing(context=MyThingDjangoModel()) works | 00:43 |
| supton | but yeah, if you can't declare that a model class implements an interface, adaptation becomes less natural | 00:44 |
| supton | you cannot use queryAdapter() | 00:44 |
| supton | well, I suppose you could register the adapter even if implements() isn't declared on the class having instances adapted | 00:44 |
| supton | but still | 00:44 |
| supton | utilties should work in Django just fine, though; no need to deal with models, generally | 00:45 |
| *** rmarianski has quit IRC | 00:48 | |
| *** dobee has quit IRC | 00:48 | |
| *** regebro has quit IRC | 01:06 | |
| *** jodok has quit IRC | 01:10 | |
| *** sp0cksbeard has quit IRC | 01:18 | |
| *** rmarianski has joined #zope3-dev | 01:19 | |
| *** harobed has quit IRC | 01:23 | |
| *** timte has quit IRC | 01:28 | |
| *** malthe is now known as malthe|Zzz | 01:38 | |
| *** ccomb has quit IRC | 01:46 | |
| *** ignas has quit IRC | 01:59 | |
| *** supton has quit IRC | 01:59 | |
| *** rmarianski has quit IRC | 02:02 | |
| *** npikarsky has joined #zope3-dev | 02:06 | |
| *** lucielejard has quit IRC | 02:15 | |
| *** norro has quit IRC | 02:19 | |
| *** npikarsky has quit IRC | 02:24 | |
| *** pikarsky has joined #zope3-dev | 02:25 | |
| *** danielblackburn has left #zope3-dev | 02:25 | |
| *** danielblackburn has joined #zope3-dev | 02:26 | |
| *** rmarianski has joined #zope3-dev | 02:26 | |
| *** nathany has quit IRC | 02:26 | |
| *** pikarsky has left #zope3-dev | 02:28 | |
| *** npikarsky has joined #zope3-dev | 02:30 | |
| *** npikarsky has quit IRC | 02:38 | |
| *** rmarianski has quit IRC | 02:52 | |
| *** J1m has left #zope3-dev | 03:02 | |
| *** pbugni has quit IRC | 03:04 | |
| *** danielblackburn has quit IRC | 03:32 | |
| *** niemeyer has quit IRC | 03:40 | |
| *** hexsprite has quit IRC | 03:42 | |
| *** jeffk has quit IRC | 03:44 | |
| *** reco has quit IRC | 03:50 | |
| *** deo has joined #zope3-dev | 03:55 | |
| *** danielblackburn has joined #zope3-dev | 04:14 | |
| *** lucielejard has joined #zope3-dev | 04:24 | |
| *** redir has quit IRC | 04:36 | |
| *** hexsprite has joined #zope3-dev | 04:45 | |
| *** rmarianski has joined #zope3-dev | 04:58 | |
| *** nathany has joined #zope3-dev | 05:29 | |
| *** alecm has quit IRC | 05:30 | |
| *** danielblackburn has quit IRC | 05:35 | |
| *** alga has quit IRC | 05:40 | |
| *** deo has quit IRC | 05:46 | |
| *** greenman has quit IRC | 05:46 | |
| *** rcrafton has quit IRC | 05:51 | |
| *** run|home has joined #zope3-dev | 06:04 | |
| *** lucielejard has quit IRC | 06:04 | |
| *** rmarianski has quit IRC | 06:19 | |
| *** rmarianski has joined #zope3-dev | 06:20 | |
| *** nathany has quit IRC | 06:25 | |
| *** rmarianski has quit IRC | 06:34 | |
| *** hexsprite has quit IRC | 06:41 | |
| *** pcardune has quit IRC | 06:59 | |
| *** alecm has joined #zope3-dev | 07:07 | |
| *** vimes656 has joined #zope3-dev | 07:08 | |
| *** afd_ has joined #zope3-dev | 07:17 | |
| *** redir has joined #zope3-dev | 07:28 | |
| *** redir has quit IRC | 07:45 | |
| *** RaFromBRC_ has joined #zope3-dev | 07:53 | |
| *** RaFromBRC has quit IRC | 08:03 | |
| *** philiKON has joined #zope3-dev | 08:05 | |
| *** redir has joined #zope3-dev | 08:16 | |
| *** run|home has quit IRC | 08:19 | |
| *** philiKON has quit IRC | 08:26 | |
| *** alecm has quit IRC | 08:30 | |
| *** alecm has joined #zope3-dev | 08:32 | |
| *** dobee has joined #zope3-dev | 08:33 | |
| *** redir has quit IRC | 08:35 | |
| *** jukart has joined #zope3-dev | 08:42 | |
| *** jukart has quit IRC | 08:42 | |
| *** jukart has joined #zope3-dev | 08:43 | |
| *** vimes656 has quit IRC | 08:47 | |
| *** hdima has joined #zope3-dev | 08:49 | |
| *** sorin has joined #zope3-dev | 08:57 | |
| *** sorin is now known as sorindregan | 08:58 | |
| *** pelle_ has joined #zope3-dev | 08:58 | |
| *** jodok has joined #zope3-dev | 09:00 | |
| *** RaFromBRC_ has quit IRC | 09:06 | |
| *** jayaraj has joined #zope3-dev | 09:06 | |
| *** afd_ has quit IRC | 09:08 | |
| *** stub has joined #zope3-dev | 09:08 | |
| *** __mac__ has joined #zope3-dev | 09:09 | |
| *** d2m has joined #zope3-dev | 09:26 | |
| *** pelle_ has quit IRC | 09:31 | |
| *** pelle_ has joined #zope3-dev | 09:32 | |
| jayaraj | y no activity here???? | 09:37 |
| *** sorindregan has quit IRC | 09:37 | |
| *** sorin has joined #zope3-dev | 09:40 | |
| *** sorin is now known as sorindregan | 09:40 | |
| __mac__ | no, everyone sleeping ;) | 09:48 |
| *** timte has joined #zope3-dev | 09:52 | |
| jayaraj | then wake them up.... | 09:54 |
| *** regebro has joined #zope3-dev | 09:55 | |
| jayaraj | hush the last one also slept ....zzzzzzz | 09:59 |
| *** alecm has quit IRC | 10:01 | |
| *** afd_ has joined #zope3-dev | 10:05 | |
| __mac__ | what's the problem with this, sleeping is healthy ... | 10:12 |
| *** __mac__ has quit IRC | 10:14 | |
| *** __mac__ has joined #zope3-dev | 10:15 | |
| jayaraj | make sure they are not dead.... | 10:18 |
| *** malthe|Zzz is now known as malthe | 10:21 | |
| *** toutpt has joined #zope3-dev | 10:26 | |
| *** MJ has joined #zope3-dev | 10:31 | |
| *** harobed has joined #zope3-dev | 10:32 | |
| *** tarek has joined #zope3-dev | 10:46 | |
| *** pelle_ has quit IRC | 10:48 | |
| *** pelle_ has joined #zope3-dev | 10:51 | |
| *** jpcw2002 has joined #zope3-dev | 10:55 | |
| *** goschtl has joined #zope3-dev | 10:58 | |
| *** ktwilight has joined #zope3-dev | 10:58 | |
| *** malthe has quit IRC | 11:00 | |
| __mac__ | so you require a heartbeat of everyone here? | 11:11 |
| *** ignas has joined #zope3-dev | 11:11 | |
| *** ktwilight_ has quit IRC | 11:11 | |
| __mac__ | if you have a zope-question, ask it and see how people get awake | 11:12 |
| *** __mac__ has quit IRC | 11:13 | |
| *** __mac__ has joined #zope3-dev | 11:13 | |
| *** stub has quit IRC | 11:16 | |
| *** malthe has joined #zope3-dev | 11:22 | |
| *** maurits has joined #zope3-dev | 11:28 | |
| *** reco has joined #zope3-dev | 11:34 | |
| *** quodt has joined #zope3-dev | 11:38 | |
| *** jpcw2002_ has joined #zope3-dev | 11:40 | |
| *** jpcw2002 has quit IRC | 11:49 | |
| *** mkerrin has joined #zope3-dev | 11:50 | |
| malthe | hey | 11:57 |
| malthe | how would I implement an object publisher that did not look for a view named "index" but instead look up some other name (kept with the object itself, for instance)? | 11:59 |
| malthe | or if it's not the publisher that does this, then what is it? | 11:59 |
| __mac__ | maybe you are looking for the default view? | 12:01 |
| malthe | right | 12:04 |
| malthe | I want to override it, you might say. | 12:04 |
| *** ccomb has joined #zope3-dev | 12:04 | |
| *** yvl has left #zope3-dev | 12:04 | |
| malthe | it's a dynamic view implementation that I'm looking for, i.e. I would adapt the context to IDynamicView and get the view name. | 12:05 |
| __mac__ | there is a zcml directive to set the default view | 12:05 |
| *** npikarsky has joined #zope3-dev | 12:06 | |
| *** npikarsky has quit IRC | 12:07 | |
| *** goschtl_ has joined #zope3-dev | 12:08 | |
| malthe | __mac__: what interface does it provide ultimately? | 12:10 |
| __mac__ | don | 12:10 |
| __mac__ | 't know | 12:10 |
| *** goschtl__ has joined #zope3-dev | 12:11 | |
| malthe | k i'll search for it | 12:11 |
| jayaraj | i would like to know is there any way in zope3 to implement client side logics.... | 12:12 |
| *** menesis has joined #zope3-dev | 12:12 | |
| jayaraj | like we can do with aplet or javascript | 12:13 |
| malthe | jayaraj: how would that work? | 12:13 |
| jayaraj | i want to perform some operation at client side! is it possible in zope3 | 12:14 |
| jayaraj | if there is no dirrect method.... next Qn is... can i integrate client side scripts with zope3? | 12:15 |
| malthe | jayaraj: sure you can; but if it's client-side, then it's flash/air/javascript, right? | 12:16 |
| malthe | has nothing to do with Zope. | 12:16 |
| jayaraj | ic | 12:16 |
| malthe | jayaraj: but you can have Zope implement views that can be called from javascript. | 12:17 |
| jayaraj | thanks... i am in the middle of a feasibility study... :) | 12:17 |
| malthe | providing text, xml, json, whatever it is you need. | 12:17 |
| malthe | jayaraj: look into KSS as well; it's server-side control of the client. | 12:18 |
| malthe | it's quite mature but does not round-trips for each interaction. | 12:18 |
| malthe | s/not/need | 12:18 |
| jayaraj | yep i ll look for it | 12:18 |
| *** goschtl has quit IRC | 12:24 | |
| romanofski | a | 12:26 |
| romanofski | bzzz | 12:26 |
| *** goschtl_ has quit IRC | 12:28 | |
| *** afd_ has quit IRC | 12:44 | |
| *** afd_ has joined #zope3-dev | 12:45 | |
| malthe | __mac__: zope.component.bbb.interfaces.IDefaultViewName --- seems it's deprecated though. | 12:57 |
| __mac__ | hmm | 12:58 |
| malthe | seems it's zope.app.publisher.browser.IDefaultViewNameAPI that I need to implement. | 12:59 |
| malthe | It seems everything concerning this is deprecated; funny that they never mention what's taking over. | 13:02 |
| *** MJ is now known as MJ|lunch | 13:02 | |
| __mac__ | see http://wiki.zope.org/zope3/ZCMLBrowserViewDirectiveSimplification | 13:06 |
| __mac__ | there seems to be no replacement for IDefaultViewName | 13:06 |
| malthe | proposes to make `index.html` the default view name. | 13:08 |
| malthe | must be overridable though | 13:08 |
| malthe | it's not even obvious where it defines this name as the default. | 13:11 |
| *** jpfarias_ has joined #zope3-dev | 13:25 | |
| *** pyqwer has joined #zope3-dev | 13:35 | |
| *** malthe has left #zope3-dev | 13:47 | |
| *** malthe has joined #zope3-dev | 13:48 | |
| *** jpfarias_ has left #zope3-dev | 13:51 | |
| *** jayaraj has quit IRC | 13:52 | |
| *** afd_ has quit IRC | 13:52 | |
| *** jayaraj has joined #zope3-dev | 13:55 | |
| *** MJ|lunch is now known as MJ | 14:00 | |
| *** danielblackburn has joined #zope3-dev | 14:03 | |
| *** niemeyer has joined #zope3-dev | 14:03 | |
| *** __shon has joined #zope3-dev | 14:09 | |
| *** danielblackburn has quit IRC | 14:22 | |
| *** danielblackburn has joined #zope3-dev | 14:23 | |
| *** danielblackburn has quit IRC | 14:28 | |
| *** alga has joined #zope3-dev | 14:33 | |
| *** wiggy has joined #zope3-dev | 14:35 | |
| *** jayaraj has quit IRC | 14:47 | |
| *** __shon has quit IRC | 14:58 | |
| hazmat | malthe, traverser browserDefault | 14:58 |
| malthe | hazmat: yep found it | 14:58 |
| *** rcrafton has joined #zope3-dev | 14:59 | |
| *** ghendi has joined #zope3-dev | 15:09 | |
| *** redir has joined #zope3-dev | 15:11 | |
| *** benji has joined #zope3-dev | 15:15 | |
| *** baijum has joined #zope3-dev | 15:22 | |
| *** benji has quit IRC | 15:42 | |
| *** redir has quit IRC | 15:43 | |
| *** danielblackburn has joined #zope3-dev | 15:50 | |
| *** norro has joined #zope3-dev | 15:52 | |
| *** baijum has quit IRC | 15:54 | |
| *** pelle_ has quit IRC | 16:05 | |
| *** rcrafton has quit IRC | 16:10 | |
| *** J1m has joined #zope3-dev | 16:19 | |
| *** benji has joined #zope3-dev | 16:20 | |
| *** lucielejard has joined #zope3-dev | 16:20 | |
| *** timte has quit IRC | 16:21 | |
| *** timte has joined #zope3-dev | 16:21 | |
| *** jodok has quit IRC | 16:29 | |
| *** rcrafton has joined #zope3-dev | 16:31 | |
| *** sp0cksbeard has joined #zope3-dev | 16:32 | |
| *** timte has quit IRC | 16:40 | |
| hazmat | is it possible to do role based ui without resorting to different app urls by role? | 16:41 |
| wiggy | add roles on traversal? | 16:43 |
| ignas | or do not use @@ to lookup views and write your own view lookup mechanism | 16:45 |
| *** zagy has quit IRC | 16:47 | |
| hazmat | auth takes place after traversal afaik | 16:48 |
| *** menesis has quit IRC | 16:49 | |
| *** timte has joined #zope3-dev | 16:52 | |
| *** zagy has joined #zope3-dev | 16:55 | |
| *** alecm has joined #zope3-dev | 16:56 | |
| *** afd_ has joined #zope3-dev | 16:59 | |
| *** kursor has joined #zope3-dev | 17:00 | |
| *** alecm has quit IRC | 17:02 | |
| *** __gotcha has joined #zope3-dev | 17:04 | |
| *** Doc_Dan has joined #zope3-dev | 17:05 | |
| *** norro has quit IRC | 17:08 | |
| *** ghendi has quit IRC | 17:17 | |
| *** sorindregan has quit IRC | 17:20 | |
| *** hdima has quit IRC | 17:27 | |
| *** jbonilla has joined #zope3-dev | 17:29 | |
| *** philiKON has joined #zope3-dev | 17:36 | |
| *** kursor has quit IRC | 17:39 | |
| *** jpcw2002_ has left #zope3-dev | 17:39 | |
| *** nathany has joined #zope3-dev | 17:43 | |
| *** rmarianski has joined #zope3-dev | 17:44 | |
| jbonilla | anyone come across ZODB.POSException.ConflictError when working with AJAX? Seems like Zope doesn't handle concurrent updates to the same persistent object. | 17:46 |
| wiggy | zope isn't supposed to | 17:46 |
| philiKON | zope actually rarely can | 17:49 |
| bigkevmcd | depends on the object I suppose | 17:50 |
| jbonilla | i was expecting a wait/retry behavior. | 17:51 |
| philiKON | it does that | 17:51 |
| philiKON | up to a certain limit | 17:51 |
| *** menesis has joined #zope3-dev | 17:52 | |
| jbonilla | I see. Surprised the limit was reached in this case. I'm sending 3 or 4 concurrent requests. | 17:53 |
| *** mgedmin has joined #zope3-dev | 17:54 | |
| philiKON | well, if they are bound to change the same object, you're provoking this behaviour | 17:54 |
| philiKON | better send 1 | 17:54 |
| jbonilla | yeah, I have an app with lots of publish/subscribe behavior in dojo. If I change those AJAX calls to synchronous, everything works. But the UI feels slow since each of those calls are blocking. | 17:58 |
| *** sm has joined #zope3-dev | 18:00 | |
| benji | jbonilla: and all those requests change the same object? | 18:01 |
| jbonilla | yes | 18:01 |
| *** TheSkrill has joined #zope3-dev | 18:02 | |
| jbonilla | differnt attributes on the object, but same object. | 18:02 |
| benji | I'd look at either combining the write requests or splitting the object. | 18:03 |
| *** jukart has quit IRC | 18:07 | |
| *** wiggy has quit IRC | 18:10 | |
| *** norro has joined #zope3-dev | 18:14 | |
| *** MJ has quit IRC | 18:16 | |
| *** pcardune has joined #zope3-dev | 18:23 | |
| *** goschtl__ has quit IRC | 18:25 | |
| *** RaFromBRC has joined #zope3-dev | 18:27 | |
| TheSkrill | hey all, is it safe to use a NameChooser that stores a 'nextId' attr in the container and increments it for each chooseName() call? | 18:30 |
| TheSkrill | I'm mostly concerned with race conditions. | 18:30 |
| mgedmin | I think it's not polite to stick your attributes on other objects | 18:34 |
| mgedmin | how about using an annotation? | 18:34 |
| mgedmin | IAnnotations(container)['yourpackage.yourcontainer'] = nextId | 18:35 |
| hazmat | TheSkrill, its more a spot for conflicts if there are concurrent content creations, than race conditions | 18:36 |
| *** rmarianski has quit IRC | 18:43 | |
| *** rmarianski has joined #zope3-dev | 18:44 | |
| *** quodt has quit IRC | 18:47 | |
| *** quodt has joined #zope3-dev | 18:48 | |
| *** pyqwer has quit IRC | 18:55 | |
| *** srichter has joined #zope3-dev | 19:00 | |
| *** ChanServ sets mode: +o srichter | 19:00 | |
| *** dobee has quit IRC | 19:02 | |
| TheSkrill | mgedmin, thanks thats a good idea | 19:05 |
| *** jukart has joined #zope3-dev | 19:05 | |
| TheSkrill | hazmat, my consern is when running two instances in front of a ZEO server. would there be an issue with two items reciving the same id? | 19:07 |
| *** alecm has joined #zope3-dev | 19:07 | |
| *** pcardune has quit IRC | 19:08 | |
| *** __gotcha has quit IRC | 19:17 | |
| *** agroszer has joined #zope3-dev | 19:20 | |
| *** malthe has quit IRC | 19:24 | |
| *** jukart has quit IRC | 19:30 | |
| *** quodt has quit IRC | 19:31 | |
| *** rocky is now known as rocky|away | 19:31 | |
| *** harobed has quit IRC | 19:34 | |
| *** pbugni has joined #zope3-dev | 19:36 | |
| *** jukart has joined #zope3-dev | 19:40 | |
| *** danielblackburn has quit IRC | 19:43 | |
| *** toutpt has quit IRC | 19:46 | |
| *** jukart_ has joined #zope3-dev | 19:46 | |
| *** jukart__ has joined #zope3-dev | 19:48 | |
| *** jukart has quit IRC | 19:49 | |
| *** jukart__ is now known as jukart | 19:49 | |
| *** whitmo has joined #zope3-dev | 19:49 | |
| *** edgordon has joined #zope3-dev | 20:02 | |
| *** jukart_ has quit IRC | 20:05 | |
| *** whit has quit IRC | 20:05 | |
| *** lucielejard has quit IRC | 20:09 | |
| *** pcardune has joined #zope3-dev | 20:09 | |
| *** wiggy has joined #zope3-dev | 20:10 | |
| *** csmiga has joined #zope3-dev | 20:16 | |
| *** csmiga has left #zope3-dev | 20:16 | |
| *** maurits has quit IRC | 20:17 | |
| *** ignas has quit IRC | 20:18 | |
| *** pbugni has quit IRC | 20:23 | |
| *** mkerrin has quit IRC | 20:28 | |
| *** b52lap has quit IRC | 20:34 | |
| *** b52lap has joined #zope3-dev | 20:36 | |
| *** danielblackburn has joined #zope3-dev | 20:36 | |
| *** rcrafton has quit IRC | 20:44 | |
| *** rcrafton has joined #zope3-dev | 20:44 | |
| *** ignas has joined #zope3-dev | 20:47 | |
| *** edgordon has quit IRC | 20:48 | |
| *** jukart has quit IRC | 20:48 | |
| *** pcardune has quit IRC | 20:50 | |
| *** sm has quit IRC | 20:51 | |
| *** sm has joined #zope3-dev | 20:51 | |
| *** lucielejard has joined #zope3-dev | 21:00 | |
| *** kursor has joined #zope3-dev | 21:04 | |
| *** edgordon has joined #zope3-dev | 21:06 | |
| *** pelle_ has joined #zope3-dev | 21:13 | |
| *** jsadjohnson has quit IRC | 21:23 | |
| *** pcardune has joined #zope3-dev | 21:23 | |
| *** jukart has joined #zope3-dev | 21:28 | |
| *** whitmo has quit IRC | 21:31 | |
| *** malthe has joined #zope3-dev | 21:32 | |
| *** agroszer_ has joined #zope3-dev | 21:33 | |
| *** jukart has quit IRC | 21:34 | |
| *** agroszer_ has quit IRC | 21:35 | |
| *** harobed has joined #zope3-dev | 21:42 | |
| *** agroszer has quit IRC | 21:46 | |
| *** fcorrea has joined #zope3-dev | 21:47 | |
| *** whitmo__________ has joined #zope3-dev | 21:54 | |
| benji | whitmo__________: what a beautiful, long tail you have | 22:01 |
| *** kursor has quit IRC | 22:01 | |
| *** whit has joined #zope3-dev | 22:06 | |
| *** reco has quit IRC | 22:11 | |
| *** whitmo__________ has quit IRC | 22:11 | |
| *** supton has joined #zope3-dev | 22:12 | |
| supton | zope.mimetype has an | 22:12 |
| supton | zope.mimetype has an | 22:12 |
| *** markusleist has joined #zope3-dev | 22:12 | |
| supton | zope.mimetype has an 'unadvertised' dependency on zope.publisher, it seems | 22:12 |
| *** jodok has joined #zope3-dev | 22:13 | |
| supton | zope.mimetype.typegetter imports zope.publisher.contenttype for two functions... | 22:13 |
| supton | makes for complex dependency chain, which might be unneeeded? | 22:13 |
| supton | dep of zope.publisher yields need for a bunch of zope.app.* deps, which seem extraneous in a minimal CA application | 22:14 |
| supton | that just needs to read in files | 22:14 |
| supton | I'm looking to do type guessing using file magic; there are other python libraries to do this, but I thought I would try zope.mimetype first in my app (which is using zope.component and zope.schema only). | 22:15 |
| wiggy | I'ld suggest bringing it up on the zope-dev list | 22:16 |
| supton | yeah, likely will do that | 22:16 |
| *** toutpt has joined #zope3-dev | 22:16 | |
| *** danielblackburn has quit IRC | 22:19 | |
| *** zagy has quit IRC | 22:30 | |
| *** jodok_ has joined #zope3-dev | 22:38 | |
| *** natea has quit IRC | 22:38 | |
| *** danielblackburn has joined #zope3-dev | 22:39 | |
| *** markusleist has quit IRC | 22:45 | |
| *** rmarianski has quit IRC | 22:46 | |
| *** rmarianski has joined #zope3-dev | 22:47 | |
| *** b52lap has quit IRC | 22:47 | |
| *** TheSkrill has quit IRC | 22:48 | |
| *** sm has quit IRC | 22:51 | |
| *** jodok has quit IRC | 22:55 | |
| *** b52laptop has joined #zope3-dev | 23:14 | |
| *** jeffk has joined #zope3-dev | 23:15 | |
| *** edgordon has quit IRC | 23:19 | |
| *** natea_ has joined #zope3-dev | 23:21 | |
| *** pelle_ has quit IRC | 23:25 | |
| *** edgordon has joined #zope3-dev | 23:27 | |
| *** reco has joined #zope3-dev | 23:28 | |
| *** edgordon has quit IRC | 23:31 | |
| *** afd_ has quit IRC | 23:35 | |
| *** alga has quit IRC | 23:36 | |
| *** d2m has quit IRC | 23:39 | |
| *** RaFromBRC is now known as RaFromBRC|lunch | 23:49 | |
| *** reco has quit IRC | 23:49 | |
| *** sp0cksbeard has quit IRC | 23:56 | |
| *** menesis has quit IRC | 23:57 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!