Looks like Tkinter is the way to do it.
There's always a way with Python - good stuff!
--
http://mail.python.org/mailman/listinfo/python-list
goldtech wrote:
> I want to have an HTML form from a local local html file write a text
> field's data to a local text file.
>
> I have no client or server side tools like PHP, JAVA. I don't know
> JavaScript. I can not add anything to the workstation I am using. It's
> going to have to be a clien
goldtech <[EMAIL PROTECTED]> writes:
> I have no client or server side tools like PHP, JAVA. I don't know
> JavaScript. I can not add anything to the workstation I am using. It's
> going to have to be a client-side solution - there's no CGI on the
> server, no PHP.
Oh wait, you're trying to write
I want to have an HTML form from a local local html file write a text
field's data to a local text file.
I have no client or server side tools like PHP, JAVA. I don't know
JavaScript. I can not add anything to the workstation I am using. It's
going to have to be a client-side solution - there's no