Date: Mon, 10 Sep 2012 14:15:03 +0200 From: Rolf Wester User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 Newsgroups: comp.lang.python Subject: Compile python code into a dll Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <504dd9c6$1@news.fhg.de> Organization: Fraunhofer Gesellschaft (http://www.fraunhofer.de/) Lines: 12 Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!usenet-feed.fhg.de!news.fhg.de!not-for-mail Xref: csiph.com comp.lang.python:28812 Hi, I have Python code that I would like to compile into a dll (I have to deliver a C/C++ callable dll and I don't want to reimpelement the Python code in C/C++). It's not for extending Python but I want to call the Python functions and classes from C/C++. It's more like extending C/C++ with Python. I would be very appreciative for any help. Thank you in advance Regards Rolf