The official step [6] still fail. 

As to [8], I figure out to copy a pyjd.bat from pjs.be project as below. 
Then go into the examples\helloworld\ directory and run "pjd.bat Hello.py", 
it starts the desktop successfully. 

[localhost]$ cat pjd.bat
@echo off

set PYJAMAS_HOME=c:\pytest\pyjsroot
set PYJAMAS_SITE=c:\pytest\pyjsroot\mypython\Lib\site-packages

set PYTHONPATH=%PYJAMAS_HOME%;%PYJAMAS_SITE%;%PYTHONPATH%

set CMD_LINE_ARGS=
:setArgs
if ""%1""=="""" goto doneSetArgs
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto setArgs
:doneSetArgs

"c:\pytest\pyjsroot\mypython\Scripts\python.exe" %CMD_LINE_ARGS%


[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