Ned Deily added the comment:

OK. Does test_ctypes run successfully?

  cd /home/ubuntu/python/Python-3.4.1
  ./python -E -S -m test -v test_ctypes

and then does test_venv run successfully in isolation?

  cd /home/ubuntu/python/Python-3.4.1
  ./python -E -S -m test -v test_venv

Also, what ./configure command arguments did you use to build it?

It's hard to tell what might be failing otherwise other than the _ctypes 
extension build failing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22157>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to