Re: [Cython] ImportError: DLL load failed: The specified module could not be found.

2011-10-22 Thread Alex Berghage
Adrian, If the import works when the module is in your working directory, the problem is probably your path. Have you tried adding the folder containing the module to your PYTHONPATH environment variable? Sent from my iPhone (please pardon brevity) On Oct 21, 2011, at 3:51 PM, Adrian Martínez

[Cython] Compiler crash at parsing stage

2011-10-22 Thread Vitja Makarov
Hi! This simple code crashes compiler: lambda i=1: i """ File "/home/vitja/work/cython-vitek-git/Cython/Compiler/Parsing.py", line 122, in p_test return p_lambdef(s) File "/home/vitja/work/cython-vitek-git/Cython/Compiler/Parsing.py", line 102, in p_lambdef s, terminator=':', annotat