[02:35] < plaes> hey guys
[02:35] < plaes> do you have any plans to separate out axon from the main tarball?
[02:46] < plaes> also, where can I report bugs?
[08:25] *** vmlemon_ has joined #kamaelia
[08:31] *** Uraeus has joined #kamaelia
[08:36] *** Dgjgj has joined #kamaelia
[08:36] *** Dgjgj is now known as vmlemon_
[08:36] *** vmlemon has joined #kamaelia
[11:03] *** wyleu has joined #kamaelia
[11:23] *** Uraeus_ has joined #kamaelia
[11:25] *** Uraeus_ is now known as Uraeus
[13:46] *** SamHasler has joined #kamaelia
[14:05] *** vmlemon_ has joined #kamaelia
[14:07] < vmlemon_> Hi
[14:38] *** MS- has joined #kamaelia
[14:39] *** MS- reads back log
[14:39] < MS-> plaes: "where can I report bugs" - the place to report bugs is currently the mailing list
[14:39] < MS-> which is a google group - http://groups.google.com/group/kamaelia
[14:39] < plaes> cool..
[14:40] < plaes> also, I tried to do the tutorial, but the example code didn't work...
[14:40] < MS-> re seperating (back) out Axon, that's interesting - I hadn't specifically planned to do so at the moment, but a seperate release is relatively simple since it's maintained separately
[14:40] < MS-> (in terms of code tree, examples, docs locations)
[14:40] < plaes> also, I couldn't find tests...
[14:41] < plaes> execpt few of them scattered throughout the tree
[14:42] < MS-> http://code.google.com/p/kamaelia/source/browse/trunk/Tests/Python/Axon/
[14:42] < MS-> The examples in the release form acceptance tests primarily fwiw
[14:43] < MS-> regarding separately releasing Axon, I'll probably do a build of an Axon tar ball this weekend if there's interest
[14:44] < MS-> (Primarily because Kamaelia - 0.7.0 is due out that weekend as well, and will built at the same time)
[14:44] < MS-> As per: http://www.kamaelia.org/ReleaseProgress070
[14:50] < plaes> cool
[14:50] *** plaes has also Gentoo ebuild for 0.6.0
[14:52] < plaes> now.. I was playing with MiniAxon tutorial
[14:53] < plaes> in section 2. Scheduler ...
[14:53] < plaes> I have written the code as it is..
[14:53] < plaes> and when I try to import it in python, I get following error:
[14:54] < plaes> http://paste.pocoo.org/show/92530/
[14:57] < MS-> OK, I've just copied and pasted
[14:57] < MS-> http://www.kamaelia.org/MiniAxon/?tab=3&sat=2
[14:57] < MS-> and
[14:57] < MS-> http://www.kamaelia.org/MiniAxon/?tab=2&mat=2
[14:57] < MS-> into a file
[14:58] < MS-> called miniaxon.py
[14:58] < MS-> and from the command line typed
[14:58] < MS-> (or rather inside a python prompt)
[14:58] < MS-> >>> from miniaxon import scheduler
[14:58] < MS-> >>>
[14:58] < MS-> and that works fine
[14:58] < MS-> http://pastebin.com/m5237f009
[15:00] < plaes> aha..
[15:00] < plaes> it works when these are both in one file
[15:00] < plaes> it might be picking something else up from pythonpath
[15:00] < MS-> http://pastebin.com/m607369fe
[15:00] < MS-> is the longer thing
[15:00] < MS-> maybe
[15:01] < plaes> thank you :)
[15:01] < MS-> You're welcome :-)
[15:01] < MS-> I'll add a note to be more explicit about being in the same file :-)
[15:05] < plaes> ouch
[15:05] < MS-> ouch?
[15:05] < plaes> some of the axon files do "/usr/bin/env python2.3"
[15:05] < MS-> really?
[15:06] < vmlemon_> kamlogbot: dance
[15:06] Reply: does the macarena
[15:06] < plaes> in 0.6.0 tarball at least
[15:06] < MS-> These files:
[15:06] < MS-> Axon/AdaptiveCommsComponent.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/AxonExceptions.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/Component.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/CoordinatingAssistantTracker.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/debugConfigDefaults.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/debugConfigFile.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/Microprocess.py:#!/usr/bin/env python2.3
[15:06] < MS-> Axon/Postoffice.py:#!/usr/bin/env python2.3
[15:07] < MS-> Axon/Scheduler.py:#!/usr/bin/env python2.3
[15:07] < MS-> That line should be ignored by python & shell actually
[15:07] < MS-> (which is why I don't hit a problem)
[15:07] < plaes> yeah, but still :)
[15:07] < MS-> since they're always pulled in using
[15:07] < MS-> well yes
[15:07] < MS-> But that's the reason it'd been missed :)
[15:08] < MS-> I'll fix that
[15:11] *** Davbo has joined #kamaelia
[15:12] < vmlemon_> Hi Davbo
[15:14] < MS-> fixed: http://code.google.com/p/kamaelia/source/detail?r=5512
[15:15] *** MS- leaves for home
[15:15] < MS-> biab
[15:15] *** MS- has parted #kamaelia
[15:15] < elvum> bah
[15:16] < elvum> given that speediness, I was going to get him to fix lots of non-kamaelia things
[15:16] < plaes> :D
[16:40] *** wyleu has joined #kamaelia
[16:46] *** Davbo has joined #kamaelia
[17:17] < Davbo> Hey all
[17:36] *** vmlemon_ has joined #kamaelia
[17:38] < vmlemon_> Hi
[17:42] < vmlemon_> Hah, "The Internet is a system for transmitting packets of information fast, but unreliably. TCP/IP stacks reliability on top of the Internet. HTTP stacks a standardized protocol for interacting with URLs on top of TCP/IP. The WWW stacks funny cat pictures on top of HTTP. That's how I see it."
[17:42] < Davbo> Hey vmlemon_, brb
[17:45] *** Davbo has joined #kamaelia
[18:16] *** vmlemon_ has joined #kamaelia
[19:27] *** vmlemon_ has joined #kamaelia
[19:41] *** Uraeus has joined #kamaelia
[21:48] *** MS- has joined #kamaelia
[21:48] < MS-> evening
[21:49] < vmlemon_> Hi MS-
[22:19] *** Davbo has joined #kamaelia
[22:21] < MS-> Davbo: evening
[22:22] < Davbo> evening MS-