On Thu, 17 Jun 2010 03:44:58 am Jeff Johnson wrote:
> I will send you my python script that reads and writes to a windows
> style .ini file if you want me to.
How is your script different from the standard ConfigParser module?
--
Steven D'Aprano
___
Pete O'Connell wrote:
Hi I was wondering if anyone could give me some insight as to the best
way to get and save variables from a user the first time a script is
opened. For example if the script prompts something like "What is the
path to the folder?" and the result is held in a variable calle
> On Tue, Jun 15, 2010 at 2:27 PM, Pete O'Connell
> wrote:
>> Hi I was wondering if anyone could give me some insight as to the best way
>> to get and save variables from a user the first time a script is opened. For
>> example if the script prompts something like "What is the path to the
>> fold
Steven D'Aprano wrote:
On Tue, 15 Jun 2010 10:27:43 pm Pete O'Connell wrote:
Hi I was wondering if anyone could give me some insight as to the
best way to get and save variables from a user the first time a
script is opened. For example if the script prompts something like
"What is the path t
On Tue, 15 Jun 2010 10:27:43 pm Pete O'Connell wrote:
> Hi I was wondering if anyone could give me some insight as to the
> best way to get and save variables from a user the first time a
> script is opened. For example if the script prompts something like
> "What is the path to the folder?" and th
On Tue, Jun 15, 2010 at 2:27 PM, Pete O'Connell wrote:
> Hi I was wondering if anyone could give me some insight as to the best way
> to get and save variables from a user the first time a script is opened. For
> example if the script prompts something like "What is the path to the
> folder?" and
Pete O'Connell wrote:
Hi I was wondering if anyone could give me some insight as to the best
way to get and save variables from a user the first time a script is
opened. For example if the script prompts something like "What is the
path to the folder?" and the result is held in a variable calle
Hi I was wondering if anyone could give me some insight as to the best way
to get and save variables from a user the first time a script is opened. For
example if the script prompts something like "What is the path to the
folder?" and the result is held in a variable called thePath, what is the
bes