Re: [Qgis-user] [extern] Re: Problem with Python/Qgis

2023-12-12 Thread Gaël Kermarrec via QGIS-User
Hi, this is a qgis python problem since I got such error for everything 
involving python with qgis. This was just an exemple. For sure I installed and 
reinstalled it :-). I hope that someone had the same pb

Le 13 décembre 2023 07:56:38 GMT+01:00, Frank Broniewski  a 
écrit :
>Hi Gael,
>
>this is not a QGIS problem, but one of your installed plugins is causing the 
>issue. The first line mentions it already
>> Couldn't load plugin 'crayfish'
>
>I don't know the plugin, but you could try to delete / uninstall it and 
>reinstall it again. If you go in a terminal to 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins and 
>delete the 'crayfish' folder, QGIS should start without the error.
>
>Further down the line the vrtbuilder plugin is mentioned as well, you might 
>want to delete and reinstall it as well, just to be sure if the crayfish 
>plugin is a dependency of the vrtbuilder plugin.
>
>HTH
>Frank
>
>
>Von: QGIS-User  im Auftrag von Gael 
>Kermarrec via QGIS-User 
>Gesendet: Mittwoch, 13. Dezember 2023 01:52
>An: chris hermansen 
>Cc: qgis-user@lists.osgeo.org 
>Betreff: Re: [Qgis-user] [extern] Re: Problem with Python/Qgis
>
>
>thanks chris for your help. I tried your suggestion, I was able to install 
>Qgis but interestingly as I launched it I got immediatly the error message
>
>Couldn't load plugin 'crayfish' due to an error when calling its initGui() 
>method AttributeError: module 'pyqtgraph' has no attribute 'GraphicsWindow' 
>Traceback (most recent call last): File 
>"/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin 
>plugins[packageName].initGui() File 
>"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/plugin.py",
> line 96, in initGui w = CrayfishPlotWidget(self.plot_dock_widget) File 
>"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/gui/plot_widget.py",
> line 186, in __init__ self.gw = pyqtgraph.GraphicsWindow() AttributeError: 
>module 'pyqtgraph' has no attribute 'GraphicsWindow' Python version: 3.8.10 
>(default, Nov 22 2023, 10:22:35) [GCC 9.4.0] QGIS version: 3.26.3-Buenos Aires 
>Buenos Aires, 65e4edfdad Python Path: /usr/share/qgis/python 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins 
>/usr/share/qgis/python/plugins /usr/lib/python38.zip /usr/lib/python3.8 
>/usr/lib/python3.8/lib-dynload /usr/local/lib/python3.8/dist-packages 
>/usr/lib/python3/dist-packages 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
>/home/kermarrec/.local/share/gis4wrf/python38/local/lib/python3.8/site-packages
> /home/kermarrec/.local/share/gis4wrf/python38/lib/python3/site-packages 
>/home/kermarrec/.local/share/gis4wrf/python38/lib/python3.8/site-packages . 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin
> 
>/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin/vrtbuilder
>
>I have no idea what I could do to solve the problem.
>
>gael.
>
>On 12/12/23 18:36, chris hermansen wrote:
>Gael and list,
>
>On Tue, Dec 12, 2023 at 8:03 AM Gael Kermarrec via QGIS-User 
>mailto:qgis-user@lists.osgeo.org>> wrote:
>Dear members,
>
>I am trying to install Qgis from Ubuntu 20.04 but everytime I make sudo
>apt install qgis qgis-plugin-grass I become the following:
>
>
>The following packages contain unsatisfied dependencies:
>qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but
>1:3.26.3+32focal-ubuntugis needs to be installed
>Depends on qgis-providers (= 1:3.22.16+32focal) but
>1:3.26.3+32focal-ubuntugis needs to be installed
>Depends on qgis-common (= 1:3.22.16+32focal) but
>1:3.26.3+32focal-ubuntugis needs to be installed
>qgis-plugin-grass: Depends on qgis-plugin-grass-common (=
>1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be installed
>Depends on grass782
>E: Unable to correct problems, defective packages are in "keep in the
>current state" mode.
>
>I have no idea what I should do to make it works. Maybe somebody had the
>same problem, I would be grateful to get some support as I would like to
>work with QGis.
>
>It looks as though you might be trying to work with the ubuntugis PPA.  If 
>that's so, maybe you should consider trying the suggested methodology on the 
>QGIS site here:
>
>https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu
>
>If you just want to correct the unsatisfied dependencies, it's probably worth 
>trying your command again with the "-f" option:
>
>apt install -f qgis qgis-plugin-grass
>
>In any event, I suggest you read this useful mini-tutorial on fixing 
>unsatisfied dependencies.
>
>https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa
>--
>Chris Hermansen · clhermansen "at" gmail "dot" com
>
>C'est ma façon de parler.
>
>--
>----
>Dr. Gael Kermarrec
>Institute for 

Re: [Qgis-user] [extern] Re: Problem with Python/Qgis

2023-12-12 Thread Andrea Giudiceandrea via QGIS-User

Gael Kermarrec kermarrec at meteo.uni-hannover.de
Tue Dec 12 16:52:37 PST 2023


Couldn't load plugin 'crayfish' due to an error when calling its 
initGui() method AttributeError: module 'pyqtgraph' has no attribute 
'GraphicsWindow' Traceback (most recent call last)


Hi Gael,
the error message is quite clear: it is caused by the external plugin 
"crayfish" you have installed in the QGIS user profile "default". The 
issue has been already reported [1].


Te easiest way to get rid of the error message is to uninstall such 
external plugin or to use a new QGIS user profile [2][3] or to start 
QGIS without any plugin enabled [3].


Best regards.

Andrea


[1] https://github.com/lutraconsulting/qgis-crayfish-plugin/issues/499
[2] 
https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles
[3] 
https://docs.qgis.org/3.28/en/docs/user_manual/introduction/qgis_configuration.html#command-line-and-environment-variables

___
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


Re: [Qgis-user] [extern] Re: Problem with Python/Qgis

2023-12-12 Thread Frank Broniewski via QGIS-User
Hi Gael,

this is not a QGIS problem, but one of your installed plugins is causing the 
issue. The first line mentions it already
> Couldn't load plugin 'crayfish'

I don't know the plugin, but you could try to delete / uninstall it and 
reinstall it again. If you go in a terminal to 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins and 
delete the 'crayfish' folder, QGIS should start without the error.

Further down the line the vrtbuilder plugin is mentioned as well, you might 
want to delete and reinstall it as well, just to be sure if the crayfish plugin 
is a dependency of the vrtbuilder plugin.

HTH
Frank


Von: QGIS-User  im Auftrag von Gael 
Kermarrec via QGIS-User 
Gesendet: Mittwoch, 13. Dezember 2023 01:52
An: chris hermansen 
Cc: qgis-user@lists.osgeo.org 
Betreff: Re: [Qgis-user] [extern] Re: Problem with Python/Qgis


thanks chris for your help. I tried your suggestion, I was able to install Qgis 
but interestingly as I launched it I got immediatly the error message

Couldn't load plugin 'crayfish' due to an error when calling its initGui() 
method AttributeError: module 'pyqtgraph' has no attribute 'GraphicsWindow' 
Traceback (most recent call last): File 
"/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin 
plugins[packageName].initGui() File 
"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/plugin.py",
 line 96, in initGui w = CrayfishPlotWidget(self.plot_dock_widget) File 
"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/gui/plot_widget.py",
 line 186, in __init__ self.gw = pyqtgraph.GraphicsWindow() AttributeError: 
module 'pyqtgraph' has no attribute 'GraphicsWindow' Python version: 3.8.10 
(default, Nov 22 2023, 10:22:35) [GCC 9.4.0] QGIS version: 3.26.3-Buenos Aires 
Buenos Aires, 65e4edfdad Python Path: /usr/share/qgis/python 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins 
/usr/share/qgis/python/plugins /usr/lib/python38.zip /usr/lib/python3.8 
/usr/lib/python3.8/lib-dynload /usr/local/lib/python3.8/dist-packages 
/usr/lib/python3/dist-packages 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
/home/kermarrec/.local/share/gis4wrf/python38/local/lib/python3.8/site-packages 
/home/kermarrec/.local/share/gis4wrf/python38/lib/python3/site-packages 
/home/kermarrec/.local/share/gis4wrf/python38/lib/python3.8/site-packages . 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin
 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin/vrtbuilder

I have no idea what I could do to solve the problem.

gael.

On 12/12/23 18:36, chris hermansen wrote:
Gael and list,

On Tue, Dec 12, 2023 at 8:03 AM Gael Kermarrec via QGIS-User 
mailto:qgis-user@lists.osgeo.org>> wrote:
Dear members,

I am trying to install Qgis from Ubuntu 20.04 but everytime I make sudo
apt install qgis qgis-plugin-grass I become the following:


The following packages contain unsatisfied dependencies:
qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-providers (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-common (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
qgis-plugin-grass: Depends on qgis-plugin-grass-common (=
1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be installed
Depends on grass782
E: Unable to correct problems, defective packages are in "keep in the
current state" mode.

I have no idea what I should do to make it works. Maybe somebody had the
same problem, I would be grateful to get some support as I would like to
work with QGis.

It looks as though you might be trying to work with the ubuntugis PPA.  If 
that's so, maybe you should consider trying the suggested methodology on the 
QGIS site here:

https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

If you just want to correct the unsatisfied dependencies, it's probably worth 
trying your command again with the "-f" option:

apt install -f qgis qgis-plugin-grass

In any event, I suggest you read this useful mini-tutorial on fixing 
unsatisfied dependencies.

https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa
--
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.

--
----
Dr. Gael Kermarrec
Institute for meteorology and climatology
Leibniz Universität Hannover
Herrenhäuser Str. 2
D-30419 Hannover
Tel: +49 511 762 2679
Email: kermar...@meteo.uni-hannover.de
Web: www.meteo.uni-hannover.de
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: 

Re: [Qgis-user] [extern] Re: Problem with Python/Qgis

2023-12-12 Thread Gael Kermarrec via QGIS-User
thanks chris for your help. I tried your suggestion, I was able to 
install Qgis but interestingly as I launched it I got immediatly the 
error message


Couldn't load plugin 'crayfish' due to an error when calling its 
initGui() method AttributeError: module 'pyqtgraph' has no attribute 
'GraphicsWindow' Traceback (most recent call last): File 
"/usr/lib/python3/dist-packages/qgis/utils.py", line 448, in startPlugin 
plugins[packageName].initGui() File 
"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/plugin.py", 
line 96, in initGui w = CrayfishPlotWidget(self.plot_dock_widget) File 
"/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/crayfish/gui/plot_widget.py", 
line 186, in __init__ self.gw = pyqtgraph.GraphicsWindow() 
AttributeError: module 'pyqtgraph' has no attribute 'GraphicsWindow' 
Python version: 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] QGIS 
version: 3.26.3-Buenos Aires Buenos Aires, 65e4edfdad Python Path: 
/usr/share/qgis/python 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins 
/usr/share/qgis/python/plugins /usr/lib/python38.zip /usr/lib/python3.8 
/usr/lib/python3.8/lib-dynload /usr/local/lib/python3.8/dist-packages 
/usr/lib/python3/dist-packages 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python 
/home/kermarrec/.local/share/gis4wrf/python38/local/lib/python3.8/site-packages 
/home/kermarrec/.local/share/gis4wrf/python38/lib/python3/site-packages 
/home/kermarrec/.local/share/gis4wrf/python38/lib/python3.8/site-packages 
. 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin 
/home/kermarrec/.local/share/QGIS/QGIS3/profiles/default/python/plugins/vrtbuilderplugin/vrtbuilder


I have no idea what I could do to solve the problem.

gael.

On 12/12/23 18:36, chris hermansen wrote:

Gael and list,

On Tue, Dec 12, 2023 at 8:03 AM Gael Kermarrec via QGIS-User 
 wrote:


Dear members,

I am trying to install Qgis from Ubuntu 20.04 but everytime I make
sudo
apt install qgis qgis-plugin-grass I become the following:


The following packages contain unsatisfied dependencies:
qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-providers (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-common (= 1:3.22.16+32focal) but
1:3.26.3+32focal-ubuntugis needs to be installed
qgis-plugin-grass: Depends on qgis-plugin-grass-common (=
1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be
installed
Depends on grass782
E: Unable to correct problems, defective packages are in "keep in the
current state" mode.

I have no idea what I should do to make it works. Maybe somebody
had the
same problem, I would be grateful to get some support as I would
like to
work with QGis.

It looks as though you might be trying to work with the ubuntugis 
PPA.  If that's so, maybe you should consider trying the suggested 
methodology on the QGIS site here:


https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

If you just want to correct the unsatisfied dependencies, it's 
probably worth trying your command again with the "-f" option:


apt install -f qgis qgis-plugin-grass

In any event, I suggest you read this useful mini-tutorial on fixing 
unsatisfied dependencies.


https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa
--
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.


--
----
Dr. Gael Kermarrec
Institute for meteorology and climatology
Leibniz Universität Hannover
Herrenhäuser Str. 2
D-30419 Hannover
Tel: +49 511 762 2679
Email:kermar...@meteo.uni-hannover.de
Web:www.meteo.uni-hannover.de
___
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


Re: [Qgis-user] Problem with Python/Qgis

2023-12-12 Thread chris hermansen via QGIS-User
Gael and list,

On Tue, Dec 12, 2023 at 8:03 AM Gael Kermarrec via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Dear members,
>
> I am trying to install Qgis from Ubuntu 20.04 but everytime I make sudo
> apt install qgis qgis-plugin-grass I become the following:
>
>
> The following packages contain unsatisfied dependencies:
> qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but
> 1:3.26.3+32focal-ubuntugis needs to be installed
> Depends on qgis-providers (= 1:3.22.16+32focal) but
> 1:3.26.3+32focal-ubuntugis needs to be installed
> Depends on qgis-common (= 1:3.22.16+32focal) but
> 1:3.26.3+32focal-ubuntugis needs to be installed
> qgis-plugin-grass: Depends on qgis-plugin-grass-common (=
> 1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be installed
> Depends on grass782
> E: Unable to correct problems, defective packages are in "keep in the
> current state" mode.
>
> I have no idea what I should do to make it works. Maybe somebody had the
> same problem, I would be grateful to get some support as I would like to
> work with QGis.
>
> It looks as though you might be trying to work with the ubuntugis PPA.  If
that's so, maybe you should consider trying the suggested methodology on
the QGIS site here:

https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

If you just want to correct the unsatisfied dependencies, it's probably
worth trying your command again with the "-f" option:

apt install -f qgis qgis-plugin-grass

In any event, I suggest you read this useful mini-tutorial on fixing
unsatisfied dependencies.

https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa
-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
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


Re: [Qgis-user] Problem with Python/Qgis

2023-12-12 Thread Ludwig Kniprath via QGIS-User

Hi Gael,

I'm using QGis on Linux Mint, an Ubuntu fork, with no problems, so just 
some notes.


- Did you follow 
https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu?


- Did you run "sudo apt update" before "sudo apt install"?

- There seems to be an older installation, You could try "sudo apt-get 
purge qgis qgis-plugin-grass python3-qgis qgis-providers qgis-common" 
before...



hth

Ludwig


Am 12.12.23 um 16:57 schrieb Gael Kermarrec via QGIS-User:

Dear members,

I am trying to install Qgis from Ubuntu 20.04 but everytime I make 
sudo apt install qgis qgis-plugin-grass I become the following:



The following packages contain unsatisfied dependencies:
qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-providers (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-common (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
qgis-plugin-grass: Depends on qgis-plugin-grass-common (= 
1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be installed

Depends on grass782
E: Unable to correct problems, defective packages are in "keep in the 
current state" mode.


I have no idea what I should do to make it works. Maybe somebody had 
the same problem, I would be grateful to get some support as I would 
like to work with QGis.


Thanks,

gael.


___
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


[Qgis-user] Problem with Python/Qgis

2023-12-12 Thread Gael Kermarrec via QGIS-User

Dear members,

I am trying to install Qgis from Ubuntu 20.04 but everytime I make sudo 
apt install qgis qgis-plugin-grass I become the following:



The following packages contain unsatisfied dependencies:
qgis: Depends on python3-qgis (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-providers (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
Depends on qgis-common (= 1:3.22.16+32focal) but 
1:3.26.3+32focal-ubuntugis needs to be installed
qgis-plugin-grass: Depends on qgis-plugin-grass-common (= 
1:3.22.16+32focal) but 1:3.26.3+32focal-ubuntugis needs to be installed

Depends on grass782
E: Unable to correct problems, defective packages are in "keep in the 
current state" mode.


I have no idea what I should do to make it works. Maybe somebody had the 
same problem, I would be grateful to get some support as I would like to 
work with QGis.


Thanks,

gael.

--
----
Dr. Gael Kermarrec
Institute for meteorology and climatology
Leibniz Universität Hannover
Herrenhäuser Str. 2
D-30419 Hannover
Tel: +49 511 762 2679
Email: kermar...@meteo.uni-hannover.de
Web: www.meteo.uni-hannover.de

___
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


Re: [Qgis-user] Accessing iface from jupyter

2023-12-12 Thread noshin prachi via QGIS-User
Thank you for your response. I have succeeded in adding all the shapefiles
and google map layer in my map. I have another type of file which is mike
dfsu file.I have added the layer dictionary in the attachment. I have five
dfsu files as you can see. I need to make each layer active one at a time
and create a map. So there will be five maps finally. But I can't find any
resource with a solution for handling such files. Can you share any way to
add such a file in a map?
[image: image.png]

Regards,
Noshin Saiyara




On Fri, 8 Dec 2023 at 03:15, Thomas Gratier 
wrote:

> Hi,
>
> iface is only accessible via QGIS console. It's not available within
> Jupyter. See the examples for standalone usage of PyQGIS to manipulate QGIS
> project, create an UI
> https://gist.github.com/ThomasG77/f711853e5fb81c746d2a1af0b2a9ecf5 and
> run some PyQGIS things within Jupyter
> https://gist.github.com/ThomasG77/223064813d8aefda5b3cdb05c2588fa1
> Links more to help you getting started on a right track when doing
> standalone dev using PyQGIS.
>
> Regards
>
> Thomas GRATIER
>
> Le mar. 5 déc. 2023 à 11:38, noshin prachi via QGIS-User <
> qgis-user@lists.osgeo.org> a écrit :
>
>> Dear all,
>> I am trying to create a map from qgis using jupyter. I have few layers
>> that need to be added to the map. I have tried to add iface by importing
>> iface   from qgis.utils import iface, plugins . But I am getting the
>> following error.
>> [image: image.png]
>>
>> Please help me in this regard.
>>
>> Regards,
>> Noshin Saiyara
>> ___
>> 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
>>
>
___
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