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
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