Re: [QGIS-it-user] QGIS 3.8 - Pannello "Seleziona la trasformazione del datum"

2019-06-26 Per discussione andreaerdna
Marco wrote
> Con QGIS 3.8, all'apertura di vecchi progetti contenenti layer con SR
> diversi
> dal SR del progetto stesso, compare il pannello che allego come immagine.

Ciao Marco,
hai già dato un'occhiata al manuale utente?
https://docs.qgis.org/3.4/en/docs/user_manual/working_with_projections/working_with_projections.html#datum-transformations
https://docs.qgis.org/testing/en/docs/user_manual/working_with_projections/working_with_projections.html#datum-transformations

Le modifiche introdotte nella versione 3.8 alla gestione delle
trasformazioni fra sistemi di coordinate puoi trovarle nel relativo
changelog
http://changelog.qgis.org/en/qgis/version/3.8/#much-improved-coordinate-transform-handling

A presto.

Andrea



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGIS 3.8 - Pannello "Seleziona la trasformazione del datum"

2019-06-26 Per discussione Marco
Con QGIS 3.8, all'apertura di vecchi progetti contenenti layer con SR diversi
dal SR del progetto stesso, compare il pannello che allego come immagine.
Dove è possibile poter leggere qualcosina di più per apprezzarne più a fondo
le potenzialità e le funzionalità?
Grazie
Clipboard01.jpg
  



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] go2streetview, openlayers e quickmapservice

2019-06-26 Per discussione Alberto Grava
ciao a tutti,
ho dei problemi con i plugin citati...
open layer mi da un problema python...che trovate qui

mentre go2streetview mi da un generico "si è verificato un problema" sulla
finestra in cui dovrei vedere la vista di streetview


quickmap service ma da un costante messaggio "il plugin quickmapservice è
stato disabilitato" anche se non è vero...

uso qgis 3.6.3-Noosa su linux, i plugin sono aggiornati ad oggi
stessi problemi se non maggiori me li danno su windows

grazie per l'aiuto!


-- 
Alberto Grava
Pianificatore Territoriale
3224 sez. A, Albo degli Architetti Pianificatori Paesaggisti e Conservatori
, provincia di Treviso
via San Fris, 52 - 31029 Vittorio Veneto (TV)
t. +39 3494643461
p.i. 04960590265




Think green!!

Print this email only if absolutely necessary. Thank you!
Stampa questa mail solo se strettamente necessario. Grazie!
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Layer definition file

2019-06-26 Per discussione Áron Gergely

Hi Antal,

Yes, it is possible to save the styling of the layer in a GeoPackage.
And to me it seems like it works the same as in QGIS 3.6.

Here is a walkthrough:

Suppose you have a vector layer in a GeoPackage that you opened in QGIS, 
you styled it and now you want to save that style:


In the layer tree window, right click on the layer -> properties.

Click the "Symbology" tab and go to the bottom of the window, click on 
Style -> Save style...


A new window will pop up with a roll-down menu "Save Style" on top.

there you should select "In Database (GeoPackage)"

You can then input a name and the description (optional) for the style 
you are saving.


Also, if you tick on "save as default style" QGIS will automatically 
style that layer accordingly whenever (and whatever machine) you open 
that layer from the GeoPackage.


Once happy, click OK and that should be it.

If you inspect the geopackage afterwards you will see that there is a 
new table called "layer_styles"
where the styling is saved in both QML and SLD, in the correspondingly 
named fields.


Cheers,
Áron

On 26/06/2019 04:58, kosza.antal wrote:

Hi everyone,

There is a way, to store the layer definition file in geopackage, with 
qgis 3.8?


___
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

Re: [Qgis-user] Couldn't load SIP, Python support disabled

2019-06-26 Per discussione Volker Fröhlich

And install python3-qt5-webkit too.

Volker
___
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] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Andreas Neumann
Hi Ville, 

Good that you got it working. 


Yes, this is the correct way to do it. You need to nest these functions.
After a lot of nesting, the expressions get harder to read. But you can
also write the expression in multiple lines with indentations. That
often makes it easier to read. 


Note that for providing the layer, you can either provide the internal
layer id (often quite long and hard to read) or the human readable layer
name - as long as the latter is unique in the project. 

Greetings, 

Andreas 


On 2019-06-26 11:16, Ville Koivisto wrote:





HI AGAIN, 

Yes, there's a relation, both spatial and via attributes. I got it working with the syntax below: 

concat('The value is: ',(attribute(get_feature('layer name','Field that matches atlas page', @atlas_pagename),'Field for value'))) 

Thank you again, this was very helpful. I'll try to see if there's already a question related to this in stackexchange and if not, create one. 

BEST REGARDS, 

Ville Koivisto 

FROM: Andreas Neumann  
SENT: Wednesday, June 26, 2019 10:45 AM

TO: Ville Koivisto 
CC: qgis-user@lists.osgeo.org
SUBJECT: Re: [Qgis-user] How to change what fields QGIS layout text tool reads? 

Hi, 

I assume there is some kind of relation with common IDs or spatial relations between the coverage layer and the two other layers? 

If yes, any of the three methods I proposed should work fine. 

The text tool can only work with the coverage layer in Atlas context. All other layers will need to be retrieved through other methods, like the ones I described. 

Have a look at the examples (help) of the the get_feature() and get_feature_by_id() functions. They should help you get going. 

If not, then share with us the expression you tried. 

Andreas 

On 2019-06-26 09:33, Ville Koivisto wrote: 

Hi, 

Thank you very much for your prompt answer. I have an atlas in the making that has at least three different layers in it, one naturally being the coverage layer. I have several text boxes in the atlas which are supposed to retrieve useful info from one of the layers. Syntaxes differ, simpler ones being for example: 

concat('The value is', "Field") 

...and I've been unable to fetch that "field" successfully. I assume that get_feature() / get_feature_by_id() and attribute() will get me further in this. By what logic the text tool chooses a layer from which to initially read fields (i.e. values user can check and use from drop down-menu _fields and values_)? 

Best regards, 

Ville Koivisto 

FROM: Andreas Neumann  
SENT: Wednesday, June 26, 2019 10:21 AM

TO: Ville Koivisto 
CC: qgis-user@lists.osgeo.org
SUBJECT: Re: [Qgis-user] How to change what fields QGIS layout text tool reads? 

Hi, 

What expression did you use? 

Here are some ideas what you could do: 


* get_feature() / get_feature_by_id() and attribute() - here you need some 
logic how to retrieve the related feature from the other layer
* relation_aggregate() - allows you to have more than one match in the other 
layer and create aggregates
* joins on layer properties - for 1:1 joins - needs to be done on layer 
properties

If you clarify more specifically what you want to do, we can more easily help. 

Also, if you have your expressions to share that you tried, it would help. 

Greetings, 

Andreas 

On 2019-06-26 09:06, Ville Koivisto wrote: 

HI LIST, 

I'm trying to add several texts to my layout and configure their contents by an expression. The problem is that the fields that expression dialog offers me under _fields and values _are from one certain layer and I need them from another one. I'm struggling to find a way to fetch fields from two other layers participating in the layout. 

If I try to use their fields in an expression I get: 

_Eval error: Column "Field" not found_ 

_ _ 

How to solve this? Thank you for your attention. 

BEST REGARDS, 

Ville Koivisto 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user [1]
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user [1]




Links:
--
[1] 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

Re: [Qgis-user] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Ville Koivisto
Hi again,

Yes, there’s a relation, both spatial and via attributes. I got it working with 
the syntax below:

