Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS X - probable Python 2.6 incompatibilities #3

Open
cbertelli opened this issue Oct 7, 2014 · 2 comments
Open

Mac OS X - probable Python 2.6 incompatibilities #3

cbertelli opened this issue Oct 7, 2014 · 2 comments

Comments

@cbertelli
Copy link

After installing, I get:
The plugin is corrupt. Python message:
zero length field name in format
It seems an issue with python 2.6.

@geodrinx
Copy link
Owner

On MacOSX (Mountain Lion) RasMover does not work :(

Traceback (most recent call last):
File ".qgis2/python/plugins/rasmover/rasmover.py", line 202, in canvasReleaseEvent
subprocess.call([ "gdalbuildvrt", fileVRT, "-input_file_list", listaRaster ])
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
return Popen(_popenargs, *_kwargs).wait()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

It seems "gdalbuildvrt" is not in the path …

@geodrinx
Copy link
Owner

In fact, executing from terminal:

gdalbuildvrt
dyld: Library not loaded: /usr/local/opt/sqlite/lib/libsqlite3.0.8.6.dylib
Referenced from: /usr/local/bin/gdalbuildvrt
Reason: image not found
Trace/BPT trap: 5

How to solve it ?

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

No branches or pull requests

2 participants