Jump to content

Python problem - HELP!


Recommended Posts

Hello community! I've one problem... I have some system.. In my client all works, but in my friend's client syserr give us:

kolorDialog.LoadDialog - <type 'exceptions.KeyError'>:'window'

this fragment in gui looks:

 def LoadDialog(self):
  try:
   pyScrLoader = ui.PythonScriptLoader()
   pyScrLoader.LoadScriptFile(self, "ulepki.py")
  except Exception, msg:
   (type, msg, tb)=sys.exc_info()
   dbg.TraceError("kolorDialog.LoadDialog - %s:%s" % (type, msg))
   app.Abort()
   return 0

Some propositions?

(fille ulepki is in root)

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.