Jump to content

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
https://metin2.dev/topic/11899-python-problem-help/
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

3 minutes ago, arves100 said:

Check your ulepky.py syntax.

Check if the files exits in root

Check if the file string exists in root.xml

If you are not using XML, try to switch to a pack witch use XML because non-xml packer can pack only specific files

syntax?

Link to comment
https://metin2.dev/topic/11899-python-problem-help/#findComment-69247
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.