-
Notifications
You must be signed in to change notification settings - Fork 17
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
Import dose not work #7
Comments
Indeed, this has to be fixed. |
what can be done regarding this issue ? |
my best guess is to work on the branch here https://github.com/Neppord/py2js/tree/library_tools, it has support for tags in javascript and imports from that. This branch is now waiting for merges with an unfinished branch on Chivres repo. But right now it seams as if the py2js have Summer vacation. |
Thanks for tip, I was also looking for guidance and how to do it. BTW, I'm doing a wrapper around javascript libraries for py2js https://bitly.com/oze2ma I bundled the current version of py2js from the qsnake repository. The project just started I don't know py2js enough to start hacking on it right away, and I would prefer to use. I will contribute back code once I hit a wall. The project is hosted at https://bitbucket.org/abki/subscript |
In that case i want to issue a warning, this project is far from finished. and are low on commitment for the moment. |
I know. So far it works well enough I get back to you to let you know the outcome of my experiments. |
One of the big problems with JS is the lack of suport for modules:
We realy needs to fix this
I belive that some kinde of object needs to be crated and held in a array like in real python, but how can we hide the array when the sys module(i think it is) is not loaded?
lets discuss modules on the mailing list.
The text was updated successfully, but these errors were encountered: