ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

setup.py doesn’t copy gyp_main.py #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run setup.py
2. Execute `gyp` with args
3. `gyp` requires `gyp_main.py`

What is the expected output? What do you see instead?

gyp_main.py should be present in the install, it isn’t :(

What version of the product are you using? On what operating system?

r1694 OS X 10.8.4

Please provide any additional information below.

I’ve included a patch file which adds copying gyp_main.py to the setup.py 
setup

Original issue reported on code.google.com by keith.du...@github.com on 19 Aug 2013 at 11:36

Attachments:

GoogleCodeExporter commented 9 years ago
I believe setup.py issue was fixed by r1713.
Please let me know if you still see any problem.

Original comment by yukawa@chromium.org on 23 Nov 2013 at 12:29