Hi, Can someone help with two problems? I'm trying pyjs on windows 7. 
Installed as described below, mostly following the readme file. 

It failed to build at step [6] using the command as specified by the readme 
file. How to debug or fix it? That's ok, as I figured out I can use the 
step [7] to build for web deployment. 

Another problem is that I cannot figure out how to run pyjd, the desktop 
application. Any hint officially or as a shortcut?  

Some background: I've used gwt for a while, but new to python. I tried to 
build pyj.be on windows too, though there are some small issues here or 
there. 

Thanks!
-Ming


pyjs install on windows
=========================

[1] install python 2.7.6, pywin32-218
[2] extract pyjs.zip downloaded from github into c:\pytest\pyjsroot

[3]  
    c:\>cd pytest\virtualenv-1.11.4
    c:\pytest\virtualenv-1.11.4>c:\python276\python.exe virtualenv.py 
c:\pytest\pyjsroot\mypy
    New python executable in c:\pytest\pyjsroot\mypy\Scripts\python.exe
    Installing setuptools, pip...done.

[4] 
    cd c:\pytest\pyjsroot
    mypy\Scripts\pip.exe install c:\pytest\pyjsroot

[5] 
    cd c:\pytest\pyjsroot
    mypy\Scripts\pip.exe install c:\pytest\comtypes-1.0.0


pyjs build examples
=====================

[6] --this failed: 
    cd c:\pytest\pyjsroot
    mypy\Scripts\python.exe examples\helloworld

[7] --this works: 

    cd c:\pytest\pyjsroot\examples\helloworld
    ..\..\mypy\Scripts\pyjsbuild.exe Hello.py

[8] --how to run pyjd? 


-- 

--- 
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 pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to