I've just install pyjs from source on Debian and am having a few issues.
1) hulahop doesn't work.
2) error message when running the following:
['/home/lwapnitsky/workspace/pyjamas/eclipse_build.py', '-d', '-I
/home/lwapnitsky/workspace/pyjamas', 'test.py']
Traceback (most recent call last):
File "/home/lwapnitsky/workspace/pyjamas/eclipse_build.py", line 109, in
<module>
_run_translator()
File "/home/lwapnitsky/workspace/pyjamas/eclipse_build.py", line 89, in
_run_translator
pyjs = _return_pyjs()
File "/home/lwapnitsky/workspace/pyjamas/eclipse_build.py", line 83, in
_return_pyjs
import pyjs.browser
File "/usr/local/lib/python2.7/dist-packages/pyjs/browser.py", line 8, in
<module>
from pyjs import linker
File "/usr/local/lib/python2.7/dist-packages/pyjs/linker.py", line 7, in
<module>
from pyjs import translator
File "/usr/local/lib/python2.7/dist-packages/pyjs/translator.py", line
15, in <module>
from translator_proto import *
File "/usr/local/lib/python2.7/dist-packages/pyjs/translator_proto.py",
line 37, in <module>
import pycompiler as compiler
ImportError: No module named pycompiler
Shouldn't pycompiler just be compiler?
Thanks,
Larry