Advertisement
vsokoltsov

Untitled

Mar 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. if test $? -ne 0 ; then \
  2. echo "generate-posix-vars failed" ; \
  3. rm -f ./pybuilddir.txt ; \
  4. exit 1 ; \
  5. fi
  6. Traceback (most recent call last):
  7. File "/opt/cpython/Lib/runpy.py", line 174, in _run_module_as_main
  8. "__main__", fname, loader, pkg_name)
  9. File "/opt/cpython/Lib/runpy.py", line 72, in _run_code
  10. exec code in run_globals
  11. File "/opt/cpython/Lib/sysconfig.py", line 645, in <module>
  12. _main()
  13. File "/opt/cpython/Lib/sysconfig.py", line 633, in _main
  14. _generate_posix_vars()
  15. File "/opt/cpython/Lib/sysconfig.py", line 305, in _generate_posix_vars
  16. config_h = get_config_h_filename()
  17. File "/opt/cpython/Lib/sysconfig.py", line 418, in get_config_h_filename
  18. return os.path.join(inc_dir, 'pyconfig.h')
  19. TypeError: 'str' object is not callable
  20. generate-posix-vars failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement