I'm trying out phoneyc and when I run it I get the error message:
Traceback (most recent call last):
File "phoneyc.py", line 190, in <module>
from DOM.DOM import DOM
File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/
DOM/DOM.py", line 11, in <module>
from Window import Window
File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/
DOM/Window.py", line 9, in <module>
from honeyjs import Runtime
ImportError: No module named honeyjs
This is SVN HEAD, I checked out about an hour ago.
Any thoughts? I'm sure it's something simple but it isn't obvious to
me!
the error is telling you you need to build the module honeyjs, which is under modules. it has some hairy dependencies, we know, including spidermonkey.
On Sat, Feb 19, 2011 at 5:57 PM, Andy <m...@andrewmichaelsmith.com> wrote: > Hi
> I'm trying out phoneyc and when I run it I get the error message:
> Traceback (most recent call last): > File "phoneyc.py", line 190, in <module> > from DOM.DOM import DOM > File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/ > DOM/DOM.py", line 11, in <module> > from Window import Window > File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/ > DOM/Window.py", line 9, in <module> > from honeyjs import Runtime > ImportError: No module named honeyjs
> This is SVN HEAD, I checked out about an hour ago.
> Any thoughts? I'm sure it's something simple but it isn't obvious to > me!
> the error is telling you you need to build the module honeyjs, which > is under modules. it has some hairy dependencies, we know, including > spidermonkey.
> -- jose
> On Sat, Feb 19, 2011 at 5:57 PM, Andy <m...@andrewmichaelsmith.com> wrote: > > Hi
> > I'm trying out phoneyc and when I run it I get the error message:
> > Traceback (most recent call last): > > File "phoneyc.py", line 190, in <module> > > from DOM.DOM import DOM > > File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/ > > DOM/DOM.py", line 11, in <module> > > from Window import Window > > File "/home/andrew/Desktop/Dropbox/Hobby/phoneyc/phoneyc-read-only/ > > DOM/Window.py", line 9, in <module> > > from honeyjs import Runtime > > ImportError: No module named honeyjs
> > This is SVN HEAD, I checked out about an hour ago.
> > Any thoughts? I'm sure it's something simple but it isn't obvious to > > me!