Thanks Nathan, We'll have a look at this. :Stefan
2015-10-06 1:17 GMT+02:00 Peter Borbely <[email protected]>: > Thanks Nath, this worked > > Peter Borbély > <[email protected]> > Interactivista > Fairfax Media > 1 Darling Island Road, Pyrmont 2009 > +61 2 8596 4745 > > [email protected] | @datafunk <http://twitter.com/datafunk> > > > > > > > On 5 October 2015 at 13:59, Nathan Woodrow <[email protected]> wrote: > >> On Mon, Oct 5, 2015 at 12:20 PM, Peter Borbely < >> [email protected]> wrote: >> >>> QSettings().setValue('locale/userLocale', 'en_AU') >>> >> >> >> For some reason that setting is null when the plugin asks for it but not >> in the options which I'm not sure why. This is a external plugin so the >> author will need that handle that case. >> >> Here are some workarounds for now. >> >> Run this: >> >> from PyQt4.QtCore import * >> QSettings().setValue('locale/userLocale', 'en_AU') >> >> You need to import the module and then use the settings class. >> >> Or you can put the attached file into >> .qgis2\python\plugins\editablegeocsv folder. I have patched this file so >> it should work. >> >> Regards, >> > > > The information contained in this e-mail message and any accompanying > files is or may be confidential. If you are not the intended recipient, any > use, dissemination, reliance, forwarding, printing or copying of this > e-mail or any attached files is unauthorised. This e-mail is subject to > copyright. No part of it should be reproduced, adapted or communicated > without the written consent of the copyright owner. If you have received > this e-mail in error please advise the sender immediately by return e-mail > or telephone and delete all copies. Fairfax Media does not guarantee the > accuracy or completeness of any information contained in this e-mail or > attached files. Internet communications are not secure, therefore Fairfax > Media does not accept legal responsibility for the contents of this message > or attached files. > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
