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 flox
Recipients flox, mark.dickinson, vstinner
Date 2010-08-03.22:49:16
SpamBayes Score 3.3310064e-06
Marked as misclassified No
Message-id <1280875759.58.0.198841821679.issue7668@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed on 2.6 and 3.1 PPC Tiger and PPC Leopard buildbots.

Example (on PPC Leopard 2.6):
test_httpservers
'import site' failed; use -v for traceback
[16390 refs]
'import site' failed; use -v for traceback
[16390 refs]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/private/var/folders/xN/xNsmo12gFOi8bhXr5KKyyU+++TM/-Tmp-/tmpRBInYl/cgi-bin/file2.py", line 2, in <module>
    import cgi
  File "/Users/buildbot/buildarea/2.6.parc-leopard-1/build/Lib/cgi.py", line 37, in <module>
    from operator import attrgetter
ImportError: No module named operator
[16390 refs]
test test_httpservers failed -- Traceback (most recent call last):
  File "/Users/buildbot/buildarea/2.6.parc-leopard-1/build/Lib/test/test_httpservers.py", line 337, in test_post
    self.assertEquals(res.read(), '1, python, 123456\n')
AssertionError: '' != '1, python, 123456\n'


I would suggest to revert these backports from 2.6 and 3.1.
Obviously python is unable to find the "operator" C extension when it is run from a symbolic link.
And this symbolic link is only needed for corner cases (non-ASCII paths).
History
Date User Action Args
2010-08-03 22:49:19floxsetrecipients: + flox, mark.dickinson, vstinner
2010-08-03 22:49:19floxsetmessageid: <1280875759.58.0.198841821679.issue7668@psf.upfronthosting.co.za>
2010-08-03 22:49:17floxlinkissue7668 messages
2010-08-03 22:49:16floxcreate