Re: using input(), raw_input() to allow user to run different functions

2009-06-30 Thread rhvonl...@gmail.com
On Jun 29, 5:22 pm, MRAB wrote: > rhvonl...@gmail.com wrote: > > Something's been giving me difficulty.. > > > We have a USB-attached device that we frequently debug with simple > > python scripts.  The model has always been that each script logs on to > > the device, does something, then logs off

Re: using input(), raw_input() to allow user to run different functions

2009-06-29 Thread MRAB
rhvonl...@gmail.com wrote: Something's been giving me difficulty.. We have a USB-attached device that we frequently debug with simple python scripts. The model has always been that each script logs on to the device, does something, then logs off. As it turns out, we have mostly written scripts

Re: using input(), raw_input() to allow user to run different functions

2009-06-29 Thread Chris Rebert
On Mon, Jun 29, 2009 at 2:41 PM, rhvonl...@gmail.com wrote: > Something's been giving me difficulty.. > > We have a USB-attached device that we frequently debug with simple > python scripts.  The model has always been that each script logs on to > the device, does something, then logs off.  As it t