Changes between Version 1 and Version 2 of Ticket #57112, comment 6


Ignore:
Timestamp:
Jan 31, 2019, 11:48:12 AM (5 years ago)
Author:
fvaccari
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57112, comment 6

    v1 v2  
    1818}}}
    1919
    20 and the installation was successful.
     20and the installation was successful. But then upon launch I get this message, which seems to indicate that python support is disabled, so this is not an optimal solution...:
     21
     22
     23{{{
     24Couldn't load QGIS utils.
     25Python support will be disabled.
     26
     27
     28Traceback (most recent call last):
     29  File "", line 1, in
     30  File "/Applications/MacPorts/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 20, in
     31    from future import standard_library
     32ImportError: No module named future
     33
     34
     35Python version:
     362.7.15 (default, Sep 12 2018, 13:34:28)
     37[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]
     38
     39QGIS version:
     402.18.17 'Las Palmas', exported
     41
     42Python path:
     43['/Applications/MacPorts/QGIS.app/Contents/MacOS/../Resources/python', u'/Users/locadmin/.qgis2/python', u'/Users/locadmin/.qgis2/python/plugins', '/Applications/MacPorts/QGIS.app/Contents/MacOS/../Resources/python/plugins', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages']
     44}}}