The attached file should fix the faulty Tk that was downloaded with
ActivePython 203. You should be able to launch it straight from your
mail program or else you could save it to a file and then launch it by
double clicking the icon. If you prefer to use the command line you
could type:
pyppm in
Some small problems remain with build 203.
Using Ctrl F within the Help searches the PythonWin
current text window and not, as with Scite the Help's
text.
PythonWin and wxPython are not completely happy
living with each other. One problem may be the mass
of names which are imported into a wx jo
You are right Don and I just figured that out last night. I'm trying to
fix it as quickly as I can but it is tricky on the weekend to find the
right people...sorry for the inconvenience!!! Anyone who has not
downloaded ActivePython 203 is encouraged to wait until Tuesday when
this will be correcte
Your build of TK is broken.
>>> from Tkinter import *
Traceback (most recent call last):
File "", line 1, in ?
File "d:\python20\lib\lib-tk\Tkinter.py", line 34, in ?
import FixTk # Attempt to configure Tcl/Tk without requiring PATH
File "d:\python20\lib\lib-tk\FixTk.py", line 1, in ?
I think that you probably need a "Content-Type:
application/x-www-form-urlencoded" header
--
Python:
Programming the way
Guido
indented it.
___
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/
In the reality, I used on a apache this php-script to show
all of the transmitted VARs:
>>
>>POST-Vars:
>>>while (list($key, $val) = each($HTTP_POST_VARS))
>> echo ("$key: $val \n");
>>?>
>>
>>
>>GET-Vars:
>>>while (list($key, $val) = each($HTTP_GET_