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

Reply via email to