Guest razzmataz1478 Posted July 18, 2012 Report Posted July 18, 2012 So..as some know you have to have python to build android from source. And to install Python you have to build that from source. My problem: Python build finished, but the necessary bits to build these modules were not found: _bsddb _curses _curses_panel _tkinter bsddb185 dbm dl gdbm imageop sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. My question: How do I get these modules? :P
Guest C3C0 Posted July 18, 2012 Report Posted July 18, 2012 (edited) I'm on Ubuntu 11.10 and never had to build python from source to be able to compile android Edited July 18, 2012 by C3C0
Guest razzmataz1478 Posted July 18, 2012 Report Posted July 18, 2012 Yeah, I've just realised you can apt-get it, my bad!!
Guest razzmataz1478 Posted July 18, 2012 Report Posted July 18, 2012 Anyone want any advice on Ubuntu? Never sudo apt-get remove python[/code]
Guest omegavesko Posted August 2, 2012 Report Posted August 2, 2012 Yeah, you don't need to compile Python. It's in every major repository I can think of.
Guest hugobosslives Posted August 2, 2012 Report Posted August 2, 2012 think you had everyone thinking they were a noob then. lol i've never tried to build python from source (or known that you were meant to) i presume it comes down in the sync.
Guest razzmataz1478 Posted August 30, 2012 Report Posted August 30, 2012 Bump: I removed Python in rage and forgot how to install it again :( Anyone help?
Guest omegavesko Posted August 30, 2012 Report Posted August 30, 2012 Bump: I removed Python in rage and forgot how to install it again :( Anyone help? Depends on your distro/package manager. On Ubuntu, just do "sudo apt-get install python".
Guest razzmataz1478 Posted August 30, 2012 Report Posted August 30, 2012 Depends on your distro/package manager. On Ubuntu, just do "sudo apt-get install python". Can't do that on precise
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now