concat('The value is: ',(attribute(get_feature(‘layer name','Field that matches 
atlas page', @atlas_pagename),'Field for value')))

Thank you again, this was very helpful. I’ll try to see if there’s already a 
question related to this in stackexchange and if not, create one.

Best regards,
Ville Koivisto

From: Andreas Neumann 
Sent: Wednesday, June 26, 2019 10:45 AM
To: Ville Koivisto 
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] How to change what fields QGIS layout text tool reads?


Hi,

I assume there is some kind of relation with common IDs or spatial relations 
between the coverage layer and the two other layers?

If yes, any of the three methods I proposed should work fine.

The text tool can only work with the coverage layer in Atlas context. All other 
layers will need to be retrieved through other methods, like the ones I 
described.

Have a look at the examples (help) of the the get_feature() and 
get_feature_by_id() functions. They should help you get going.

If not, then share with us the expression you tried.

Andreas



On 2019-06-26 09:33, Ville Koivisto wrote:
Hi,

Thank you very much for your prompt answer. I have an atlas in the making that 
has at least three different layers in it, one naturally being the coverage 
layer. I have several text boxes in the atlas which are supposed to retrieve 
useful info from one of the layers. Syntaxes differ, simpler ones being for 
example:

concat('The value is', "Field")

...and I've been unable to fetch that "field" successfully. I assume that 
get_feature() / get_feature_by_id() and attribute() will get me further in 
this. By what logic the text tool chooses a layer from which to initially read 
fields (i.e. values user can check and use from drop down-menu fields and 
values)?

Best regards,
Ville Koivisto

From: Andreas Neumann mailto:a.neum...@carto.net>>
Sent: Wednesday, June 26, 2019 10:21 AM
To: Ville Koivisto 
mailto:ville.koivi...@kuntotekniikka.fi>>
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] How to change what fields QGIS layout text tool reads?


Hi,

What expression did you use?

Here are some ideas what you could do:

  *   get_feature() / get_feature_by_id() and attribute() - here you need some 
logic how to retrieve the related feature from the other layer
  *   relation_aggregate() - allows you to have more than one match in the 
other layer and create aggregates
  *   joins on layer properties - for 1:1 joins - needs to be done on layer 
properties

If you clarify more specifically what you want to do, we can more easily help.

Also, if you have your expressions to share that you tried, it would help.

Greetings,

Andreas

On 2019-06-26 09:06, Ville Koivisto wrote:
Hi list,

I'm trying to add several texts to my layout and configure their contents by an 
expression. The problem is that the fields that expression dialog offers me 
under fields and values are from one certain layer and I need them from another 
one. I'm struggling to find a way to fetch fields from two other layers 
participating in the layout.

If I try to use their fields in an expression I get:
Eval error: Column "Field" not found

How to solve this? Thank you for your attention.

Best regards,
Ville Koivisto




___
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

[Qgis-user] Layer definition file

2019-06-26 Per discussione kosza.antal
Hi everyone,There is a way, to store the layer definition file in geopackage, 
with qgis 3.8?___
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-it-user] DTM FRANCESE

2019-06-26 Per discussione Stefano Campus
Ign a pagamento o dtm globali

Il mer 26 giu 2019, 10:09 Robi Brazzelli  ha scritto:

> Ciao,
> qualcuno sa dove trovare dtm francese  (spero risoluzione 5 mt)
> dell'area Alpina al confine italia-francia nella zona del  parco
> del Mercantour...
>
> grazie
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] DTM FRANCESE

2019-06-26 Per discussione Robi Brazzelli
Ciao,
qualcuno sa dove trovare dtm francese  (spero risoluzione 5 mt)
dell'area Alpina al confine italia-francia nella zona del  parco
del Mercantour...

grazie
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] [OSGeo4W] errore di installazione

2019-06-26 Per discussione nformica
Per conoscenza a chi dovesse incappare nello stesso problema, ho RISOLTO
installando (o reinstallando) su Windows: Visual C++ redistributable package
per Visual Studio 2013

Saluti
Nino



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Andreas Neumann
Hi, 


I assume there is some kind of relation with common IDs or spatial
relations between the coverage layer and the two other layers? 

If yes, any of the three methods I proposed should work fine. 


The text tool can only work with the coverage layer in Atlas context.
All other layers will need to be retrieved through other methods, like
the ones I described. 


Have a look at the examples (help) of the the get_feature() and
get_feature_by_id() functions. They should help you get going. 

If not, then share with us the expression you tried. 

Andreas 


On 2019-06-26 09:33, Ville Koivisto wrote:





Hi, 

Thank you very much for your prompt answer. I have an atlas in the making that has at least three different layers in it, one naturally being the coverage layer. I have several text boxes in the atlas which are supposed to retrieve useful info from one of the layers. Syntaxes differ, simpler ones being for example: 

concat('The value is', "Field") 

...and I've been unable to fetch that "field" successfully. I assume that get_feature() / get_feature_by_id() and attribute() will get me further in this. By what logic the text tool chooses a layer from which to initially read fields (i.e. values user can check and use from drop down-menu _fields and values_)? 

Best regards, 

Ville Koivisto 

FROM: Andreas Neumann  
SENT: Wednesday, June 26, 2019 10:21 AM

TO: Ville Koivisto 
CC: qgis-user@lists.osgeo.org
SUBJECT: Re: [Qgis-user] How to change what fields QGIS layout text tool reads? 

Hi, 

What expression did you use? 

Here are some ideas what you could do: 


* get_feature() / get_feature_by_id() and attribute() - here you need some 
logic how to retrieve the related feature from the other layer
* relation_aggregate() - allows you to have more than one match in the other 
layer and create aggregates
* joins on layer properties - for 1:1 joins - needs to be done on layer 
properties

If you clarify more specifically what you want to do, we can more easily help. 

Also, if you have your expressions to share that you tried, it would help. 

Greetings, 

Andreas 


On 2019-06-26 09:06, Ville Koivisto wrote:

HI LIST, 

I'm trying to add several texts to my layout and configure their contents by an expression. The problem is that the fields that expression dialog offers me under _fields and values _are from one certain layer and I need them from another one. I'm struggling to find a way to fetch fields from two other layers participating in the layout. 

