[Tutor] Python 2.7.1 interpreter passing function pointer as function argument and Shedskin 0.7
Stefan Behnel
stefan_ml at behnel.de
Wed Dec 29 07:10:08 CET 2010
Frank Chang, 28.12.2010 22:35:
> Good afternoon. I want to thank everyone who helped me fix the global
> name 'levinshtein_automata' is not defined error.
> When I run the Shedskin 0.7 Python to C+++ compiler on the
> same python program, I receive the error message * Error *
> automata_test.py:148 : unbound identifier 'lookup_func'.
ShedSkin is very restrictive compared to CPython. It requires static types
for variables and it doesn't support all Python features.
Is there a reason you want to use ShedSkin for your program?
Stefan
More information about the Tutor
mailing list