[qmtest] qmtest gui under Windows
Mark Mitchell
mark at codesourcery.com
Thu Mar 4 02:40:30 UTC 2004
Andrew Funk wrote:
>>-----Original Message-----
>>From: Mark Mitchell [mailto:mark at codesourcery.com]
>>Sent: Wednesday, March 03, 2004 2:12 AM
>>To: Andrew Funk
>>Cc: 'QMTest List'
>>Subject: Re: [qmtest] qmtest gui under Windows
>>
>>That sounds like a bug in your installation of Python. If you start
>>/home/afunk/Python-2.3/python, and do:
>>
>> import sys
>> print sys.executable
>>
>>what does it show you?
>>
>>
>
>[afunk at dn01 ~]$ python
>Python 2.3 (#1, Aug 19 2003, 15:21:20)
>[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-110)] on linux2
>Type "help", "copyright", "credits" or "license" for more information.
>
>
Andy --
This is very strange.
When I do the exact same thing, it works fine for me; I get the correct path to the Python interpreter embedded in the qmtest script. The code that does this is in distutils/commands/build_scripts.py in the Python distribution. The best thing I can think of is that maybe the Python you have was originally installed in /usr/local -- or built with a --prefix=/usr/local, and that it was then copied into your home directory, and that therefore the compiled version of build_scripts.pyc contains bogus data somehow.
I'm sorry not to be more help: I think you'll have to debug through your local distutils to figure out what's going wrong.
--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark at codesourcery.com
More information about the qmtest
mailing list