[Qgis-developer] evalString( "qgis.utils.startPlugin('" + packageName + "')", output ); failing

Azghar Azghar.Hussain at rmsi.com
Mon Jul 13 00:11:17 PDT 2015


Hi,

I need your help.
I have build QGIS 2.8.2 on Visual Studio 2008.
When I try to load python plugin I am getting error at this line of code
(and application is exiting)

evalString( "qgis.utils.startPlugin('" + packageName + "')", output );

inside 

bool QgsPythonUtilsImpl::startPlugin( QString packageName )
{
  QString output;
  *evalString( "qgis.utils.startPlugin('" + packageName + "')", output );*
  return ( output == "True" );
}

I have checked and found utils.pyc in my folder
D:\QGIS\build\output\python\qgis.


I don't know where is the problem. 
Please help.

Thanks,
Azghar






--
View this message in context: http://osgeo-org.1560.x6.nabble.com/evalString-qgis-utils-startPlugin-packageName-output-failing-tp5215356.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.


More information about the Qgis-developer mailing list