Hello J,
> I will put a hold on compiling the latest version until I really have to.
> I will probably switch to VC 7 before that.
You can use the (free) MinGW compiler (www.mingw.org). It can build
extension that link to Python 2.4.
Just use distutils setup.py and run 'python setup.py build_ext
Thank you very much Miki!
That was an easy solution. It links... I will put a hold on compiling
the latest version until I really have to. I will probably switch to VC
7 before that.
Cheers
Jochen
Miki Tebeka wrote:
> Hello Jochen,
>
> > I started embedding python into a 3D graphics App and I c
Hello Jochen,
> I started embedding python into a 3D graphics App and I came
> across this linking problem.
>
>
> SO.lib(ScnGlobal.obj) : error LNK2001: unresolved external symbol
> __imp__Py_InitModule4TraceRefs
> SO.lib(ScnNode.obj) : error LNK2001: unresolved external symbol
> __imp___Py_RefT
Hello Jochen,
> I started embedding python into a 3D graphics App and I came
> across this linking problem.
>
>
> SO.lib(ScnGlobal.obj) : error LNK2001: unresolved external symbol
> __imp__Py_InitModule4TraceRefs
> SO.lib(ScnNode.obj) : error LNK2001: unresolved external symbol
> __imp___Py_RefT
On Thu, Jul 07, 2005 at 04:52:11AM -0700, J wrote:
> Hi everyone,
>
> I started embedding python into a 3D graphics App and I came
> across this linking problem.
>
>
> SO.lib(ScnGlobal.obj) : error LNK2001: unresolved external symbol
> __imp__Py_InitModule4TraceRefs
> SO.lib(ScnNode.obj) : error
Hi everyone,
I started embedding python into a 3D graphics App and I came
across this linking problem.
SO.lib(ScnGlobal.obj) : error LNK2001: unresolved external symbol
__imp__Py_InitModule4TraceRefs
SO.lib(ScnNode.obj) : error LNK2001: unresolved external symbol
__imp___Py_RefTotal
SO.lib(ScnLi