Re: Python 2.4 Tix failing on Windows XP

2004-12-09 Thread j vickroy
Ok, that indeed did work. Thanks for your help. "Michael Auerswald" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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

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

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

Python 2.4 Tix failing on Windows XP

2004-12-09 Thread j vickroy
Hello, I've just installed (accepted all installation defaults) Python 2.4 (final) on my Microsoft Windows XP (home edition - service pack 2) computer, and I am experiencing the following behavior regarding Tix: >>> import sys >>> sys.version '2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit