Ok, problem solved, more or less. What happens is that Tcl isnt looking for the Tix DLL along the python path nor is it looking along the os.environ path, but instead it just checks the normal Windows path. So, if your add python24\DLLs to your path the error is gone.

Strangely enough the whole problem only turns up inside PythonWin, whereas if I try it from the command line everything works fine.

Michael
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to