.cpp to .pyd

vedrandekovic at yahoo.com vedrandekovic at yahoo.com
Sat Aug 9 07:34:00 EDT 2008


On 9 kol, 01:27, Carl Banks <pavlovevide... at gmail.com> wrote:
> On Aug 8, 1:11 pm, vedrandeko... at yahoo.com wrote:
>
> > Thanks for quick reply.Maybe I'm crazy but I did what you said and I
> > stll get the same error :(  :(  :( :(.I have boost version 1.34.1 and
> > I'm
> > running it on Windows XP SP2.
>
> While you're at it, please post your setup.py
>
> Carl Banks

Hi,

Here is my setup.py script:

setup(name="MyApp",
    ext_modules=[
        Extension("hello", ["hellomodule.cpp"],
            libraries = ["boost_python"],
            include_dirs = ['D:\\Program Files\\boost\\boost_1_34_1\
\boost'],
            )
    ])

Regards,
Veki



More information about the Python-list mailing list