[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2017-05-02 Thread STINNER Victor
STINNER Victor added the comment: It seems like the original bug report was fixed, so I close it. @Berker Peksag: Please open a new bug report if you see again the PermissionError error on Windows. I didn't see it recently. > Well, I'm not sure the symlink is actually the problem. Apparently

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2017-03-17 Thread Berker Peksag
Berker Peksag added the comment: I just saw a similar failure on AppVeyor: == FAIL: test_s_option (test.test_site.HelperFunctionsTests) -- Traceback (most

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2015-12-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This problem still occurs. http://buildbot.python.org/all/builders/x86-64%20Ubuntu%2014.04%20ICC%20Debug%203.5/builds/275/steps/test/logs/stdio == FAIL: test_s_option

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2015-12-12 Thread Martin Panter
Martin Panter added the comment: I can’t imagine why the buildbot is failing either. The directory is created and added to sys.path when test_site is imported: if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE): # need to add user site directory for tests

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-08-19 Thread Ned Deily
Ned Deily added the comment: Closing, since this problem apparently no longer occurs -- resolution: - out of date stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7283

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-06-22 Thread YJ Chen
YJ Chen added the comment: Works for 3.4 and 3.5 but could not successfully run test on 2.7. Error: == FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-06-22 Thread Ned Deily
Ned Deily added the comment: YJ, the test_site failures you are seeing should have been fixed by the changes for Issue10881 (82c4f094f811) that were released with Python 2.7.3. Please update your Python 2.7 to the latest release (currently 2.7.7). Otherwise, unless somebody is able to

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2014-06-20 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- assignee: tarek - versions: +Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7283 ___

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2011-06-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Related: I found that test_site tries to create the user site-packages dir if it does not exist, but it does not remove it after the test run. -- ___ Python tracker rep...@bugs.python.org

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2010-11-21 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Is this still relevant? -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7283 ___

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2009-11-07 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- title: test_site failure when Python gets installed along a symbolic link - test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet ___ Python tracker rep...@bugs.python.org