[Pydev-users] [pydev - Users] RE: Decimal conversion problem on Windows
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-06 16:00:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3901818 By: fabioz Surely appears related to the raw_input problem. If you do: Decimal(raw_input("Enter PI: ").replace('\r','')) It should work. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |