Do .evf formmat can be supported in QGIS? On Wed, Sep 19, 2012 at 12:30 AM, <[email protected]> wrote:
> Send Qgis-user mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.osgeo.org/mailman/listinfo/qgis-user > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Qgis-user digest..." > > > Today's Topics: > > 1. Re: DXF EXPORT (the_sloth) > 2. Error loading FastSqlLayer (Johan Nilsson) > 3. Re: Error loading FastSqlLayer (Etienne Tourigny) > 4. Re: DXF EXPORT (Zirneklitis) > 5. Loading query layer from DB Manager (Saber Razmjooei) > 6. Re: FGDB and QGIS 1.8 (Zirneklitis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 18 Sep 2012 09:03:49 -0700 (PDT) > From: the_sloth <[email protected]> > To: [email protected] > Subject: Re: [Qgis-user] DXF EXPORT > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > New to qgis and this is my first post on this forum. Hello all! > > Zirneklitis, I did as you instructed. Now I get an error message "Error in > drawing header on line 31" when I try to open the .dxf in my CAD program. I > edited the .dxf in notepad. I haven't done this before, so I am likely > doing > something wrong. > > Thanks in advance. > > > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/DXF-EXPORT-tp4983642p5002719.html > Sent from the Quantum GIS - User mailing list archive at Nabble.com. > > > ------------------------------ > > Message: 2 > Date: Tue, 18 Sep 2012 18:18:12 +0200 > From: Johan Nilsson <[email protected]> > To: [email protected] > Subject: [Qgis-user] Error loading FastSqlLayer > Message-ID: > < > calnm-k-8nvee341dgumuqjm+g6ykddy70ejq96jrkdotzar...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > I have Ubuntu 10.04LTS andhave added ppa: > http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu > > And get this error-message then Ii start QGIS: > > Couldn't load plugin FastSqlLayer due an error when calling its initGui() > > method > > > > Traceback (most recent call last): > > File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 173, in > > startPlugin > > plugins[packageName].initGui() > > File "/home/johan/.qgis//python/plugins/FastSqlLayer/postgislayer.py", > > line 60, in initGui > > actions = conn.getAvailableConnections() > > File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py", > > line 48, in getAvailableConnections > > connection = self.getConnection( c ) > > File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py", > > line 32, in getConnection > > exec( "from connectors import %s as connector" % conntype) > > File "", line 1, in > > File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in > > _import > > mod = _builtin_import(name, globals, locals, fromlist, level) > > File > > "/home/johan/.qgis//python/plugins/FastSqlLayer/connectors/postgis.py", > > line 24, in > > import psycopg2 > > File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in > > _import > > mod = _builtin_import(name, globals, locals, fromlist, level) > > ImportError: No module named psycopg2 > > > > Python version: > > 2.6.5 (r265:79063, Apr 16 2010, 13:28:26) > > [GCC 4.4.3] > > > > > > QGIS version: > > 1.8.0-Lisboa Lisboa, exported > > > > Python path: ['/home/johan/.qgis//python/plugins/sextante', > > '/home/johan/.qgis/python/plugins/elevation', '/usr/share/qgis/python', > > '/home/johan/.qgis//python', '/home/johan/.qgis//python/plugins', > > '/usr/share/qgis/python/plugins', '/usr/lib/python2.6', > > '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', > > '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', > > '/usr/lib/python2.6/dist-packages', > '/usr/lib/python2.6/dist-packages/PIL', > > '/usr/lib/python2.6/dist-packages/gst-0.10', > > '/usr/lib/pymodules/python2.6', > '/usr/lib/python2.6/dist-packages/gtk-2.0', > > '/usr/lib/pymodules/python2.6/gtk-2.0', > > '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > > '/usr/local/lib/python2.6/dist-packages', > > '/home/johan/.qgis/python/plugins/qgis2kml', > > '/home/johan/.qgis/python/plugins/qgis2kml', '~/.qgis/python', > > '/usr/share/qgis/python', '.', > > '/usr/share/qgis/python/plugins/fTools/tools', '.'] > > > > /Cheers Johan Nilsson > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.osgeo.org/pipermail/qgis-user/attachments/20120918/03ac313c/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Tue, 18 Sep 2012 13:21:32 -0300 > From: Etienne Tourigny <[email protected]> > To: Johan Nilsson <[email protected]> > Cc: [email protected] > Subject: Re: [Qgis-user] Error loading FastSqlLayer > Message-ID: > <CA+TxYvOawQT9nzzyxZ0Y26BKGSEqhsGruCZRvUY19hp2eOwx= > [email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > The error message means you do not have psycopg2 installed, you need > to install python-psycopg2 > > On Tue, Sep 18, 2012 at 1:18 PM, Johan Nilsson <[email protected]> wrote: > > I have Ubuntu 10.04LTS andhave added ppa: > > http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu > > > > And get this error-message then Ii start QGIS: > > > >> Couldn't load plugin FastSqlLayer due an error when calling its > initGui() > >> method > >> > >> Traceback (most recent call last): > >> File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 173, in > >> startPlugin > >> plugins[packageName].initGui() > >> File "/home/johan/.qgis//python/plugins/FastSqlLayer/postgislayer.py", > >> line 60, in initGui > >> actions = conn.getAvailableConnections() > >> File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py", > >> line 48, in getAvailableConnections > >> connection = self.getConnection( c ) > >> File "/home/johan/.qgis//python/plugins/FastSqlLayer/DbConnection.py", > >> line 32, in getConnection > >> exec( "from connectors import %s as connector" % conntype) > >> File "", line 1, in > >> File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in > >> _import > >> mod = _builtin_import(name, globals, locals, fromlist, level) > >> File > >> "/home/johan/.qgis//python/plugins/FastSqlLayer/connectors/postgis.py", > line > >> 24, in > >> import psycopg2 > >> File "/usr/lib/python2.6/dist-packages/qgis/utils.py", line 309, in > >> _import > >> mod = _builtin_import(name, globals, locals, fromlist, level) > >> ImportError: No module named psycopg2 > >> > >> Python version: > >> 2.6.5 (r265:79063, Apr 16 2010, 13:28:26) > >> [GCC 4.4.3] > >> > >> > >> QGIS version: > >> 1.8.0-Lisboa Lisboa, exported > >> > >> Python path: ['/home/johan/.qgis//python/plugins/sextante', > >> '/home/johan/.qgis/python/plugins/elevation', '/usr/share/qgis/python', > >> '/home/johan/.qgis//python', '/home/johan/.qgis//python/plugins', > >> '/usr/share/qgis/python/plugins', '/usr/lib/python2.6', > >> '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', > >> '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', > >> '/usr/lib/python2.6/dist-packages', > '/usr/lib/python2.6/dist-packages/PIL', > >> '/usr/lib/python2.6/dist-packages/gst-0.10', > '/usr/lib/pymodules/python2.6', > >> '/usr/lib/python2.6/dist-packages/gtk-2.0', > >> '/usr/lib/pymodules/python2.6/gtk-2.0', > >> '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', > >> '/usr/local/lib/python2.6/dist-packages', > >> '/home/johan/.qgis/python/plugins/qgis2kml', > >> '/home/johan/.qgis/python/plugins/qgis2kml', '~/.qgis/python', > >> '/usr/share/qgis/python', '.', > >> '/usr/share/qgis/python/plugins/fTools/tools', '.'] > > > > > > /Cheers Johan Nilsson > > > > > > _______________________________________________ > > Qgis-user mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/qgis-user > > > > > ------------------------------ > > Message: 4 > Date: Tue, 18 Sep 2012 19:37:00 +0300 > From: Zirneklitis <[email protected]> > Cc: [email protected] > Subject: Re: [Qgis-user] DXF EXPORT > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > And what is in the 31-st line? > May be You can attached the first 40 lines of the DXF file? > > K. > > > the_sloth wrote: > > New to qgis and this is my first post on this forum. Hello all! > > > > Zirneklitis, I did as you instructed. Now I get an error message "Error > in > > drawing header on line 31" when I try to open the .dxf in my CAD > program. I > > edited the .dxf in notepad. I haven't done this before, so I am likely > doing > > something wrong. .. > > > ------------------------------ > > Message: 5 > Date: Tue, 18 Sep 2012 17:38:38 +0100 > From: Saber Razmjooei <[email protected]> > To: QGIS Users List <[email protected]> > Subject: [Qgis-user] Loading query layer from DB Manager > Message-ID: <1347986318.14465.4.camel@ioio> > Content-Type: text/plain; charset="UTF-8" > > Dear List, > > I am trying to load result of my PostGIS query from DB Manager to the > canvas but it fails to add it. There is no error message in the PostGIS > log window. I use Windows 7, PostGIS 2.0, QGIS 1.8. > > The same process work in Ubuntu. > > Anyone else has experienced the same problem? > > Regards > Saber > > -- > Saber Razmjooei > Lutra Consulting > www.lutraconsulting.co.uk > > > > > > -- > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify the system manager. > This message contains confidential information and is intended only for the > individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately > by e-mail if you have received this e-mail by mistake and delete this > e-mail from your system. If you are not the intended recipient you are > notified > that disclosing, copying, distributing or taking any action in reliance on > the contents of this information is strictly prohibited. > > Whilst reasonable care has been taken to avoid virus transmission, no > responsibility for viruses is taken and it is your responsibility to carry > out > such checks as you feel appropriate. > > Saber Razmjooei and Peter Wells trading as Lutra Consulting. > > > ------------------------------ > > Message: 6 > Date: Tue, 18 Sep 2012 19:50:04 +0300 > From: Zirneklitis <[email protected]> > To: [email protected] > Subject: Re: [Qgis-user] FGDB and QGIS 1.8 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > At least FileGDB API for Linux x64 works as expected :) > > $ ogrinfo --formats | grep "GDB" > -> "FileGDB" (read/write) > > > Well, I have compiled GDAL 2.0dev > > > > William Kyngesburye wrote: > > Well, I was going to say this wasn't possible, at least it isn't > currently. On a whim I checked Esri, and wow, they have a Mac version of > their FileGDB API library now! > > > > This will take a while for me to look into, but I expect I will release > a plugin for my GDAL framework, providing the license allows it, then it > should automatically be available in QGIS. Stay tuned to my site. > > > > .. > > > ------------------------------ > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > > > End of Qgis-user Digest, Vol 79, Issue 40 > ***************************************** > -- Nanda Nautiyal Research Scholar Department of Environmental Science, College of Basic Sciences and Humanities G.B.Pant University of Agriculture and Technology Pantnagar-263145, Uttarakhand, India Cell: +919410312538 [email protected]
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
