Jump to content

Help with Python - make


Recommended Posts

Guest razzmataz1478
Posted

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

Posted (edited)

I'm on Ubuntu 11.10 and never had to build python from source to be able to compile android

Edited by C3C0
Guest razzmataz1478
Posted

Yeah, I've just realised you can apt-get it, my bad!!

Guest razzmataz1478
Posted

Anyone want any advice on Ubuntu?

Never

sudo apt-get remove python[/code]

  • 2 weeks later...
Guest omegavesko
Posted

Yeah, you don't need to compile Python. It's in every major repository I can think of.

Guest hugobosslives
Posted

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.

  • 4 weeks later...
Guest razzmataz1478
Posted

Bump: I removed Python in rage and forgot how to install it again :(

Anyone help?

Guest omegavesko
Posted
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

Depends on your distro/package manager. On Ubuntu, just do "sudo apt-get install python".

Can't do that on precise

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.