[Qgis-user] Home range plugin on Mac

Daniele Paoloni dan4pao at virgilio.it
Fri Mar 2 23:30:16 PST 2012


Yesterday, after several steps, I managed to run the plugin Home range. 
This morning alternatively it runs or produces thiserror report.

Impossibile caricare il plugin 'HomeRange_plugin' da 
['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/danielepaoloni/.qgis/python', 
'/Users/danielepaoloni/.qgis/python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.6', 
'/Library/Python/2.6/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.6/site-packages', 
'/Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.6', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', 
'/Library/Python/2.6/site-packages', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode', 
'/Users/danielepaoloni/.qgis/python/plugins/mmqgis/forms', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']

Traceback (most recent call last):
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 117, in loadPlugin
     __import__(packageName)
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
"/Users/danielepaoloni/.qgis/python/plugins/HomeRange_plugin/__init__.py", 
line 37, in
     from HRplugin_main import HRPlugin
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
"/Users/danielepaoloni/.qgis/python/plugins/HomeRange_plugin/HRplugin_main.py", 
line 37, in
     from HRplugin_dialog import Dialog
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File 
"/Users/danielepaoloni/.qgis/python/plugins/HomeRange_plugin/HRplugin_dialog.py", 
line 45, in
     import rpy2.robjects as robjects
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File "/Library/Python/2.6/site-packages/rpy2/robjects/__init__.py", 
line 14, in
     import rpy2.rinterface as rinterface
   File 
"/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", 
line 283, in _import
     mod = _builtin_import(name, globals, locals, fromlist, level)
   File "/Library/Python/2.6/site-packages/rpy2/rinterface/__init__.py", 
line 7, in
     R_HOME = tmp.readlines()
IOError: [Errno 4] Interrupted system call

Versione Python:
2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)]


Versione di QGIS:
1.7.4-Wroclaw Wroclaw,

Percorso Python: 
['/Applications/QGIS.app/Contents/MacOS/../Resources/python', 
'/Users/danielepaoloni/.qgis/python', 
'/Users/danielepaoloni/.qgis/python/plugins', 
'/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins', 
'/Library/Frameworks/SQLite3.framework/Versions/3/Python/2.6', 
'/Library/Python/2.6/site-packages/numpy-override', 
'/Library/Frameworks/GDAL.framework/Versions/1.9/Python/2.6/site-packages', 
'/Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg', 
'/Library/Frameworks/cairo.framework/Versions/1/Python/2.6', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', 
'/Library/Python/2.6/site-packages', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC', 
'/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode', 
'/Users/danielepaoloni/.qgis/python/plugins/mmqgis/forms', 
'/Applications/QGIS.app/Contents/Resources/python/plugins/fTools/tools']



What happened last night?

I'm working in mac os 10.6.8

Thank you in advance,
Daniele

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[Daniele Paoloni
[PhD Student in "Sviluppo rurale sostenibile, territorio ed ambiente"
[Assegnista di Ricerca presso il Dipartimento di Biologia Cellulare ed Ambientale

[Università degli Studi di Perugia
[Via Elce di Sotto, 06123 Perugia

[mail: dan4pao at virgilio.it
[skype: danielepaoloni4


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20120303/2336752e/attachment.html>


More information about the Qgis-user mailing list