Message9771

Author jeff.allen
Recipients jeff.allen
Date 2015-04-06.19:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428350286.22.0.42402243286.issue2313@psf.upfronthosting.co.za>
In-reply-to
Content
Observed in Jython 2.7rc2 on Windows 7:

> jython -m test.test_jython_initializer
test_syspath_initializer (__main__.TestUsingInitializer) ... Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\check_for_initializer_in_syspath.py", line 4, in <module>
    assert path in sys.path
AssertionError
FAIL

======================================================================
FAIL: test_syspath_initializer (__main__.TestUsingInitializer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\jython\2.7rc2\Lib\test\test_jython_initializer.py", line 22, in test_syspath_initializer
    self.assertEquals(0, subprocess.call([sys.executable, fn], env=env))
AssertionError: 0 != -1

----------------------------------------------------------------------
Ran 1 test in 5.959s

I wonder if the path is not passed on correctly whether this might be behind several other problems with import.
History
Date User Action Args
2015-04-06 19:58:06jeff.allensetrecipients: + jeff.allen
2015-04-06 19:58:06jeff.allensetmessageid: <1428350286.22.0.42402243286.issue2313@psf.upfronthosting.co.za>
2015-04-06 19:58:06jeff.allenlinkissue2313 messages
2015-04-06 19:58:05jeff.allencreate