| newbie swig c++ to python [message #15754] |
Sun, 07 October 2007 12:35  |
whatazor Messages: 2 Registered: October 2007 |
Junior Member |
|
|
Hi all,
I must wrap some c++ code in python with swig. I try the swig examples
for VC++ , but when I build the project
it gives me that error:
example fatal error LNK1181: cannot open input file 'C:\Programmi
\Python25\libs.obj'
Any idea?
thank you
w
|
|
|
| Re: newbie swig c++ to python [message #15764 is a reply to message #15754 ] |
Sun, 07 October 2007 12:54  |
whatazor Messages: 2 Registered: October 2007 |
Junior Member |
|
|
Now it works, the problem was in the project configuration of the
example, that
put the directory in Addictional Dependencies while it must be in
Addictional Library Directories
bye
w
n 7 Ott, 18:35, whatazor <dan...@gmail.com> wrote:
> Hi all,
> I must wrap some c++ code in python with swig. I try the swig examples
> for VC++ , but when I build the project
> it gives me that error:
> example fatal error LNK1181: cannot open input file 'C:\Programmi
> \Python25\libs.obj'
>
> Any idea?
>
> thank you
>
> w
|
|
|