On Mon, Jan 23, 2012 at 1:13 AM, Peter Bittner <[email protected]> wrote:
> dlopen("/usr/local/lib/python2.7/dist-packages/pywebkitgtk.so", 2);
> import pywebkitgtk # dynamically loaded from
> /usr/local/lib/python2.7/dist-packages/pywebkitgtk.so
> # /usr/local/lib/python2.7/dist-packages/pyjd/importers.pyc matches
> /usr/local/lib/python2.7/dist-packages/pyjd/importers.py
> import pyjd.importers # precompiled from
> /usr/local/lib/python2.7/dist-packages/pyjd/importers.pyc
ok importers is here... goood...
> Hmm, doesn't look like there is any snippet in there that you're
> talking about, "platform" certainly doesn't occur ever.
arse.
>> if it's missing then whoops, we have a problem with the platform
>> override system, that'll be fun,fun,fun to investigate.
>
> Anything I can do to help?
ok, yes. have a look in pyjd/imputil.py or more specifically
pyjd/importers.py and you'll see some print statements. put them back
in, and generally poke around, see if there's anything blindingly
obviously... "missing".
also, just... could you humour me and trash all existing files with
"git clean -f" then do a complete reinstall with:
python bootstrap.py
python run_bootstrap_first_then_pyjd_setup.py install
obviously this will have to be done as root.
l.