cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.22k stars 7.06k forks source link

setup.py doesn't add the console path to the PATH environment variable in windows #15809

Open meiry opened 8 years ago

meiry commented 8 years ago

This is new it used to always to add the cocos console to the PATH environment variable in windows In 3.11.1 it doesn't do it any more , why?

minggo commented 8 years ago

@natural-law Could you please take a look?

natural-law commented 8 years ago

@meiy Could you please supply more information of your environment & the steps to reproduce the problem?

For example: 1. System version; 2. Python version; ...and so on.

I just tried it on win8.1. It's all right on my computer. I need more informations for reproduce & resolve the problem.

Thanks for your feedback!

meiry commented 8 years ago

Using: windows 7 64bit VS 2013 latest Cocos 3.11 python 2.7 What else ? but again ... the printf ( C version ) dont output to VC debug console only to stdout ( terminal windows )