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 jerub
Recipients Arfrever, eli.bendersky, flox, jerub, zmedico
Date 2012-07-07.21:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341695021.73.0.60803386797.issue14988@psf.upfronthosting.co.za>
In-reply-to
Content
With the attached patch, with python3.3(trunk) I instead get: 

./python.exe  -c 'import _elementtree'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 1294, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1261, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 432, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 347, in set_package_wrapper
  File "<frozen importlib._bootstrap>", line 360, in set_loader_wrapper
  File "<frozen importlib._bootstrap>", line 872, in load_module
ImportError: PyCapsule_Import could not import module "pyexpat"

(I have deleted pyexpat.so out of the build for the purposes of testing)

RuntimeError will continue to be raised in the case the version is wrong.
History
Date User Action Args
2012-07-07 21:03:41jerubsetrecipients: + jerub, Arfrever, eli.bendersky, zmedico, flox
2012-07-07 21:03:41jerubsetmessageid: <1341695021.73.0.60803386797.issue14988@psf.upfronthosting.co.za>
2012-07-07 21:03:41jerublinkissue14988 messages
2012-07-07 21:03:40jerubcreate