Closed GoogleCodeExporter closed 8 years ago
This is another example where I have not appreciated what the locale settings
on a
wxString mean. The extra arguments are due to the fact that a floating point
number
is being converted into two Python parameters by the
wxString::operator<<(double)
method due to the use of a comma as a decimal point. Python uses the comma as
an
argument separator.
I may need to change back to the std::ostringstream or std::wostringstream
instead of
wxString.
Sorry about that. I'm won't be in a position to repair this until tonight.
(It's
only lunch time here at the moment) Leave it with me and I will fix it.
Original comment by David.Ni...@gmail.com
on 28 Apr 2010 at 2:42
Hans,
sorry about that. Can you give it a go now? I made quite a few changes but I
believe I got them all (famous last words).
Thanks
David Nicholls
Original comment by David.Ni...@gmail.com
on 28 Apr 2010 at 9:29
David,
N.P. thx for spending your Time.
I understand that Problem.
THX for fixing this ...
Hans
Original comment by aachen.h...@googlemail.com
on 28 Apr 2010 at 4:50
Original issue reported on code.google.com by
aachen.h...@googlemail.com
on 27 Apr 2010 at 10:43