- Katılım
- 15 May 2018
- Konular
- 5
- Mesajlar
- 18
- Çözüm
- 4
- Reaksiyon Skoru
- 1
- Altın Konu
- 0
- TM Yaşı
- 8 Yıl 1 Ay 3 Gün
- Başarım Puanı
- 28
- Yaş
- 35
- MmoLira
- 113
- DevLira
- 0
HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Hello,
I have Problem with Cython and the Pet System.
I got this error:
PetInformationWindow.LoadWindow.BindObject - <type 'exceptions.IOError'>:[Errno 2] No such file or directory: 'locale/de/pet_skill.txt'
The Problem is that the File 100% exist at locale/locale/de/pet_skill.txt
PET_FILE_NAME = "%s/pet_skill.txt" % app.GetLocalePath()
PET_FILE_SKILL = "%s/pet_skill_bonus.txt" % app.GetLocalePath()
self.linespet = open(PET_FILE_NAME, "r").readlines()
self.linespetskill = open(PET_FILE_SKILL, "r").readlines()
Thanks for any help!
I have Problem with Cython and the Pet System.
I got this error:
PetInformationWindow.LoadWindow.BindObject - <type 'exceptions.IOError'>:[Errno 2] No such file or directory: 'locale/de/pet_skill.txt'
The Problem is that the File 100% exist at locale/locale/de/pet_skill.txt
PET_FILE_NAME = "%s/pet_skill.txt" % app.GetLocalePath()
PET_FILE_SKILL = "%s/pet_skill_bonus.txt" % app.GetLocalePath()
self.linespet = open(PET_FILE_NAME, "r").readlines()
self.linespetskill = open(PET_FILE_SKILL, "r").readlines()
Thanks for any help!

