This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients Decorater, docs@python, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-05.14:31:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496673117.52.0.518557225463.issue30574@psf.upfronthosting.co.za>
In-reply-to
Content
Worked fine for me:

>cl .\pyc.c /I $env:LOCALAPPDATA\Programs\Python\Python36\include $env:LOCALAPPDATA\Programs\Python\Python36\libs\python36.lib
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

pyc.c
Microsoft (R) Incremental Linker Version 14.00.24213.1
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:pyc.exe
pyc.obj
...\Programs\Python\Python36\libs\python36.lib

>.\pyc.exe
Today is Mon Jun  5 15:27:45 2017

So it doesn't look like the problem is with the code, so much as with how you've done the build. The problem here is that there are so many possibilities for C compilation environments, that there's simply no way we could give a "this is how you set up to build an embedding application".

If you have specific suggestions for how to improve the documentation, a patch would be welcome. But in the absence of specifics, I don't think there's anything actionable in this report.
History
Date User Action Args
2017-06-05 14:31:57paul.mooresetrecipients: + paul.moore, tim.golden, docs@python, zach.ware, steve.dower, Decorater
2017-06-05 14:31:57paul.mooresetmessageid: <1496673117.52.0.518557225463.issue30574@psf.upfronthosting.co.za>
2017-06-05 14:31:57paul.moorelinkissue30574 messages
2017-06-05 14:31:57paul.moorecreate