Re: Python 2.4 Tix failing on Windows XP

2004-12-09 Thread Michael Auerswald
j vickroy wrote:
Could someone tell me what I am doing incorrectly?
All I can tell you is that I have the exact same problem (which I did 
not have with 2.3).
Not much of a help, I know...
--
http://mail.python.org/mailman/listinfo/python-list


Re: Python 2.4 Tix failing on Windows XP

2004-12-09 Thread Michael Auerswald
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