-------- Original message --------From: qgis-user-requ...@lists.osgeo.org Date: 
2019-03-10  13:00  (GMT-06:00) To: qgis-user@lists.osgeo.org Subject: Qgis-user 
Digest, Vol 157, Issue 20 Send Qgis-user mailing list submissions to    
qgis-user@lists.osgeo.orgTo subscribe or unsubscribe via the World Wide Web, 
visit      https://lists.osgeo.org/mailman/listinfo/qgis-useror, via email, 
send a message with subject or body 'help' to  
qgis-user-request@lists.osgeo.orgYou can reach the person managing the list at  
qgis-user-owner@lists.osgeo.orgWhen replying, please edit your Subject line so 
it is more specificthan "Re: Contents of Qgis-user digest..."Today's Topics:   
1. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3      (William 
Kyngesburye)   2. Problem exporting layer to GeoPkg (qgis-u...@stripfamily.net) 
  3. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3      (Saber Razmjooei)  
 4. Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3 (kspencer)   5. Re: 
Couldn't load plugin - QGIS 3.6 on Mac 10.14.3      (William Kyngesburye)   6. 
Re: Couldn't load plugin - QGIS 3.6 on Mac 10.14.3 
(kspencer)----------------------------------------------------------------------Message:
 1Date: Sat, 9 Mar 2019 17:22:55 -0600From: William Kyngesburye 
<wokl...@kyngchaos.com>To: kspencer <karl.c.spen...@gmail.com>Cc: 
qgis-user@lists.osgeo.orgSubject: Re: [Qgis-user] Couldn't load plugin - QGIS 
3.6 on Mac       10.14.3Message-ID: 
<f8193e04-095d-4f41-be34-ec4fe001b...@kyngchaos.com>Content-Type: text/plain; 
charset="utf-8"Oh bugger.  I'm uploading a new installer, it should be on the 
QGIS download page tomorrow.> On Mar 9, 2019, at 12:56 PM, kspencer 
<karl.c.spen...@gmail.com> wrote:> > Hello folks,> > I'm a QGIS newb trying to 
install QGIS on my Mac.  Any help would be greatly> appreciated. Got this error 
when trying to run QGIS for the first time:> > Couldn't load plugin 
'processing' > > ImportError:> 
dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so,>
 2): Library not loaded:> 
/Library/Frameworks/SQLite3.framework/Versions/D/SQLite3   Referenced from:> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so
  > Reason: image not found > Traceback (most recent call last):>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 309, in loadPlugin>    __import__(packageName)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py",>
 line 29, in >    from processing.tools.general import *              # NOQA>  
File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py",>
 line 39, in >    from processing.core.Processing import Processing>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",>
 line 58, in >    from processing.algs.qgis.QgisAlgorithmProvider import> 
QgisAlgorithmProvider  # NOQA>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py",>
 line 83, in >    from .ImportIntoSpatialite import ImportIntoSpatialite>  
File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ImportIntoSpatialite.py",>
 line 42, in >    from processing.tools import spatialite>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/spatialite.py",>
 line 29, in >    import sqlite3 as sqlite>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/__init__.py",>
 line 23, in >    from sqlite3.dbapi2 import *>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)>  File> 
"/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/dbapi2.py",>
 line 27, in >    from sqlite3._sqlite3 import *>  File> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>    mod = _builtin_import(name, globals, locals, fromlist, 
level)> ImportError:> 
dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so,>
 2): Library not loaded:> 
/Library/Frameworks/SQLite3.framework/Versions/D/SQLite3>  Referenced from:> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_sqlite3.cpython-36m-darwin.so>
  Reason: image not found> > > Python version: 3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 
