Problem for install cocos2d-x-2.2

Hello,

I do a have problem for installing cocos2d-x-2.2. I fallow the quid how to do the installing, but when I try run phynton, I get this message:

File “create_project” line 27
print “Usage: create_project.py project PROJECT_NAMEpackage PACKAGE_NAME -language PROGRAMING_LANGUAGE”

So what do need to do differently?

run create_project.py with some argument parameter for Example like this.
python create_project.py project DemoGamepackage com.MyCompany.Demo -language cpp

pls wait and after minute you see that project template for all platform is created in projects folder in root of cocos2d-x

and after that you can compile c++ with ndk-built in cygwin and import the project in eclipse to compile with android

Well that didn’t help. here is the image from the error, so you can have a better understanding from my problem.

I checked attached Error.PNG
May be you skip space symbol between “-language” and “cpp”???