Exactly, I just created an issue about this on github. I'm on Windows, with msysgit (to get bash) and PortablePython. I've found I can download PIP packages from the PIP website, then install them with: *cd pip-pkg-name* *~/Portable_Python_2.7.5.1_gtk/App/python.exe ./setup.py install*
which allowed me to install comtypes and pyjs. Unfortunately, when I try *~/Portable_Python_2.7.5.1_gtk/App/python.exe ~/version\ controll* *ed/pyjs/examples/helloworld/Hello.py* I get an error: *~/version controlled/pyjs/examples/helloworld/Hello.py", line 1, in <module>* * import pyjd # this is dummy in pyjs.* *ImportError: No module named pyjd* On Saturday, March 22, 2014 6:11:51 PM UTC-7, Adam Rakowski wrote: > > Hi guys, > > I spend terribly much time to install Pyjamas, cause current > documentation reffers to file bootstrap.py, which does not exist in > repository. Could you review the docs, especially this page: > https://github.com/pyjs/pyjs/wiki/GettingStarted and update if neccessary. > > Cheers, > Adam > -- --- 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/d/optout.