2018, 03:02:14) [GCC 4.2.1> Compatible Apple LLVM 6.0 (clang-600.0.57)] > QGIS 
version: 3.6.0-Noosa Noosa, exported > > Python Path:> 
/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python> 
/Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python> 
/Users/karl/Library/Application> 
Support/QGIS/QGIS3/profiles/default/python/plugins> 
/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages> 
/Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python> > > 
> --> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html> 
_______________________________________________> Qgis-user mailing list> 
Qgis-user@lists.osgeo.org> List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user> Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user-----William Kyngesburye 
<kyngchaos*at*kyngchaos*dot*com>http://www.kyngchaos.com/"History is an 
illusion caused by the passage of time, and time is an illusion caused by the 
passage of history."- Hitchhiker's Guide to the Galaxy-------------- next part 
--------------An HTML attachment was scrubbed...URL: 
<http://lists.osgeo.org/pipermail/qgis-user/attachments/20190309/dc0b056a/attachment-0001.html>------------------------------Message:
 2Date: Sat, 9 Mar 2019 22:07:15 -0700From: qgis-user@stripfamily.netTo: 
qgis-user <qgis-user@lists.osgeo.org>Subject: [Qgis-user] Problem exporting 
layer to GeoPkgMessage-ID: 
<8f81ef46-44d6-92c1-217d-ab6e7f508...@stripfamily.net>Content-Type: text/plain; 
charset=utf-8I have a layer that I exported to a GeoPkg. In the export dialog I 
setthe CRS to USA_Contiguous_Albers ...But when I examine the layer in the 
GeoPkg, it has no CRS.I then tried exporting to a shapefile, then importing the 
shapefile intothe GeoPkg, but this fails because the FID in the shapefile has 
thewrong type (double). I checked the export parameters and it was exportedas  
Integer64, but when it's opened the type shows as double.How do I get this 
layer into my geopkg?------------------------------Message: 3Date: Sun, 10 Mar 
2019 06:33:37 +0000From: Saber Razmjooei 
<saber.razmjo...@lutraconsulting.co.uk>To: kspencer 
<karl.c.spen...@gmail.com>Cc: qgis-user <qgis-user@lists.osgeo.org>Subject: Re: 
[Qgis-user] Couldn't load plugin - QGIS 3.6 on Mac 10.14.3Message-ID:      
<CAH=wbrdbkaj2yc4v06pv2wh4qbvl_essueffjmetwxyzius...@mail.gmail.com>Content-Type:
 text/plain; charset="utf-8"You can try this one-click 
installer:https://lutraconsulting.github.io/qgis-mac-packager/RegardsSaberOn 
Sat, 9 Mar 2019, 18:56 kspencer, <karl.c.spen...@gmail.com> wrote:> Hello 
folks,>> I'm a QGIS newb trying to install QGIS on my Mac.  Any help would be> 
greatly> appreciated. Got this error when trying to run QGIS for the first 
time:>> Couldn't load plugin 'processing'>> ImportError:>> 
dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_> 
sqlite3.cpython-36m-darwin.so,> 2): Library not loaded:> 
/Library/Frameworks/SQLite3.framework/Versions/D/SQLite3   Referenced from:> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_> 
sqlite3.cpython-36m-darwin.so> Reason: image not found> Traceback (most recent 
call last):>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 309, in loadPlugin>     __import__(packageName)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py",>
 line 29, in>     from processing.tools.general import *              # NOQA>   
File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py",>
 line 39, in>     from processing.core.Processing import Processing>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py",>
 line 58, in>     from processing.algs.qgis.QgisAlgorithmProvider import> 
QgisAlgorithmProvider  # NOQA>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py",>
 line 83, in>     from .ImportIntoSpatialite import ImportIntoSpatialite>   
File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ImportIntoSpatialite.py",>
 line 42, in>     from processing.tools import spatialite>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/spatialite.py",>
 line 29, in>     import sqlite3 as sqlite>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/__init__.py",>
 line 23, in>     from sqlite3.dbapi2 import *>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)>   File>> 
"/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/dbapi2.py",>
 line 27, in>     from sqlite3._sqlite3 import *>   File>> 
