Re: Using Py_InitModule3 -> [Linker Error] Unresolved external '_Py_InitModule4TraceRefs'

2006-12-09 Thread iwl
Fredrik Lundh schrieb: > > you've mixed components compiled with Py_TRACE_REFS with components that > aren't compiled with Py_TRACE_REFS. don't do that. > H'm does this mean I have to write something like #define Py_TRACE_REFS befor I include > (what is it with you C programmers these days, btw

Re: Using Py_InitModule3 -> [Linker Error] Unresolved external '_Py_InitModule4TraceRefs'

2006-12-08 Thread Fredrik Lundh
iwl wrote: > I copied the code from the Extending Embedded Python section in the > Python 2.5 but get an linker Error Unresolved external > _Py_InitModule4TraceRefs. > Who knows what's wrong? you've mixed components compiled with Py_TRACE_REFS with components that aren't compiled with Py_TRACE_R

Using Py_InitModule3 -> [Linker Error] Unresolved external '_Py_InitModule4TraceRefs'

2006-12-08 Thread iwl
Hello I copied the code from the Extending Embedded Python section in the Python 2.5 but get an linker Error Unresolved external _Py_InitModule4TraceRefs. Who knows what's wrong? -- http://mail.python.org/mailman/listinfo/python-list