I'm trying to compile SIP/PyQT 4.5 for Windows Python 64-bit. I'm running into
an error when attempting to link the SIP/PyQT object files against
python25.lib. The errors are "can't find reference..." to symbols that should
be in python25.lib. I tried using the 32-bit version of python25.lib and
Hi,
I'm new to Python's C API and developing my very first project using
Boost::Python (bpy). My goal is executing user defined scripts within an
embedded python environment using custom stdout and stderr and providing
a special built in module.
Beside a bunch of classes (which can be defined usi