CitarError on: /home/l2_test_server/game/data/scripts/xxxxx/npc/Newbie/__init__.py.error.log
Line: -1 - Column: -1
Traceback (innermost last):
File "xxxxx/npc/Newbie/__init__.py", line 14, in ?
ImportError: no module named jython
En la línea 14 esta:
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuestAlguna solución? Gracias!
No tienes permiso para ver los enlaces. Para poder verlos
Registrate o Conectate.CitarError on: /home/l2_test_server/game/data/scripts/xxxxx/npc/Newbie/__init__.py.error.log
Line: -1 - Column: -1
Traceback (innermost last):
File "xxxxx/npc/Newbie/__init__.py", line 14, in ?
ImportError: no module named jython
En la línea 14 esta:
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest
Alguna solución? Gracias!
Supongo que estas usando una versión antigua. Cambia la línea, por esta otra:
from com.l2jserver.gameserver.model.quest import Quest as JQuest