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 OSX Lion GDAL Plugin #14225

Closed
qgib opened this issue Sep 15, 2011 · 7 comments
Closed

Mac OSX Lion GDAL Plugin #14225

qgib opened this issue Sep 15, 2011 · 7 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Sep 15, 2011

Author Name: CK - (CK -)
Original Redmine Issue: 4288
Affected QGIS version: master
Redmine category:python_plugins


Hi,

Plugin error message on startup. Began with V1.7, persists in dev build V1.8. Gdal plugin not working, Plugin manager unable to find osgeo plugin as mentioned in QGIS V1.8 Readme File. Plugin path issue?
Cheers,
CK

Message:


Couldn't load plugin GdalTools due an error when calling its classFactory() method

Traceback (most recent call last):
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 138, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/init.py", line 32, in classFactory
from GdalTools import GdalTools
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 283, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/GdalTools.py", line 39, in
raise ImportError( error_str )
ImportError: No module named osgeo [python-gdal]

Python version:
2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]

QGIS version:
1.8.0-Trunk Trunk, a53e614

Python path: ['/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python', '/Users/Chris/.qgis/python', '/Users/Chris/.qgis/python/plugins', '/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages', '~/.qgis/python', '/Users/Chris/.qgis/python/plugins/fTools/tools']

@qgib
Copy link
Contributor Author

qgib commented Oct 31, 2011

Author Name: Alexandre Leroux (@alexandreleroux)


I have this error message and another similar one related to OpenLayers classFactory, see Issue #14398.

I'm using KyngChaos' QGIS 1.7.1-3 and getting these errors. Thanks!

@qgib
Copy link
Contributor Author

qgib commented Nov 12, 2011

Author Name: Tim Sutton (Tim Sutton)


  • fixed_version_id was changed from Version 1.7.1 to Version 1.7.2

@qgib
Copy link
Contributor Author

qgib commented Nov 19, 2011

Author Name: Alexandre Leroux (@alexandreleroux)


Thanks to Chris Kahler (probably the original submitter of this bug, "CK") who contacted me via email, after installing KyngChaos's new GDAL framework updated on October 25th 2011, this error does not show up anymore with QGIS 1.7.1.

In other words, it now works fine for both of us. Maybe this bug report can be considered fixed now? Thanks! :-)

@qgib
Copy link
Contributor Author

qgib commented Nov 30, 2011

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.2 to Version 1.7.3

@qgib
Copy link
Contributor Author

qgib commented Dec 16, 2011

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.3 to Version 1.7.4

@qgib
Copy link
Contributor Author

qgib commented Jan 28, 2012

Author Name: Giovanni Manghi (@gioman)


  • status_id was changed from Open to Closed
  • resolution was changed from to invalid
  • version was configured as master
  • crashes_corrupts_data was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Oct 17, 2017

Author Name: Jürgen Fischer (@jef-n)


  • description was changed from Hi,

Plugin error message on startup. Began with V1.7, persists in dev build V1.8. Gdal plugin not working, Plugin manger unable to find osgeo plugin as mentioned in QGIS V1.8 Readme File. Plugin path issue?
Cheers,
CK

Message:


Couldn't load plugin GdalTools due an error when calling its classFactory() method

Traceback (most recent call last):
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 138, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/init.py", line 32, in classFactory
from GdalTools import GdalTools
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 283, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/GdalTools.py", line 39, in
raise ImportError( error_str )
ImportError: No module named osgeo [python-gdal]

Python version:
2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]

QGIS version:
1.8.0-Trunk Trunk, a53e614

Python path: ['/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python', '/Users/Chris/.qgis/python', '/Users/Chris/.qgis/python/plugins', '/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages', '~/.qgis/python', '/Users/Chris/.qgis/python/plugins/fTools/tools'] to Hi,

Plugin error message on startup. Began with V1.7, persists in dev build V1.8. Gdal plugin not working, Plugin manager unable to find osgeo plugin as mentioned in QGIS V1.8 Readme File. Plugin path issue?
Cheers,
CK

Message:


Couldn't load plugin GdalTools due an error when calling its classFactory() method

Traceback (most recent call last):
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 138, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/init.py", line 32, in classFactory
from GdalTools import GdalTools
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 283, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins/GdalTools/GdalTools.py", line 39, in
raise ImportError( error_str )
ImportError: No module named osgeo [python-gdal]

Python version:
2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]

QGIS version:
1.8.0-Trunk Trunk, a53e614

Python path: ['/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python', '/Users/Chris/.qgis/python', '/Users/Chris/.qgis/python/plugins', '/Applications/QGIS-1.8.app/Contents/MacOS/../Resources/python/plugins', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages', '~/.qgis/python', '/Users/Chris/.qgis/python/plugins/fTools/tools']

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib added this to the Version 1.7.4 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant