[issue1040439] Missing documentation on how to link with libpython

2013-06-24 Thread Ned Deily

Ned Deily added the comment:

I've now backported the 3.x update to the 2.7 docs in Issue18164 (I hadn't 
noticed that this issue was still open).  As Eli noted, if any updates are 
needed to cover Windows, a separate issue should be opened. I'm closing this 
one.

--
nosy: +ned.deily
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-06-08 Thread Eli Bendersky

Changes by Eli Bendersky eli...@gmail.com:


--
nosy:  -eli.bendersky

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-03-04 Thread Eli Bendersky

Eli Bendersky eli...@gmail.com added the comment:

Éric, go ahead :)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-02-25 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Is there any reason not to backport to 2.7?  (Yes, I’m volunteering.)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-02-08 Thread Eli Bendersky

Eli Bendersky eli...@gmail.com added the comment:

ISTM that part of the doc specifically deals with Unix, so this issue can be 
closed as completed.

Windows is a different issue. Perhaps the documentation should have a new 
section on embedding on Windows, similarly to the Building C and C++ 
Extensions on Windows section in the extending documentation. Anyway, if 
there's interest in that, it should be a separate issue.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-02-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Is there still work to do on this issue?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-02-06 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 Is there still work to do on this issue?

Not for Unix, no. I don't if it's applicable to Windows.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-02-05 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 79e8de78abd0 by Éric Araujo in branch '3.2':
Markup improvements for the embedding CPython doc patch from #1040439
http://hg.python.org/cpython/rev/79e8de78abd0

New changeset 1cb9b8126534 by Éric Araujo in branch 'default':
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
http://hg.python.org/cpython/rev/1cb9b8126534

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-01-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Attached patch adds the useful bits from the review I did; I hope you won’t 
think it’s pointless nitpicking.

--
Added file: http://bugs.python.org/file24155/docembed-edits.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2012-01-06 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 Attached patch adds the useful bits from the review I did; I hope you
 won’t think it’s pointless nitpicking.

Looks good to me.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-12-01 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I did a review on Rietveld.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-30 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 2c05b8a6cdd1 by Antoine Pitrou in branch '3.2':
Issue #1040439: better document how to compile and link an embedded Python 
interpreter.
http://hg.python.org/cpython/rev/2c05b8a6cdd1

New changeset 528abe272856 by Antoine Pitrou in branch 'default':
Issue #1040439: better document how to compile and link an embedded Python 
interpreter.
http://hg.python.org/cpython/rev/528abe272856

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-30 Thread Ray

Ray rpq...@hotmail.com added the comment:

I think mentioning that you can export CFLAGS and LDFLAGS would be particularly 
useful.  I was able to compile some of the missing packages that were deemed 
'missing' at the end of 'make' by updating setup.py and having CFLAGS and 
LDFLAGS point to the desired packages' directories...  Unfortunately for linux, 
the ability to specify *multiple* lib/ and include/ paths using this method is 
currently not available unless you modify setup.py.  I opened a ticket in 
relation to this: Issue13511 if anyone cares.

--
nosy: +rpq

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-30 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

 I think mentioning that you can export CFLAGS and LDFLAGS would be
 particularly useful.  I was able to compile some of the missing
 packages that were deemed 'missing' at the end of 'make' by updating
 setup.py and having CFLAGS and LDFLAGS point to the desired packages'
 directories...

Unless I'm missing something, this is slightly off-topic for this issue,
which is about using Python as an embedded interpreter, not compiling
it. Embedding Python assumes it has already been built.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I did not found all these Google hist.  Most of the links on the first page for 
“link libpython” are bug reports which are rejected by maintainers.  Related: 
http://mail.python.org/pipermail/python-dev/2006-February/060549.html

So, what do people link with libpython for?

--
nosy: +eric.araujo
title: Missing documentation on How To Link With libpython - Missing 
documentation on how to link with libpython

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Eli Bendersky

Eli Bendersky eli...@gmail.com added the comment:

Éric, this is for embedding a Python interpreter in a C/C++ application. I tend 
to agree that the official doc page 
(http://docs.python.org/extending/embedding.html) on this topic is somewhat 
lacking in the area of the configuration/compilation procedure. There's some 
info scattered around the web in tutorials, though.

So I'd say it's a valid issue.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

There is (outdated, incomplete and clumsy) documentation about using 
distutils.sysconfig from the command-line. I'll try to work on a small patch. 
It will probably be Unix-only, though.

--
nosy: +pitrou

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Attached patch rewrites the offending paragraphs.

--
keywords: +patch
stage: needs patch - patch review
Added file: http://bugs.python.org/file23807/docembed.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Updated markup.

--
Added file: http://bugs.python.org/file23808/docembed.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


Removed file: http://bugs.python.org/file23807/docembed.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on how to link with libpython

2011-11-29 Thread Eli Bendersky

Eli Bendersky eli...@gmail.com added the comment:

Antoine, this is a big improvement - LGTM.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on How To Link With libpython

2011-11-28 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy:  -BreamoreBoy
stage:  - needs patch
versions: +Python 2.7, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on How To Link With libpython

2011-11-28 Thread Eli Bendersky

Changes by Eli Bendersky eli...@gmail.com:


--
nosy: +eli.bendersky

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on How To Link With libpython

2010-07-09 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

The number of google hits tells me this is still an issue.

--
assignee:  - d...@python
nosy: +BreamoreBoy, d...@python
versions: +Python 3.2 -Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on How To Link With libpython

2009-02-14 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
versions: +Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1040439
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com