-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When pyjs.py tests/algorithms/fib.py -o fib.js is run via command prompt, pyjs.py opens #83
Comments
What OS do you run? 2014-02-20 5:01 GMT+01:00 derpasaurs notifications@github.com:
Samuel Ytterbrink |
windows |
try to prefix pyjs,py with python 2014-02-20 19:23 GMT+01:00 derpasaurs notifications@github.com:
Samuel Ytterbrink |
yes, this works, but when i open it in note pad: This is |
how can i make it JS |
That is JavaScript. Can someone elese help me out here (ping CI), and explain this? fredagen den 21:e februari 2014 skrev derpasaurs notifications@github.com:
Samuel Ytterbrink |
whats the : py_builtins.print?? |
Its pythons print function, its located in the builtins javascript library 2014-02-21 2:51 GMT+01:00 derpasaurs notifications@github.com:
Samuel Ytterbrink |
so: how can I run a python script that will count up to 50 in my web browser?
|
When I run
pyjs.py tests/algorithms/fib.py -o fib.js
, via command prompt, pyjs.py opens in my IDE. The javascript file does not get written. how can I fix this?The text was updated successfully, but these errors were encountered: