[Tutor] Embedding Python in C

KonradRawlik K.Rawlik@t-online.de
Sat, 01 Jan 2000 01:19:37 +0100


Hi

I have the following problem and hope that somebody can help me with it.

I was trying to run simple statement strings from a C programm, by
PyRun_SimpleString() . But it wouldn't even compile cause I got the link
error
' cannot open file "python21_d.lib" '. Now the problem is, there is no
such lib with the Python 2.1 pack I downloaded, so why isn't it there
and where can I get it, or am I making something completly wrong? I'm
using MSVC 6.0.

Thanks for any help.

K