Re: Problem when try to run a Python embedding documentation example

2006-08-31 Thread Fredrik Lundh
"baitelli" wrote: > where's "python24.lib" ? if you're using a standard python.org install, it's under c:\python24\libs\python24.lib -- http://mail.python.org/mailman/listinfo/python-list

Problem when try to run a Python embedding documentation example

2006-08-31 Thread baitelli
Hi where's "python24.lib" ? I'm trying to test the example given at Python documentation: 5.1 Very High Level Embedding I'm using Microsoft Visual C++ 6.0 and got the error: LINK : fatal error LNK1104: cannot open file "python24.lib" baitelli,r. __