
report at bugs
Jul 25, 2012, 5:08 PM
Post #1 of 15
(197 views)
Permalink
|
|
[issue14330] don't use host python, use host search paths for host compiler
|
|
Ezio Melotti <ezio.melotti [at] gmail> added the comment: The last changeset (7955d769fdf5) caused some problem on my machine. Before the changeset I was getting: Python build finished, but the necessary bits to build these modules were not found: _bz2 _curses _curses_panel _dbm _gdbm _lzma _tkinter To find the necessary bits, look in setup.py in detect_modules() for the module's name. After 7955d769fdf5 I get: Python build finished, but the necessary bits to build these modules were not found: _bz2 _curses _curses_panel _dbm _gdbm _lzma _sqlite3 _ssl _tkinter readline zlib To find the necessary bits, look in setup.py in detect_modules() for the module's name. I'm on an ubuntu 12.04 machine. ---------- nosy: +ezio.melotti status: closed -> open _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14330> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|