Jump to content

Bug python and bin compile visual studio 2015 with Metin2 - Extended Alignment System


Recommended Posts

I have this error

	0303 23:34:25938 :: Traceback (most recent call last):
	0303 23:34:25939 ::   File "introLoading.py", line 207, in LoadData
	0303 23:34:25939 ::   File "introLoading.py", line 294, in __RegisterTitleName
	0303 23:34:25939 :: NameError
0303 23:34:25939 :: : 
0303 23:34:25939 :: global name 'enumerate' is not defined
0303 23:34:25939 :: 
	

and

	0303 23:43:54710 :: <string>:292: Warning: 'yield' will become a reserved keyword in the future
	0303 23:43:54729 :: 
networkModule.py(line:238) SetLoadingPhase
system.py(line:130) __pack_import
	networkModule.SetLoadingPhase - exceptions.SyntaxError:invalid syntax (line 292)
	0303 23:43:54729 :: ============================================================================================================
0303 23:43:54729 :: Abort!!!!
	

 

Function

 

	yield tuple(map(next, titleNamesTuple))
	

 

and 

	for titleNameIndex, (titleNameFemale, titleNameMale) in enumerate(GetTitleNamesTuple(GetTitleData(locale.GENDER_FEMALE), GetTitleData(locale.GENDER_MALE))):
                chrmgr.RegisterTitleName(titleNameIndex, titleNameFemale, titleNameMale)
	

and i dont kwno why

Link to comment
Share on other sites

  • 3 weeks later...

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.