Re: [Qgis-developer] W*S obtain only the server url

2013-12-07 Thread Gino Pirelli
Hi Luca usign QT you can: create QUrl and then query url with it's method queryItemValue probably there's a pure python method... that it's always better reducing QT coupling. If you find a pure python way... please post it. ciao Ginetto On 6 December 2013 10:47, Luca Delucchi

Re: [Qgis-developer] W*S obtain only the server url

2013-12-07 Thread G. Allegri
What about using urlparse: http://docs.python.org/2/library/urlparse.html? 2013/12/7 Gino Pirelli lui...@gmail.com Hi Luca usign QT you can: create QUrl and then query url with it's method queryItemValue probably there's a pure python method... that it's always better reducing QT