philhassey/tinypy

tinypy throws and exception on Ubuntu 9.10 X86_64

Opened this issue · 2 comments

What steps will reproduce the problem?
1. first build using "python setup.py linux",
2. now try to do ./build/tinypy,
3.

What is the expected output? What do you see instead?
Exception
tp_get: KeyError: 0

What version of the product are you using? On what operating system?
1.1, Ubuntu 9.10 X86_64, Python 2.6.4, 4.4.1

Please provide any additional information below.
The same thing happens for 64k classic version of tinypy

Original issue reported on code.google.com by ankurado...@gmail.com on 20 Jan 2010 at 4:25

It's gcc-4.4.1

Original comment by ankurado...@gmail.com on 20 Jan 2010 at 4:27

tinypy expects a script argument:

./build/tinypy test.py

It doesn't have an interactive interpreter at present.  Although a better error 
message would probably be nicer 
here.

Original comment by philhas...@gmail.com on 20 Jan 2010 at 5:12