Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Mac OS X - probable Python 2.6 incompatibilities or missing modules #23

Closed
cbertelli opened this issue Oct 7, 2014 · 5 comments
Closed

Comments

@cbertelli
Copy link

After installing I get:
The plugin is corrupt. Python message:
cannot import name OrderedDict
Maybe it's a missing module or an issue with python 2.6

@3nids 3nids closed this as completed in e976edf Oct 7, 2014
@3nids
Copy link
Owner

3nids commented Oct 7, 2014

can you try with new version?
thanks

@cbertelli
Copy link
Author

Thanks for the flashy fix!
I tried downloading the archive, extracting and renaming, but now it says
No module named qgissettingmanager

@3nids
Copy link
Owner

3nids commented Oct 7, 2014

I already pushed to the repo, would be easier.
Otherwise, you have to git init submodules and make the plugin. Also, make requires the pyuic plugin from the custom widget lib...So, you'll better go with the repo version ;)

@3nids
Copy link
Owner

3nids commented Oct 7, 2014

there was a bad package in version 3.2.3. Version 3.2.4 should be ok.

@cbertelli
Copy link
Author

There was another issue with quickfinder_plugin.py

I put a zero where needed for 2.6 compatibility

    localePath = os.path.join(self.plugin_dir, 'i18n',

'quickfinder_{0}.qm'.format(locale))

instead of
localePath = os.path.join(self.plugin_dir, 'i18n',
'quickfinder_{}.qm'.format(locale))

and it seems to be fixed.

c

On Tue, Oct 7, 2014 at 4:47 PM, Denis Rouzaud notifications@github.com
wrote:

there was a bad package in version 3.2.3. Version 3.2.4 should be ok.

Reply to this email directly or view it on GitHub
#23 (comment).


Carlo A. Bertelli
Charta servizi e sistemi per il territorio e la storia ambientale srl
Dipendenze del palazzo Doria,
vc. alla Chiesa della Maddalena 9/2 16124 Genova (Italy)
tel. +39(0)10 2475439 fax +39(0)10 2475439 gsm:+39 393 1590711

e-mail: bertelli@charta.acme.com http://www.charta.acme.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants