Here's my output from ls: cobalt:~# ls -l bongo/src/libs/python/bongo/external/simplejson/ total 40 -rw-r--r-- 1 root root 8747 2007-10-30 11:43 decoder.py -rw-r--r-- 1 root root 9786 2007-10-30 11:43 encoder.py -rw-r--r-- 1 root root 7485 2007-10-30 11:43 __init__.py -rw-r--r-- 1 root root 1662 2007-10-30 11:43 jsonfilter.py -rw-r--r-- 1 root root 2009 2007-10-30 11:43 scanner.py
-Chris On 10/30/07, Alex Hudson <[EMAIL PROTECTED]> wrote: > Hi Chris, > > On Tue, 2007-10-30 at 14:44 -0400, Chris Thomas wrote: > > I get this error when compiling bongo on my mips-based machine. Any > > idea on how to fix this? > ... > > ./src/www/l10n/po2json -p po/bongo-web.pot -o src/www/l10n/en.js --en > > Traceback (most recent call last): > > File "./src/www/l10n/po2json", line 561, in ? > > from bongo.external import simplejson > > ImportError: cannot import name simplejson > > Well, the good news is that you've compiled all of Bongo. The bad news > is I have no idea why you're getting that error :) > > The simplejson file should be in the source: > > ./src/libs/python/bongo/external/simplejson/*.py > > So, first check that you have those files. If not, something's wrong > over there or over here. > > If they are there, we have a very odd problem. > > Cheers, > > Alex. > > > _______________________________________________ > Bongo-users mailing list > [email protected] > https://mail.gna.org/listinfo/bongo-users > _______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
