Re: [BangPypers] open interactive calendar from interpreter

2012-06-11 Thread Arvind K
On 11 June 2012 19:46, Shashidhar Paragonda wrote: > Dear Python Hackers, > > >>> I am writing some testing tool in python, I test through > interpreter / command-line > >>> My requirement is i have to enter complete timestamp / date > everytime to check some data from within date ran

[BangPypers] open interactive calendar from interpreter

2012-06-11 Thread Shashidhar Paragonda
Dear Python Hackers, >>> I am writing some testing tool in python, I test through interpreter / command-line >>> My requirement is i have to enter complete timestamp / date everytime to check some data from within date range like: 11-06-2010 to 11-06-2012 >>> raw_input(

Re: [BangPypers] Can we simulate USB using python

2012-06-11 Thread Vishal
On Mon, Jun 11, 2012 at 4:51 PM, Nitin Kumar wrote: > Hi All, > > We use VMWare virtual machine for testing purpose with script in Python. > We want to test some USB functionality, Ex: "When USB is plugged In, we > expect a Pop up". > > So need to simulate USB on VM, Is this possible using python

[BangPypers] Can we simulate USB using python

2012-06-11 Thread Nitin Kumar
Hi All, We use VMWare virtual machine for testing purpose with script in Python. We want to test some USB functionality, Ex: "When USB is plugged In, we expect a Pop up". So need to simulate USB on VM, Is this possible using python (or any 3rd party module of python)? If then please suggest. --