I added 'print temp' above the 'from bongo.external import simplejson'
line Here's what I get now:
Compressing src/www/css/print.css...
** Warning: skipping file src/www/css/print.css.
Compressing src/www/css/admin.css...
** Warning: skipping file src/www/css/admin.css.
Compressing src/www/css/log.css...
Size before compression : 92.66 KB
Size after compression : 66.27 KB
Percentage of savings : 28%
Size saved : 26.39 KB
Compressed in : 0.413 sec
Compression rate : 63.92 KB/sec
Complete.
./src/www/l10n/po2json -p po/bongo-web.pot -o src/www/l10n/en.js --en
None
Traceback (most recent call last):
File "./src/www/l10n/po2json", line 562, in ?
from bongo.external import simplejson
ImportError: cannot import name simplejson
make[2]: *** [src/www/l10n/en.js] Error 1
make[2]: Leaving directory `/root/bongo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bongo'
make: *** [all] Error 2
Any ideas?
-Chris
On Jan 27, 2008 4:35 PM, Alex Hudson <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> On Sun, 2008-01-27 at 11:38 -0500, Chris Thomas wrote:
> > Any other thoughts on this? I decided to take another stab at
> > installing Bongo today, but the same thing happened.
> >
> >
> > ./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
>
> That's really odd. Basically, python is saying that it can't find a
> library which we see from your 'ls' output you have available.
>
> In that ./src/www/l10n/po2json, there's these lines:
>
> import os, sys
> temp = sys.path.append(os.path.abspath(os.path.dirname(sys.argv[0])) +
> '/../../libs/python/')
> from bongo.external import simplejson
>
> .. near the end of the file.
>
> Could you put a 'print temp' in on the line before 'from
> bongo.external..' and let us know what path it prints out before it
> errors out?
>
> Thanks,
>
>
> 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