Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-27 Thread Andriy Kornatskyy
Sturla, Per further details: https://bitbucket.org/akorn/wheezy.template/issue/10/installation-on-windows-fails#comment-12018243 It is python 32 bit on 64 bit machine. Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (In tel)] on win32 Thanks. Andriy Kornatskyy On

Re: [Cython] error LNK2001: unresolved external symbol PyInit_init

2014-08-27 Thread Sturla Molden
64-bit Python cannot be used to build 32-bit extensions. Yes, you can build extensions for 32-bit Python on 64-bit Windows, but not with 64-bit Python. Sturla Andriy Kornatskyy wrote: > Here is a link to complete output with python3.4: > > https://bitbucket.org/akorn/wheezy.template/issue/10/