Re: Minimal Linux system to run Python

2007-04-14 Thread half . italian
You basically just want to create a new startup mode, with only the needed modules loaded, and then set the system to boot up into that mode. I messed around with it a bit awhile ago, and managed to modify run-level 3 to accomplish what i wanted. After it had done one part of its thing, a python

My Tkinter Threading nightmare

2007-01-24 Thread half . italian
Hi all, I don't really understand how to properly use threading in my programs, however I have managed to get by so far using them improperly. Once again I have come up to what I think is something that won't work because of the way the program is set up. I have a long running process running un

Re: Fast Imaging for Webserver

2007-01-25 Thread half . italian
On Jan 24, 10:46 pm, "Prateek" <[EMAIL PROTECTED]> wrote: > Hi. I'm creating a web-application using CherryPy 2.2.1. My application > needs to process images (JPG/PNG files) to > > 1) create thumbnails (resize them) > 2) overlay them on a custom background (a simple frame) > 3) Overlay 'badges' (s

Re: My Tkinter Threading nightmare

2007-01-25 Thread half . italian
On Jan 24, 7:35 pm, Paul Rubin wrote: > Paul Rubin writes: > > def idle(self): > > # read and execute any commands waiting on the queue > > while True: > > try: > >func, args, kw = self.cmd_qu

Re: Mounting shares with python

2007-01-30 Thread half . italian
On Jan 26, 10:27 am, Bjoern Schliessmann wrote: > Marcpp wrote: > > Hi, when i mount a share with python... > > > os.system ("mount -t smbfs -o username=nobody ...") > > > the problem is that I'll to be root. > > Consider modifying /etc/fstab. > > > Have a comand to send a root password...? > > I'

<    1   2