Re: [Qgis-user] python raw_input broken

2011-08-11 Thread Martin Dobias
raw_input() method reads data from standard input stream. I am afraid this will not work well on windows. We should probably redirect the standard input to the qgis python console in order to make this method working. Martin On Wed, Aug 10, 2011 at 1:59 AM, z x wrote: > With QGIS 1.6.0 python co

[Qgis-user] python raw_input broken

2011-08-09 Thread z x
With QGIS 1.6.0 python console on XP, input(), raw_input(), etc. don't work using the Enter key, returns EOFError when reading a line. What is wrong? ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user