mikelpsk8 Posted September 18, 2008 Posted September 18, 2008 when im trying to fix spawn my biffer in my gracia server i m getting this error Error on: D:\L2j Gracia\gameserver\data\scripts\custom\7777_NPCBuffer\__init__.py.error.log Line: -1 - Column: -1 Traceback (innermost last): File "__init__.py", line 2, in ? ImportError: no module named net someone help me? Quote
0 macdonald12 Posted September 19, 2008 Posted September 19, 2008 Your imports are wrong, you need to change the lines like this: from net.sf.l2j.gameserver.xxx.xxx xxx into this: from com.l2jfree.gameserver.xxx.xxx xxx Quote
Question
mikelpsk8
when im trying to fix spawn my biffer in my gracia server i m getting this error
Error on: D:\L2j Gracia\gameserver\data\scripts\custom\7777_NPCBuffer\__init__.py.error.log
Line: -1 - Column: -1
Traceback (innermost last):
File "__init__.py", line 2, in ?
ImportError: no module named net
someone help me?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.