mzsk / tinypy

Automatically exported from code.google.com/p/tinypy
Other
0 stars 0 forks source link

tinypy throws and exception on Ubuntu 9.10 X86_64 #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
It's gcc-4.4.1

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

GoogleCodeExporter commented 9 years ago
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