This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ixokai
Recipients georg.brandl, ixokai, ned.deily, ronaldoussoren
Date 2011-01-10.19:36:48
SpamBayes Score 2.8033131e-14
Marked as misclassified No
Message-id <1294688213.87.0.265907624458.issue10820@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, The patch applied cleanly to branches/py3k; I then built a framework build (universal), installed it and ran the test-suite.

I had two failures, but I don't know if either is related. The first was the tk tests didn't pass, but I'm not sure if there was something special I need to do to get tk compiled universal in a framework build-- I'll look into it.

But this one perplexes me:


Wimp:build pythonbuildbot$ ./python.exe -m test.regrtest test_site
[1/1] test_site
test test_site failed -- Traceback (most recent call last):
  File "/Users/pythonbuildbot/32test/build/Lib/test/test_site.py", line 225, in test_getsitepackages
    self.assertEqual(len(dirs), 2)
AssertionError: 3 != 2

1 test failed:
    test_site
Wimp:build pythonbuildbot$ ./python.exe
Python 3.2b2+ (py3k:87899M, Jan 10 2011, 11:08:48) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import site
>>> site.getsitepackages()
['/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages', '/Library/Frameworks/Python.framework/Versions/3.2/lib/site-python', '/Library/Python/3.2/site-packages']

This machine fwiw never had any Python 3.x installed anywhere: in fact it was an almost pure stock 10.5 with buildbots put on it.
History
Date User Action Args
2011-01-10 19:36:53ixokaisetrecipients: + ixokai, georg.brandl, ronaldoussoren, ned.deily
2011-01-10 19:36:53ixokaisetmessageid: <1294688213.87.0.265907624458.issue10820@psf.upfronthosting.co.za>
2011-01-10 19:36:48ixokailinkissue10820 messages
2011-01-10 19:36:48ixokaicreate