yuguang / fiddlesalad

An online playground with an instantly ready coding environment. Combine language preprocessors, CSS, HTML and JavaScript to create and share coding examples.
fiddlesalad.com
GNU General Public License v3.0
232 stars 80 forks source link

No module named pyvascript.grammar #13

Closed lukestanley closed 11 years ago

lukestanley commented 11 years ago

ImportError at /python/compile/ No module named pyvascript.grammar Request Method: GET Request URL: http://127.0.0.1:8000/python/compile/ Django Version: 1.4.2 Exception Type: ImportError Exception Value:
No module named pyvascript.grammar Exception Location: /home/luke/pyjscloud/fiddlesalad/../fiddlesalad/python/views.py in , line 4 Python Executable: /usr/bin/python Python Version: 2.7.2 Python Path:
['/home/luke/pyjscloud/fiddlesalad', '/usr/local/lib/python2.7/dist-packages/autobahn-0.5.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Twisted-12.0.0-py2.7-linux-i686.egg', '/usr/local/lib/python2.7/dist-packages/pylint-0.25.2-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/logilab_astng-0.24.0-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/logilab_common-0.58.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/nose-1.2.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/docopt-0.5.0-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/pyquery-1.2.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/cssselect-0.7.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/cloud_ide-1.0.0-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Django-1.4.2-py2.7.egg', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PIL', '/usr/lib/python2.7/dist-packages/gst-0.10', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7', '/usr/lib/python2.7/dist-packages/ubuntu-sso-client']

yuguang commented 11 years ago

Just comment it out for now. I'm going to add module detection. It's a custom version of PyvaScript written in Squeak/Ometa2 that I don't expect anyone else to understand.

lukestanley commented 11 years ago

Maybe it wouldn't be expected as easily understandable, but you aren't the only one writing custom versions of PyvaScript ;)

It's actually the sole reason I wanted to use it, as from what I see on your host version it seems rather nice. I see that you've closed the issue but you're not suggesting it will work if commented out as part of the setup are you? Is it in the repro?

yuguang commented 11 years ago

Since you're interested, I got a zip file of it here. Original source is from http://www.allbuttonspressed.com/projects/pyvascript. You will want to contribute there.

On Sun, Dec 9, 2012 at 11:16 AM, lukestanley notifications@github.comwrote:

Maybe it wouldn't be expected as easily understandable, but you aren't the only one writing custom versions of PyvaScript ;)

It's actually the sole reason I wanted to use it, as from what I see on your host version it seems rather nice. I see that you've closed the issue but you're not suggesting it will work if commented out as part of the setup are you? Is it in the repro?

— Reply to this email directly or view it on GitHubhttps://github.com/yuguang/fiddlesalad/issues/13#issuecomment-11174546.

lukestanley commented 11 years ago

I get that but I mean is the pyvascript adaptation in one of your repros on here, as I don't see it yet?

yuguang commented 11 years ago

No, it's not in the repo as not many people were interested in it.

On Sun, Dec 9, 2012 at 5:54 PM, lukestanley notifications@github.comwrote:

I get that but I mean is the pyvascript adaptation in one of your repros on here, as I don't see it yet?

— Reply to this email directly or view it on GitHubhttps://github.com/yuguang/fiddlesalad/issues/13#issuecomment-11179519.