fcattai / pyinex

Automatically exported from code.google.com/p/pyinex
0 stars 0 forks source link

Not an issue - just a question #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looks great so far.  One of the nice things about VBA is that it is easy to 
get some user input along the way through things like:
SS = InputBox("Enter the Social Security Number:", "Get person", "")

Is there a simple way of doing this within a Python script?  

ss=raw_input("Enter the social") does not work, and would in any case be a 
bit console-y if  you know what I mean.

Of course I would 100 times rather write in Python than VBA, but it would 
be nice if there were a way around this.  Perhaps I just have to do the 
wxpython or Tkinter thing, assuming this works from pyinex.

Kind regards
Phil Ellis
philipjellis at gmaildotcom

Original issue reported on code.google.com by philipje...@gmail.com on 20 May 2010 at 2:32