If I try to use their fields in an expression I get: 

_Eval error: Column "Field" not found_ 

_ _ 

How to solve this? Thank you for your attention. 

BEST REGARDS, 

Ville Koivisto 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user [1]
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user [1]




Links:
--
[1] 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

Re: [Qgis-user] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Ville Koivisto
Hi,

Thank you very much for your prompt answer. I have an atlas in the making that 
has at least three different layers in it, one naturally being the coverage 
layer. I have several text boxes in the atlas which are supposed to retrieve 
useful info from one of the layers. Syntaxes differ, simpler ones being for 
example:

concat(‘The value is’, “Field”)

…and I’ve been unable to fetch that “field” successfully. I assume that 
get_feature() / get_feature_by_id() and attribute() will get me further in 
this. By what logic the text tool chooses a layer from which to initially read 
fields (i.e. values user can check and use from drop down-menu fields and 
values)?

Best regards,
Ville Koivisto

From: Andreas Neumann 
Sent: Wednesday, June 26, 2019 10:21 AM
To: Ville Koivisto 
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] How to change what fields QGIS layout text tool reads?


Hi,

What expression did you use?

Here are some ideas what you could do:

  *   get_feature() / get_feature_by_id() and attribute() - here you need some 
logic how to retrieve the related feature from the other layer
  *   relation_aggregate() - allows you to have more than one match in the 
other layer and create aggregates
  *   joins on layer properties - for 1:1 joins - needs to be done on layer 
properties

If you clarify more specifically what you want to do, we can more easily help.

Also, if you have your expressions to share that you tried, it would help.

Greetings,

Andreas

On 2019-06-26 09:06, Ville Koivisto wrote:
Hi list,

I’m trying to add several texts to my layout and configure their contents by an 
expression. The problem is that the fields that expression dialog offers me 
under fields and values are from one certain layer and I need them from another 
one. I’m struggling to find a way to fetch fields from two other layers 
participating in the layout.

If I try to use their fields in an expression I get:
Eval error: Column “Field” not found

How to solve this? Thank you for your attention.

Best regards,
Ville Koivisto




___
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

Re: [Qgis-user] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Andreas Neumann
Hi, 

What expression did you use? 

Here are some ideas what you could do: 


* get_feature() / get_feature_by_id() and attribute() - here you need
some logic how to retrieve the related feature from the other layer
* relation_aggregate() - allows you to have more than one match in the
other layer and create aggregates
* joins on layer properties - for 1:1 joins - needs to be done on
layer properties

If you clarify more specifically what you want to do, we can more easily
help. 


Also, if you have your expressions to share that you tried, it would
help. 

Greetings, 

Andreas 


On 2019-06-26 09:06, Ville Koivisto wrote:





HI LIST, 

I'm trying to add several texts to my layout and configure their contents by an expression. The problem is that the fields that expression dialog offers me under _fields and values _are from one certain layer and I need them from another one. I'm struggling to find a way to fetch fields from two other layers participating in the layout. 

If I try to use their fields in an expression I get: 

_Eval error: Column "Field" not found_ 

_ _ 

How to solve this? Thank you for your attention. 

BEST REGARDS, 

Ville Koivisto 


___
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

[Qgis-user] How to change what fields QGIS layout text tool reads?

2019-06-26 Per discussione Ville Koivisto
Hi list,

I'm trying to add several texts to my layout and configure their contents by an 
expression. The problem is that the fields that expression dialog offers me 
under fields and values are from one certain layer and I need them from another 
one. I'm struggling to find a way to fetch fields from two other layers 
participating in the layout.

If I try to use their fields in an expression I get:
Eval error: Column "Field" not found

How to solve this? Thank you for your attention.

Best regards,
Ville Koivisto



___
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] Couldn't load SIP, Python support disabled

2019-06-26 Per discussione Volker Fröhlich

If you have a FAS account, please add karma here, if 3.4.6-5 works for
you: https://bodhi.fedoraproject.org/updates/FEDORA-2019-3fc1c69d70

Volker

Am 26.06.19 um 09:02 schrieb Volker Fröhlich:

That was a packaging mistake in Fedora. You can resolve it by installing
the package version 3.4.6-5 or by installing the runtime dependency I
missed: python3-qscintilla-qt5

Greetings,

Volker


Am 26.06.19 um 06:29 schrieb Ahmed Shubbar:

I recently installed Qgis on Fedora 30. But did not get python support
working and can see only 8 plugins available. I also tried installing
newer Qgis 3.6.3-Noosa, but got the same errors.

QGIS version: 3.4.6
OS: Fedora 30


