Closed GoogleCodeExporter closed 9 years ago
thanks for reporting.
unfortunately, input() is not supported, because it is too dynamic (that is, it
can
return any type of object, depending on what you type in). raw_input() is
supported,
so you might use that instead..
see also issue 26, where the same problem was reported:
http://code.google.com/p/shedskin/issues/detail?id=26
Original comment by mark.duf...@gmail.com
on 20 Jun 2009 at 4:36
Original issue reported on code.google.com by
td68...@gmail.com
on 20 Jun 2009 at 3:47