Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone03.am1.xlned.com!bcyclone03.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; 'module,': 0.18; 'handles': 0.20; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; '2015': 0.23; 'header:In-Reply-To:1': 0.24; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.31; "can't": 0.32; 'url:python': 0.33; 'url:listinfo': 0.35; 'c++': 0.35; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'header:Message-Id:1': 0.62; 'you.': 0.64; 'email addr:gmail.com': 0.64; 'received:89': 0.80 To: doc.mefisto@gmail.com cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Embedded Python and C Callback functions In-Reply-To: Message from doc.mefisto@gmail.com of "Sun, 07 Jun 2015 01:56:47 -0700." <620b003e-a6d1-4113-b6dc-ad3cf0eaeccd@googlegroups.com> References: <620b003e-a6d1-4113-b6dc-ad3cf0eaeccd@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31865.1433670586.1@fido> Date: Sun, 07 Jun 2015 11:49:46 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 07 Jun 2015 11:49:48 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433670594 news.xs4all.nl 2883 [2001:888:2000:d::a6]:37158 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3301 X-Received-Body-CRC: 1695900750 Xref: csiph.com comp.lang.python:92220 In a message of Sun, 07 Jun 2015 01:56:47 -0700, doc.mefisto@gmail.com writes: >And I can't use Cython, because I have C++ module, and I have to use it. >-- >https://mail.python.org/mailman/listinfo/python-list Are you using Boost? http://www.boost.org/doc/libs/1_58_0/libs/python/doc/ It handles lots of the setup for you. Laura