Still cannot run it because sciPythonEditor.py includes this import statement
from qgis.utils import iface
Further more, the code you sent doesn have a prefChanged() method anywhere.
On Sunday 14 October 2012, 15:14:19 Salvatore Larosa wrote:
Hi,
very odd, you should be able to run it also wi
I have a small problem in defining/calling an external method in my
application.
I have 3 files, mainapp.py, qscintilla.py and settings.py
in mainapp.py:
from qscintilla import sciEditor
from settings import dialog
in setting.py (settings dialog):
from qscintilla import sciEditor
in qscintilla