Bug in get_extension_directories (base.py) in Windows

Anders Hasselqvist Anders.Hasselqvist at tss.teleca.se
Tue Sep 30 15:02:21 UTC 2003


Hi,

I wanted to set the QMTEST_CLASS_PATH to H:\exjobb\python but
this doesn't work since the string is split by ':'
I think it should be ';' in Windows.

>From base.py:
-------------
# Start with the directories that the user has specified in the
# QNTEST_CLASSPATH environment variable.
  if os.environ.has_key('QMTEST_CLASS_PATH'):
  dirs = string.split(os.environ['QMTEST_CLASS_PATH'], ':')
-------------

Regards,
--
Anders Hasselqvist



More information about the qmtest mailing list