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.
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to