Re: [Qgis-user] Problems opening sqlite files in 3.2.2 through Spatialite connection.

2018-09-13 Thread DT
OSX 10.13.6 QGIS 3.2.1 Not sure if it's a platform thing, but I can confirm that using Add Layer > Add spatialite layer errors out. But dragging the file into QGIS or using the File Browser will get you a layer selection prompt and correctly load the layer. DT On Thu, Sep 13, 2018 at

Re: [Qgis-user] Mac OS X QGIS 3.2.2 install -Python 3.7.0

2018-09-19 Thread DT
No need to uninstall your system python 2.7. When you install python 3.6.6, it will get mapped to “python3”. One note, if you pre-install some of the python packages, you’ll want to use “pip3” to make sure it installs into python 3.6.6. DT On Wed, Sep 19, 2018 at 6:58 AM nwastra wrote: > Tha

Re: [Qgis-user] QGIS 3.2.3 on MacOSX also fails all GDAL

2018-09-28 Thread DT
This might be an issue with not having the proper paths in QGIS settings. Have you followed this section from the install readme? External Program Paths QGIS 3 does not find external tools needed for Processing. Some configuration options are missing. A workaround is to use QGIS custom variabl

Re: [Qgis-user] Version 3.2.3

2018-10-16 Thread DT
Richard, I'm on 10.13.6 and just tried downloading http://qgis.org/downloads/macOS/QGIS-macOS-3.2.3-1.dmg in Chrome and Safari and both browsers were able to download. On Tue, Oct 16, 2018 at 1:59 PM richard c c dee wrote: > Good evening > > I am new to qgis and having some problems downloading

Re: [Qgis-user] How to fix 'Could not find the Qt platform plugin “Windows” in “”' when implementing qgis in custom Python3 application?

2019-01-10 Thread DT
Matt, I don’t know if this was specific to OSX or of it might be relevant to your issue on Windows, but I had to set another Qt path. See this gist: https://gist.github.com/dmofot/94345126db10660053ccfb0d76a1e32a DT On Thu, Jan 10, 2019 at 4:44 PM Matt Brauer wrote: > I am implementing q

Re: [Qgis-user] Qgis 3.4.4 doesn't launch

2019-01-23 Thread DT
Look in the /Library/Frameworks/GEOS.framework/Versions/ directory and see if the version is something other than 3. At one point I had an issue where it expected version 3, but there was only a 3b. I think I just made a symbolic link from 3 to 3b. DT On Wed, Jan 23, 2019 at 8:45 AM knussear

Re: [Qgis-user] Queensland (Aust) QGIS User Group

2019-02-15 Thread DT
with all the tool developers, trainers, and users. DT On Fri, Feb 15, 2019 at 3:13 AM Alexandre Neto wrote: > Hi, > > There is an Australian one. If there is someone knowing about a more local > group, it's them. > > http://qgis-au.org/ > > They are active o

[Qgis-user] QGIS 3 Standalone Python Script

2018-08-03 Thread DT
start because it could not find or load the Qt platform plugin "cocoa" in "". Reinstalling the application may fix this problem. Abort trap: 6 Anybody have an idea where I'm going wrong? My Google fu has only managed to

Re: [Qgis-user] QGIS 3 Standalone Python Script

2018-08-06 Thread DT
Thanks William! All is working now. Chris - here's what is working for me: https://gist.github.com/dmofot/94345126db10660053ccfb0d76a1e32a and I'm just passing the layers (full path) into the script. For example, /Users//Documents/ DT On Mon, Aug 6, 2018 at 11:03 AM, Chri

Re: [Qgis-user] QGIS 3 Standalone Python Script

2018-08-13 Thread DT
ARY_PATH in the shell or add it directly into the script (or alternatively I could have changed the symbolic link): shell - `export DYLD_LIBRARY_PATH=/Library/Frameworks/GEOS.framework/Versions/3B/unix/lib` script - `os.environ['DYLD_LIBRARY_PATH'] = '/Library/Frameworks/GEOS.fram

Re: [Qgis-user] Pandas in QGIS - MAC

2018-08-15 Thread DT
Can you pull up the Python Console in QGIS and tell us what you get for: import sys print(sys.path) Then do the same thing, but from the command line. DT On Wed, Aug 15, 2018 at 9:29 AM, Philip Hamoui wrote: > Hello everyone, > > This is my first time using this service, and not q