pyarchinit / vector_georeferencer_plugin

A visual tool to georeferencing vector layers version=0.1 author=Giuliano Curti, Luca Mandolesi, Giuseppe Patti
1 stars 3 forks source link

Issue with Python 2.6 #10

Open cbertelli opened 9 years ago

cbertelli commented 9 years ago

I changed this line: localePath = os.path.join(self.plugindir, 'i18n', 'vectorgeoref{}.qm'.format(locale)) with this localePath = os.path.join(self.plugindir, 'i18n', 'vectorgeoref{0}.qm'.format(locale)) and now it works. Thank you for the plugin. I did zero for it ;-).