Re: Python, Daemons and D-Bus

2008-05-24 Thread PurpleServerMonkey
On May 25, 5:46 am, Sebastian 'lunar' Wiesner <[EMAIL PROTECTED]> wrote: > [ PurpleServerMonkey <[EMAIL PROTECTED]> ] > > > Would you use D-Bus or a more traditional IPC method such as sockets? > > Although D-Bus is relatively new it looks interesting, just

Python, Daemons and D-Bus

2008-05-24 Thread PurpleServerMonkey
Seeking feedback from group members on a design I'm looking at using in a project. I've created an XML-RPC server and a number of Daemons, the idea is that the XML-RPC server gets a request from a user interface of some sort and then sends data to the Daemon processes to do work. Daemons will also

distutils as an application installer?

2008-03-31 Thread PurpleServerMonkey
Was hoping someone could take a quick look at my distutils problem and give it a quick sanity check. Basically I have a server application (for Linux) that I want to install to /usr/local/, this location would have subdirectories for the daemon scripts, log files, plugins etc. After reading a bun

Re: Distributing Python Apps on Linux\BSD

2008-03-22 Thread PurpleServerMonkey
On Mar 22, 2:26 am, Miki <[EMAIL PROTECTED]> wrote: > Hello, > > Disclaimer: I'm not an expert on the subject. > > > Setuptools and friends seem to be focused on distributing modules, I'm > > at the other end of the scale where I want to distribute an entire > > application so that an Administrator

Distributing Python Apps on Linux\BSD

2008-03-20 Thread PurpleServerMonkey
Working on a rather large open source python application that I want to release for Linux and BSD and was wondering what methods others are using to distribute large and complex applications. Setuptools and friends seem to be focused on distributing modules, I'm at the other end of the scale where

Re: Web Interface Recommendations

2008-01-30 Thread PurpleServerMonkey
On Jan 30, 8:08 pm, Bruno Desthuilliers wrote: > PurpleServerMonkey a écrit : > (snip) > > > Out of the major frameworks is there one that stands out as being > > particularly well suited for what I'm trying to do? > > > Django and CherryPy are on the shor

Re: Web Interface Recommendations

2008-01-29 Thread PurpleServerMonkey
On Jan 30, 12:55 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jan 30, 12:00 pm, PurpleServerMonkey <[EMAIL PROTECTED]> > wrote: > > > > > Looking for suggestions on the best framework to use for an > > applications web interface. > > > The us

Web Interface Recommendations

2008-01-29 Thread PurpleServerMonkey
Looking for suggestions on the best framework to use for an applications web interface. The user interface doesn't need immediate feedback and will be cross platform so a web interface is a good solution especially since it operates as a client\server system and not standalone. However there's ju

Re: Struct.Pack and Binary files

2008-01-28 Thread PurpleServerMonkey
On Jan 28, 1:48 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2008-01-28, PurpleServerMonkey <[EMAIL PROTECTED]> wrote: > > > Having trouble working out an appropriate format string for packing a > > binary file. > > > The below is something I use f

Struct.Pack and Binary files

2008-01-27 Thread PurpleServerMonkey
Having trouble working out an appropriate format string for packing a binary file. The below is something I use for ASCII files but now I need something equivalent for working with binary files i.e jpg, zips etc. fileHandle = open("test.txt") while loop: fileBuffer = fileHandle.read(