Closed GoogleCodeExporter closed 8 years ago
That is very very strange, I will build an installer with the latest changes to
test in Win 7
Original comment by heldersepu
on 27 Sep 2011 at 5:50
I just build a new installer:
http://code.google.com/p/gmapcatcher/downloads/detail?name=GMapCatcher-0.7.6.2.e
xe
I tested under Win XP and all seems OK
Original comment by heldersepu
on 27 Sep 2011 at 6:19
Tested on 2 Win 7 machines all is looking good, not sure what is the problem,
but definitely not happening to me.
Please test the new installer
Original comment by heldersepu
on 27 Sep 2011 at 6:49
That is strange as I had said installed version was ok. there was nothing wrong
detected in the code when I was trouble-shooting it. Maybe python.exe take a
longer time to process those events. I should ignore this bug then :)
Original comment by benx...@gmail.com
on 27 Sep 2011 at 9:14
Maybe is something on your version that you have not committed to the trunk
yet...
Original comment by heldersepu
on 27 Sep 2011 at 9:17
ok, commiting the latest changes
Original comment by benx...@gmail.com
on 27 Sep 2011 at 9:38
after getting your changes I'm getting errors:
Traceback (most recent call last):
File "F:\GMapCatcher\maps.py", line 979, in expose_cb
self.draw_overlay()
File "F:\GMapCatcher\maps.py", line 1063, in draw_overlay
self.segment_no, self.ruler_coordx, self.ruler_coordy, self.ruler_coordz
TypeError: draw_overlay() takes at most 13 arguments (17 given)
Original comment by heldersepu
on 27 Sep 2011 at 10:49
Committed all now, had to do it manually and compare each line.
Original comment by benx...@gmail.com
on 27 Sep 2011 at 11:10
now is even worst...
Traceback (most recent call last):
File "F:\GMapCatcher\maps.py", line 36, in <module>
from gmapcatcher.widDrawingArea import DrawingArea
File "F:\GMapCatcher\gmapcatcher\widDrawingArea.py", line 188
self.wr_pltxt(gc,x,y,self.pangolayout)(self, gc, from_coord, to_coord, zl):
^
SyntaxError: invalid syntax
Original comment by heldersepu
on 27 Sep 2011 at 11:13
Still double-click event is not happening here, even after I create the
installer :( Hope it is not giving any errors.
Original comment by benx...@gmail.com
on 27 Sep 2011 at 11:13
(self, gc, from_coord, to_coord, zl):
was a relic from the past :)
Original comment by benx...@gmail.com
on 27 Sep 2011 at 11:17
4:45 am here :) Will wait for your report and then go to sleep.
Original comment by benx...@gmail.com
on 27 Sep 2011 at 11:18
All looks good now! and the double-click event is OK
Original comment by heldersepu
on 27 Sep 2011 at 11:29
I just tested on a new laptop with the latest version of Python and GTK and I'm
experiencing this same issue!
For now I will stick to the previously tested versions:
http://code.google.com/p/gmapcatcher/source/browse/trunk/installer/setup.bat?r=1
090
Original comment by heldersepu
on 13 Oct 2011 at 8:12
Original comment by heldersepu
on 30 Sep 2012 at 8:09
Original issue reported on code.google.com by
benx...@gmail.com
on 27 Sep 2011 at 5:25