-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
What steps will reproduce the problem?
1. compile tinypy using gcc toolkit for ARM architecture
2. run the tinypy binary with a script as an argument
The script contains single instruction:
print("TEST")
The tinypy returns with an error:
Exception:
tp_load(boot.tpc)
If I put *.tpc files into the same directory where the tinypy binary is then it
displays:
Exception:
tp_get: KeyError: open
I thought that tinypy is a standalone bianry. And it seems to be - at least the
version compiled with mingw for Windows is (I have succesfully compiled).
Could you help me to run tinypy? Or at lease give some advice what these errors
mean?
Original issue reported on code.google.com by D.Miron...@gmail.com on 2 Dec 2010 at 3:21