On 9 kol, 01:27, Carl Banks <[EMAIL PROTECTED]> wrote:
> On Aug 8, 1:11 pm, [EMAIL PROTECTED] 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to