Hi,

I have tried to launch a python script when QGIS project is open.

Inside Project Properties/Macros I have included in th macros area

iface to access QGIS API interface or Type help(iface) for more info
def openProject():
    
execfile(u'/opt/support_sw/current/spam/python/Controllers/spam_menu.py'.encode('UTF-8'))
def saveProject():
    pass

def closeProject():
    pass

The script does not start and I get this warning message: QGIS Security 
warning: project macros have been disabled.
This used to work on QGIS 2.8.

Is anything new in QGIS 2.10 which affects the macros launching?

Thanks,
Marian

This electronic message, as well as any transmitted files included in the 
electronic message, may contain privileged or confidential information and is 
intended solely for the use of the individual(s) or entity to which it is 
addressed. If you have received this electronic message in error please notify 
the sender immediately and delete the electronic message. Any unauthorized 
copying, disclosure or distribution of the electronic message is strictly 
forbidden. NAV CANADA accepts no liability for any damage caused by any virus 
and/or other malicious code transmitted by this electronic communication.

Le présent message électronique et tout fichier qui peut y être joint peuvent 
contenir des renseignements privilégiés ou confidentiels destinés à l’usage 
exclusif des personnes ou des organismes à qui ils s’adressent. Si vous avez 
reçu ce message électronique par erreur, veuillez en informer l’expéditeur 
immédiatement et supprimez le. Toute reproduction, divulgation ou distribution 
du présent message électronique est strictement interdite. NAV CANADA n’assume 
aucune responsabilité en cas de dommage causé par tout virus ou autre programme 
malveillant transmis par ce message électronique.
_______________________________________________
Qgis-user mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to