<div dir="ltr"><p style="margin:14px 0px 12px"><font size="2">Salve a tutti,</font><span style="font-size:large"><font size="2"> ho notato che soprattutto dopo l'aggiornamento di Qgis 2.12 sono probabilmente cambiate alcune variabili d'ambiente, perchè non riesco più ad accedere da Qgis ad applicazioni esterne anche provvedendo ad un override dalle impostazioni.</font></span></p><p style="margin:14px 0px 12px"><span style="font-size:large"><font size="2"><br></font></span></p><p style="margin:14px 0px 12px"><span style="font-size:large"><font size="2">Ultimamente su una macchina è sorto questo problema di accesso negato, dove il mio plugin cerca di far girare una applicazione .exe che si trova dentro ad Osgeo4w/apps/python27/scripts/</font></span></p><p style="margin:14px 0px 12px"><span style="font-size:large"><font size="2"><br></font></span></p><p style="margin:14px 0px 12px"><span style="font-size:large"><font size="2">Il medesimo plugin su altre 6 macchine con Win7 funziona perfettamente.</font></span></p><p style="margin:14px 0px 12px"><font size="2">C'è un modo in windows magari per sbloccare questo tipo di accessi? [0]<br></font></p><p style="margin:14px 0px 12px"><font size="2">Grazie</font></p><p style="margin:14px 0px 12px"><span style="font-size:large"><font size="2">Luca</font></span><span style="font-size:large;font-weight:600"><br></span></p><p style="margin:14px 0px 12px"><span style="font-size:large;font-weight:600"><br></span></p><p style="margin:14px 0px 12px"><span style="font-size:large;font-weight:600">[0]<br></span></p><p style="margin:14px 0px 12px"><span style="font-size:large;font-weight:600">WindowsError: [Error 5] Accesso negato </span></p>
<pre style="margin-top:12px;margin-bottom:12px"><span style="font-family:"Courier New,courier"">Traceback (most recent call last):<br>  File "C:/Users/Utente/.qgis2/python/plugins\pyarchinit\pyarchinit_US_mainapp.py", line 749, in on_pushButton_export_matrix_pressed<br>    data_plot = dlg.generate_matrix()<br>  File "C:/Users/Utente/.qgis2/python/plugins\pyarchinit\pyarchinit_interactive_matrix_main.py", line 174, in generate_matrix<br>    data_plotting = matrix_exp.export_matrix()<br>  File "C:/Users/Utente/.qgis2/python/plugins\pyarchinit\modules\utility\pyarchinit_matrix_exp.py", line 95, in export_matrix<br>    G.draw(filename_svg, prog='dot')<br>  File "C:\OSGeo4W\apps\Python27\lib\site-packages\pygraphviz\agraph.py", line 1422, in draw<br>    data=self._run_prog(prog,args)<br>  File "C:\OSGeo4W\apps\Python27\lib\site-packages\pygraphviz\agraph.py", line 1259, in _run_prog<br>    close_fds=False)<br>  File "C:\OSGeo4W\apps\Python27\lib\subprocess.py", line 711, in __init__<br>    errread, errwrite)<br>  File "C:\OSGeo4W\apps\Python27\lib\subprocess.py", line 948, in _execute_child<br>    startupinfo)<br>WindowsError: [Error 5] Accesso negato</span></pre></div>