Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS_PLUGINPATH option raise an error #18177

Closed
qgib opened this issue Feb 19, 2014 · 6 comments
Closed

QGIS_PLUGINPATH option raise an error #18177

qgib opened this issue Feb 19, 2014 · 6 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Feb 19, 2014

Author Name: Regis Haubourg (@haubourg)
Original Redmine Issue: 9599
Affected QGIS version: 2.0.1


Hi, I'm doing deploiement test here and found a blocker.
A error message is raised when using QGIS_PLUGINPATH variable, even if all goes well after. additionnal plugins are loaded well.

Additionnal path \\\\\\\\NAS02\\\\groupe\\\\Refgeo\\\\Espace_Correspondants_SIG\\\\Astuces_Outils\\\\QGIS2_PLUGINS doesn't exist


I tried using environnement variable, modifying qgis-dev.bat by hand and general options dialog to workaround but the behaviour is always the same

Sorry for raising such blocker so late, but we have unit test on it, so I was focusing on other points.
Régis

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Hugo Mercier (@mhugo)


Confirmed here.
btw, I think the correct message is "The extra plugin path '%1' does not exist".
It only raises when using a network path

Replacing '\' with '/' seems to work.

Was it working with earlier versions ?

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Regis Haubourg (@haubourg)


Yep, it works well in 2.0.1
Régis

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Hugo Mercier (@mhugo)


Ok, got it.
Each '\' is doubled for python path inclusion, but we check if it exists AFTER doubling the '\'.
On Windows, doubling '\' works for regular path, but not for the '\\' prefix.
Shame on me ... that is part of my last changes :(
I'll fix it asap.

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Regis Haubourg (@haubourg)


Thanks !!!!

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Hugo Mercier (@mhugo)


submitted
#1195

@qgib
Copy link
Contributor Author

qgib commented Feb 19, 2014

Author Name: Martin Dobias (@wonder-sk)


Fixed in 63d84ec by Hugo


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 24, 2019
@qgib qgib added this to the Version 2.2 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

1 participant