[Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
I'm trying to build the kernel for a BeagleBone. Using the direction found at ... http://www.angstrom-distribution.org/building-angstrom I run these commands ... MACHINE=beagleboard ./oebb.sh config beagleboard MACHINE=beagleboard ./oebb.sh update MACHINE=beagleboard ./oebb.sh bitbake

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Jaap Versteegh
On 24-04-12 22:02, bwgz wrote: ImportError: No module named pysqlite2 Did you have a look at: http://www.openembedded.org/wiki/OEandYourDistro ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
This problem was caused by a missing python module - python-sqlite3 Now I'm running up against a problem where python can't resolve sha and variants such as sha512. md5 works. I've installed openssl and about everything else I can think of. On Tue, Apr 24, 2012 at 3:02 PM, bwgz bwg...@gmail.com

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Gary Thomas
On 2012-04-24 18:15, bwgz wrote: This problem was caused by a missing python module - python-sqlite3 Now I'm running up against a problem where python can't resolve sha and variants such as sha512. md5 works. I've installed openssl and about everything else I can think of. What's your build

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
Linux beaglebone 3.2.5+ #1 Mon Feb 13 19:22:44 CET 2012 armv7l GNU/Linux I'm doing this on the BeagleBone. On Tue, Apr 24, 2012 at 7:21 PM, Gary Thomas g...@mlbassoc.com wrote: On 2012-04-24 18:15, bwgz wrote: This problem was caused by a missing python module - python-sqlite3 Now I'm

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread Gary Thomas
On 2012-04-24 18:24, bwgz wrote: Linux beaglebone 3.2.5+ #1 Mon Feb 13 19:22:44 CET 2012 armv7l GNU/Linux I'm doing this on the BeagleBone. Wow, I can't imagine trying to build Angstrom on the BeagleBone itself. Even if you git it all figured out, be prepared to wait a *LONG* time (a build

Re: [Angstrom-devel] BeagleBone - ImportError: No module named pysqlite2

2012-04-24 Thread bwgz
It wasn't interested in compiling the entire build. All I want is the kernel. I didn't think a kernel build would take that long. So I figured I'd try this process out to see how it builds the kernel and work from there. I can generate a Linux development system but I don't have one right now. I