On Monday 02 March 2009 18:38:06 Matthew Miles Clark wrote:
> Thanks for taking a look at this.  All in all I'm very impressed by
> Kamaelia and look forward to working with it.

Glad to hear that. :-)

Incidentally, I've looked at this:

> data_files=[ ('share/kamaelia', ['App/kamaelia_logo.png']) ],
>
> and it seemed to work (it place the logo under the egg directory in
> share/kamaelia).

And it seems that I can get at the logo this way:
>>> os.listdir(os.path.join(os.path.join(Kamaelia.__file__[:Kamaelia.__file__.rfind("Kamaelia/")],
>>>  "share"),"kamaelia"))
['kamaelia_logo.png']

Which seems OK. I want to check that on Mac OS X and Windows before
merging that though. (it's nice to be able to pull the logo into some
components)

Regards,


Michael.
-- 
http://yeoldeclue.com/blog
http://twitter.com/kamaelian
http://www.kamaelia.org/Home

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"kamaelia" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/kamaelia?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to