"/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py",> 
line 672, in _import>     mod = _builtin_import(name, globals, locals, 
fromlist, level)> ImportError:>> 
dlopen(/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_> 
sqlite3.cpython-36m-darwin.so,> 2): Library not loaded:> 
/Library/Frameworks/SQLite3.framework/Versions/D/SQLite3>   Referenced from:> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6/sqlite3/_> 
sqlite3.cpython-36m-darwin.so>   Reason: image not found>>> Python version: 
3.6.7 (v3.6.7:6ec5cf24b7, Oct 20 2018, 03:02:14) [GCC 4.2.1> Compatible Apple 
LLVM 6.0 (clang-600.0.57)]> QGIS version: 3.6.0-Noosa Noosa, exported>> Python 
Path:> /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python> 
/Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python> 
/Users/karl/Library/Application> 
Support/QGIS/QGIS3/profiles/default/python/plugins> 
/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins> 
/Library/Frameworks/SQLite3.framework/Versions/E/Python/3.6> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload>> 
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages> 
/Users/karl/Library/Application Support/QGIS/QGIS3/profiles/default/python>>>> 
--> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html> 
_______________________________________________> Qgis-user mailing list> 
Qgis-user@lists.osgeo.org> List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user> Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user-------------- next part 
--------------An HTML attachment was scrubbed...URL: 
<http://lists.osgeo.org/pipermail/qgis-user/attachments/20190310/86f7af98/attachment-0001.html>------------------------------Message:
 4Date: Sun, 10 Mar 2019 06:30:35 -0700 (MST)From: kspencer 
<karl.c.spen...@gmail.com>To: qgis-user@lists.osgeo.orgSubject: Re: [Qgis-user] 
Couldn't load plugin - QGIS 3.6 on Mac       10.14.3Message-ID: 
<1552224635723-0.p...@n6.nabble.com>Content-Type: text/plain; 
charset=us-asciiThank you William.  Much appreciated. Let me know when it's up 
and I'll tryanew.Cheers,K--Sent from: 
http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html------------------------------Message:
 5Date: Sun, 10 Mar 2019 10:03:59 -0500From: William Kyngesburye 
<wokl...@kyngchaos.com>To: kspencer <karl.c.spen...@gmail.com>Cc: 
qgis-user@lists.osgeo.orgSubject: Re: [Qgis-user] Couldn't load plugin - QGIS 
3.6 on Mac      10.14.3Message-ID: 
<19ee71e3-14d7-4f2c-a448-3c9129f69...@kyngchaos.com>Content-Type: text/plain; 
charset="utf-8"It's available now.> On Mar 10, 2019, at 8:30 AM, kspencer 
<karl.c.spen...@gmail.com> wrote:> > Thank you William.  Much appreciated. Let 
me know when it's up and I'll try> anew.> > Cheers,> > K> > > > --> Sent from: 
http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html> 
_______________________________________________> Qgis-user mailing list> 
Qgis-user@lists.osgeo.org> List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user> Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user-----William Kyngesburye 
<kyngchaos*at*kyngchaos*dot*com>http://www.kyngchaos.com/"Time is an illusion - 
lunchtime doubly so."- Ford Prefect-------------- next part --------------An 
HTML attachment was scrubbed...URL: 
<http://lists.osgeo.org/pipermail/qgis-user/attachments/20190310/6139e302/attachment-0001.html>------------------------------Message:
 6Date: Sun, 10 Mar 2019 09:57:50 -0700 (MST)From: kspencer 
<karl.c.spen...@gmail.com>To: qgis-user@lists.osgeo.orgSubject: Re: [Qgis-user] 
Couldn't load plugin - QGIS 3.6 on Mac       10.14.3Message-ID: 
<1552237070321-0.p...@n6.nabble.com>Content-Type: text/plain; 
charset=us-asciiExcellent!  Thanks William.  Works like a charm.Cheers,K--Sent 
from: 
http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html------------------------------Subject:
 Digest Footer_______________________________________________Qgis-user mailing 
listQgis-user@lists.osgeo.orgList info: 
https://lists.osgeo.org/mailman/listinfo/qgis-userUnsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user------------------------------End
 of Qgis-user Digest, Vol 157, Issue 
20******************************************
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to