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
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
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
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
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
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
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
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
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
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(
10 matches
Mail list logo