Open DSoa opened 11 years ago
Hi - did you ever get to the bottom of this issue? i'm trying to run Jit for the first time and am facing the same error.
Thanks
no
It's because the web
directory is a symbolic link to webpy/web
. Windows tends not to support symbolic links with git, and so the web directory appears broken.
As a workaround, just copy webpy/web
to web
, and it should work again.
I'm having trouble with the commands to build the examples on Windows. I'm using Python 2.7 on Windows 7.
I tried adding c:\jit to my PATH env var, and to PYTHONPATH, to no avail.
Can someone please tell me how to get this to run?
Thanks.