Re: karaage

2010-07-16 Thread Brian May
On 16 July 2010 17:58, Toni Mueller wrote: > I'd guess that this translates to your Django app in the following way: > > settings.py becomes eg. > > execfile("/etc/karaage/settings.py") Thanks! This seems a really good answer. Furthermore, looks like I should be able to do setup default variable

Re: apply join the Python Modules Packaging Team

2010-07-16 Thread Piotr Ożarowski
[wen heping, 2010-07-14] >I like python and Debian and I hope I can do more for them, > I should be happy if I can join the python modules packaging team. You're in. Welcome :-) >Currently I maintain python-tables in Debian. there's a new upstream version available, it's a good excuse to

Re: karaage

2010-07-16 Thread Toni Mueller
Hi, On Fri, 16.07.2010 at 10:03:24 +1000, Brian May wrote: > python path, and then karaage can import then using "import > karaage.conf.settings" for example. Use of dist-utils and cdbs makes > the debian/rules file very simple. > > However, from the point of view of the package, it would be

Re: [Half-OT] Plone and: Re: python 2.6 deb for lenny ?

2010-07-16 Thread Toni Mueller
Hi, On Thu, 15.07.2010 at 16:50:02 -0400, Michael Mulich wrote: > So I'm fairly stuck at this point, but I'm not giving up. I'm going > to package plone no matter how many times it kicks me in the head > (or at least until brain damage ensues). Any one else feel like > joining me? :) I didn't r

Re: karaage

2010-07-16 Thread Floris Bruynooghe
On Fri, Jul 16, 2010 at 10:03:24AM +1000, Brian May wrote: > At present our (planned but not implemented) approach is to have our > python dist-utils script create a directory karaage/conf under the > python path, and then karaage can import then using "import > karaage.conf.settings" for example.