I've got the same issue unsurprisingly. Just found this project and it seems to be the ideal fit for what I want to do (code a GUI app in Python, pretty much like I was writing PyQt, but with a Web UI).
The bootstrap.py being missing confuses me. Can't get the examples to run with apache2, they all generate 'empty' html files [not empty, but with no code in them to actually run any python], and they're in 'examples/helloworld/public' and not 'examples/helloworld/output' as other documentation states. I think I'd be happy enough if someone could just nudge in the right direction as to what to do to install pyjs , pyjd and run the examples, I'll be able to work things out on my own from then On Monday, 24 March 2014 21:16:29 UTC, Nathan McCorkle wrote: > > 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.
