Sdkbox not installing in cocos creator

python -c import urllib; s = urllib.urlopen(‘https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py’).read(); exec s

VM177:1 Uncaught SyntaxError: Unexpected token import

my fault, try this.


python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py').read(); exec(s)"""

python -c “”“import urllib; s = urllib.urlopen(‘https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py’).read(); exec(s)”""

VM175:1 Uncaught SyntaxError: Unexpected string

python -V

python -V
VM178:1 Uncaught ReferenceError: python is not defined
at :1:1

you doesn’t install python? please install it.

yes i do

what version should i install?

ok, i didn’t make myself clear.

run in terminal. not python console.

python -c “”“import urllib; s = urllib.urlopen(‘https://raw.githubusercontent.com/sdkbox-doc/en/master/install/install.py’).read(); exec(s)”""

ok so looks like env vars was not working.
fixed using this

https://www.pythoncentral.io/add-python-to-path-python-is-not-recognized-as-an-internal-or-external-command/

however now i launch sdkbox and get nothing.All blank

run

python -V

update creator gui if you need.

python -c """import urllib; s = urllib.urlopen('https://raw.githubusercontent.com/sdkbox-doc/en/master/install/updateguiforcreator.py').read(); exec(s)"""

your creator version?

Cocos creator 2.1.0

after this commands still blank window

i tried 2.1.0, i can open and show.

can you

  1. close creator,
  2. remove ~/.sdkbox/creator, (C:\Users\andre\.sdkbox\creator)
  3. open creator,
  4. menu->sdkbox->launch

~/.sdkbox/ doesnt exists

C:\Users\andre\.sdkbox\creator


doesnt exists

how about team viewer? send me private msg with your id, please.

id sent via pm