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 weegreenblobbie
Recipients weegreenblobbie
Date 2007-10-18.17:16:49
SpamBayes Score 0.23377147
Marked as misclassified No
Message-id <1192727810.38.0.522851261061.issue1299@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using scons (www.scons.org) and Python's distutils.sysconfig to
determine the correct compiler flags automatically to embed Python into
my C++ application.  I discovered that distuils.sysconfig is not fully
implemented on Windows.  Using distutils.sysconfg.get_config_var() or
get_config_vars() does not work on the Windows distribution.

The above calls will return values for INCLUDEPY LIBDIR LIB on Ubuntu
Linux, however, on Windows, these variables are not all declared.

These variables should be declared on all platforms so one can
automatically get the correct compiler flags needed to embed python in
one's C/C++ project.
History
Date User Action Args
2007-10-18 17:16:50weegreenblobbiesetspambayes_score: 0.233771 -> 0.23377147
recipients: + weegreenblobbie
2007-10-18 17:16:50weegreenblobbiesetspambayes_score: 0.233771 -> 0.233771
messageid: <1192727810.38.0.522851261061.issue1299@psf.upfronthosting.co.za>
2007-10-18 17:16:50weegreenblobbielinkissue1299 messages
2007-10-18 17:16:49weegreenblobbiecreate