### Python Error 1:

Couldn't load SIP module.
Python support will be disabled.

Traceback (most recent call last):
   File "", line 1, in
   File "/usr/lib64/python3.7/site-packages/qgis/__init__.py", line
72, in
     from qgis.PyQt import QtCore
   File "/usr/lib64/python3.7/site-packages/qgis/PyQt/QtCore.py", line
26, in
     from PyQt5.QtCore import *
ImportError: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not
found (required by
/home/ahmed/.local/lib/python3.7/site-packages/PyQt5/QtCore.so)

Python version:
3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:
['/usr/share/qgis/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python/plugins',
'/usr/share/qgis/python/plugins', '/usr/lib64/python37.zip',
'/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload',
'/home/ahmed/.local/lib/python3.7/site-packages',
'/usr/local/lib64/python3.7/site-packages',
'/usr/local/lib/python3.7/site-packages',
'/usr/lib64/python3.7/site-packages', '/usr/lib/python3.7/site-packages']


### Python Error 2:

An error occurred during execution of following code:
qgis.utils.uninstallErrorHook()

Traceback (most recent call last):
   File "", line 1, in
NameError: name 'qgis' is not defined

Python version:
3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:
['/usr/share/qgis/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python/plugins',
'/usr/share/qgis/python/plugins', '/usr/lib64/python37.zip',
'/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload',
'/home/ahmed/.local/lib/python3.7/site-packages',
'/usr/local/lib64/python3.7/site-packages',
'/usr/local/lib/python3.7/site-packages',
'/usr/lib64/python3.7/site-packages', '/usr/lib/python3.7/site-packages']


### Python Error 3 (on closing QGIS):

An error occurred during execution of following code:
qgis.utils.uninstallErrorHook()

SystemError: PyEval_EvalCodeEx: NULL globals

Python version:

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:


___
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

___
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] Couldn't load SIP, Python support disabled

2019-06-26 Per discussione Volker Fröhlich

That was a packaging mistake in Fedora. You can resolve it by installing
the package version 3.4.6-5 or by installing the runtime dependency I
missed: python3-qscintilla-qt5

Greetings,

Volker


Am 26.06.19 um 06:29 schrieb Ahmed Shubbar:

I recently installed Qgis on Fedora 30. But did not get python support
working and can see only 8 plugins available. I also tried installing
newer Qgis 3.6.3-Noosa, but got the same errors.

QGIS version: 3.4.6
OS: Fedora 30


### Python Error 1:

Couldn't load SIP module.
Python support will be disabled.

Traceback (most recent call last):
   File "", line 1, in
   File "/usr/lib64/python3.7/site-packages/qgis/__init__.py", line 72, in
     from qgis.PyQt import QtCore
   File "/usr/lib64/python3.7/site-packages/qgis/PyQt/QtCore.py", line
26, in
     from PyQt5.QtCore import *
ImportError: /lib64/libQt5Core.so.5: version `Qt_5_PRIVATE_API' not
found (required by
/home/ahmed/.local/lib/python3.7/site-packages/PyQt5/QtCore.so)

Python version:
3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:
['/usr/share/qgis/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python/plugins',
'/usr/share/qgis/python/plugins', '/usr/lib64/python37.zip',
'/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload',
'/home/ahmed/.local/lib/python3.7/site-packages',
'/usr/local/lib64/python3.7/site-packages',
'/usr/local/lib/python3.7/site-packages',
'/usr/lib64/python3.7/site-packages', '/usr/lib/python3.7/site-packages']


### Python Error 2:

An error occurred during execution of following code:
qgis.utils.uninstallErrorHook()

Traceback (most recent call last):
   File "", line 1, in
NameError: name 'qgis' is not defined

Python version:
3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:
['/usr/share/qgis/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python',
'/home/ahmed/.local/share/QGIS/QGIS3/profiles/default/python/plugins',
'/usr/share/qgis/python/plugins', '/usr/lib64/python37.zip',
'/usr/lib64/python3.7', '/usr/lib64/python3.7/lib-dynload',
'/home/ahmed/.local/lib/python3.7/site-packages',
'/usr/local/lib64/python3.7/site-packages',
'/usr/local/lib/python3.7/site-packages',
'/usr/lib64/python3.7/site-packages', '/usr/lib/python3.7/site-packages']


### Python Error 3 (on closing QGIS):

An error occurred during execution of following code:
qgis.utils.uninstallErrorHook()

SystemError: PyEval_EvalCodeEx: NULL globals

Python version:

QGIS version:
3.4.6-Madeira 'Madeira', exported

Python path:


___
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