On Mon, Feb 25, 2013 at 2:55 PM, chens <[email protected]> wrote: > > Anyone can give a little instruction about how to convert a stand alone > python to javascript ? > > Thanks!!
the process is not really any different than the many existing examples... ie. generate "pyjsbuild" and point it at a python file. im not quite sure what is wrong with your git, but --enable-dynamic-link has been in HEAD for probably a year or more... make sure you are using `./bin/pyjsbuild` and not just `pyjsbuild` -- if you have it installed from a repo just remove that to prevent needless problems. this should get you going: # git clone https://github.com/pyjs/pyjs.git # cd pyjs/ # python2 examples/__main__.py ...to view, follow the instructions after compilation. -- C Anthony -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
