Closed GoogleCodeExporter closed 9 years ago
Error log below: desktop:~/project/gmapcatcher$ ./maps.py Traceback (most recent call last): File "/home/Desktop/project/gmapcatcher/gmapcatcher/EXWindow.py", line 217, in on_b_export_clicked self.transfer_thread = mapTilesTransfer.TilesTransfer( self.mapServ.tile_repository, self.drepos, (lat, lng), (min_zl, max_zl), (width, height), self.layer, self.cb_overwrite_destination.get_active() ) File "/home/Desktop/project/gmapcatcher/gmapcatcher/mapTilesTransfer.py", line 48, in __init__ if ( not isinstance( trepos_source, tilesRepo.TilesRepository ) ): AttributeError: 'module' object has no attribute 'TilesRepository' -------- comment out mapTilesTransfer line 48 - 51, problem solve.
Original issue reported on code.google.com by LaiChun...@gmail.com on 6 Mar 2012 at 6:40
LaiChun...@gmail.com
this issues was because the tilesRepo was moved to a different location, all good now see r1229
Original comment by heldersepu on 8 Mar 2012 at 2:01
heldersepu
Original issue reported on code.google.com by
LaiChun...@gmail.com
on 6 Mar 2012 at 6:40