python - Pyjamas-desktop (pyjd) compiles, runs and quits -



python - Pyjamas-desktop (pyjd) compiles, runs and quits -

i'm running pyjamas on windows 8.1 python 2.7 (64-bit). i've struggled bit getting installed, believe struggle has been fruitful -- i've run bootstrap, file "run_bootstrap_first_then_pyjd_setup.py", , have moved on experimenting pyjamas desktop.

i'm trying view hello.py illustration (in examples/helloworld directory) running both run.bat file in command line & double-clicking in gui windows explorer. code of .bat file below:

@echo off python hello.py

the programme compile, run, open white window quit. makes me think it's not quite running (or pyjamas doesn't interface windows 8.1). if run hello.py file straight typing

python hello.py

into command line, same thing happens.

i'm guessing windows software versioning problem (8.1 isn't capable of running current version of pyjamas or .....any ideas?

haven't run particular error, help debug going on, can seek this:

python hello.py if errorlevel 1 ( echo failure reason given %errorlevel% pause exit /b %errorlevel% )

if can, ide can have running console of python. here overly comprehensive list. quick browsing on debugging column, utilize netbeans or pydev eclipse.

python com windows-8.1 mshtml pyjamas

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -