Jump to content

No module named chrmgr syserr


Go to solution Solved by kamil2321,

Recommended Posts

Hello everyone, how can I solve this problem?

1115 15:46:33346 :: 
networkModule.py(line:192) SetSelectCharacterPhase
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
introSelect.py(line:23) <module>
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
interfaceModule.py(line:64) <module>
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
uiplaytime.py(line:8) <module>
system.py(line:146) __hybrid_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.ImportError'>:No module named chrmgr

1115 15:46:33346 :: ============================================================================================================
1115 15:46:33346 :: Abort!!!!

 

Link to comment
Share on other sites

  • Solution
4 hours ago, orhanhard said:

Hello everyone, how can I solve this problem?

1115 15:46:33346 :: 
networkModule.py(line:192) SetSelectCharacterPhase
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
introSelect.py(line:23) <module>
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
interfaceModule.py(line:64) <module>
system.py(line:140) __hybrid_import
system.py(line:107) _process_result
uiplaytime.py(line:8) <module>
system.py(line:146) __hybrid_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.ImportError'>:No module named chrmgr

1115 15:46:33346 :: ============================================================================================================
1115 15:46:33346 :: Abort!!!!

 

Missing:
import chrmgr
in files .py

Please give files:
introSelect.py, system.py, interfaceModule.py, game.py, uiplaytime.py
And i search where missing/ or replace chrmgr form another import ("such as")

2 hours ago, m2Ciaran said:

You don't have chrmgr module. Probably name of the module has changed in binary src (yy mm you should know)

Wrong, he have module chrmgr but he dont have:
import chrmgr
in files .py or he have import chrmgr but he replace named another import like eg.: import sadsd as chrmgr
and probably eg.: in files have:
chrmgr.SetEmpireNameMode(CHRNAME_COLOR_INDEX)
but if he replace name module in src then import not be like "as" but another eg.:
import sadsd
and he must change lines in .py .eg:
chrmgr.SetEmpireNameMode(CHRNAME_COLOR_INDEX)
to:
sadsd.SetEmpireNameMode(CHRNAME_COLOR_INDEX)

My solution and examples so just example what happend this and how can resolve it.

Sorry for my bad English, still learning. 

Edited by kamil2321
  • Love 1
Link to comment
Share on other sites

1 hour ago, kamil2321 said:

Eksik: .py dosyalarındaki
chrmgr'yi içe aktarın

Lütfen şu dosyaları verin:
introSelect.py, system.py, arayüzModule.py, game.py, uiplaytime.py
Ve eksik olan yeri araştırırım/veya başka bir içe aktarma formundaki chrmgr'ı değiştiririm ("gibi")

Yanlış, chrmgr modülü var ama yok: .py dosyalarında
import chrmgr
veya import chrmgr var ancak başka bir içe aktarma adını değiştirdi, örneğin:: sadsd'yi chrmgr olarak içe aktarın
ve muhtemelen örn.: dosyalarda şunlar var:
chrmgr.SetEmpireNameMode(CHRNAME_COLOR_INDEX )
ancak src'deki ad modülünü değiştirirse o zaman içe aktarma "as" gibi değil başka bir örneğin:
sadsd'yi içe aktarın
ve .py'deki satırları değiştirmesi gerekir. örneğin:
chrmgr.SetEmpireNameMode(CHRNAME_COLOR_INDEX)
şu şekilde:
sadsd.SetEmpireNameMode(CHRNAME_COLOR_INDEX)

My çözüm ve örnekler, bu yüzden bunun ne olduğunu ve nasıl çözülebileceğini örnekleyin.

Kötü İngilizcem için özür dilerim, hâlâ öğreniyorum. 

Thank you, problem solved 🙂

Link to comment
Share on other sites

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.