Hello
I had some problems creatign new app so i used the wizard
i am getting an error
Traceback
(most recent call last
):
File "C:\workspaces\Python\iRazpored\gluon\restricted.py"
, line 217
, in restricted
exec ccode
in environment
File
"C:/workspaces/Python/iRazpored/applications/dermatologijafabjan/models/db.py", line 8
, in <module
>
from gluon
.contrib
.appconfig
import AppConfig
File "C:\workspaces\Python\iRazpored\gluon\custom_import.py"
, line 99
, in custom_importer
return base_importer
(pname
, globals
, locals
, fromlist
, level
)
File "C:\workspaces\Python\iRazpored\gluon\contrib\appconfig.py"
, line 32
, in <module
>
from gluon
._compat
import thread
, configparser
File "C:\workspaces\Python\iRazpored\gluon\custom_import.py"
, line 99
, in custom_importer
return base_importer
(pname
, globals
, locals
, fromlist
, level
)
ImportError
: No module named _compat
I can't find anything on the internets :)
Any suggestions?
thank you