Re: Coin-operated kiosk written in python -- need some help...

2005-08-20 Thread Juha-Matti Tapio
Jon Monteleone <[EMAIL PROTECTED]> wrote: > The OS I am using is linux distro fedora core 4 (RH, version 10 I think). > The first > question I have is exactly as you mention in 1. I need to have the gui > running from > machine bootup to shutdown. I wrote a bash daemon init script to turn my

Re: Coin-operated kiosk written in python -- need some help...

2005-08-18 Thread Jon Monteleone
: "Sells, Fred" <[EMAIL PROTECTED]> To: "Jon Monteleone" <[EMAIL PROTECTED]>; Sent: Friday, August 19, 2005 5:01 AM Subject: RE: Coin-operated kiosk written in python -- need some help... I've done a similar app, but it keeps a gui up awaiting a timeclock pun

RE: Coin-operated kiosk written in python -- need some help...

2005-08-18 Thread Sells, Fred
I've done a similar app, but it keeps a gui up awaiting a timeclock punch. You need to tackle this in phases: 1. what os and get the gui to start at bootup. 2. start a separate thread that reads/blocks on the coin. you need more specific questions to get better help -Original Message- Fro