Message by Simon Woo:
When I run runSpis.sh under Bin, there shows the splash of SPIS, but failed at last.
There shows error:
LookupError: unknown encodeing ‘euc_cn’
How can I do to fix this error?Thanks
Simon
Message by Simon Woo:
more error information:
Loading configuration…System= posix
Traceback (most recent call last):
File “/Users/simon/Spis4.3_stable_OSX/Bin/…/SpisUI/BinOSX/…/…/SpisUI/Bin/Tasks/SpisTasksGraph.py”, line 49, in
from Bin.config import GL_DATA_PATH, GL_SPISUIROOT_PATH, GL_DATA_PATH, GL_GUI_XLM_RESSOURCES_MENU, GL_GUI_XLM_RESSOURCES_TOOL_BAR,GL_GUI_LOGGING_CONF,GL_LOG_FILE_PATH
File “/Users/simon/Spis4.3_stable_OSX/SpisUI/Bin/config.py”, line 104, in
print 'OS name= '+GL_OS_NAME
LookupError: unknown encoding ‘euc_cn’
Message by julien:
Hi,
This problem is the same as outlined in thread ! Trouble_with_Spis4_3_stable_Windows32b_zip !.
Your problem is juste due to the fact that Jython 2.5.1 does not support the Chineese enconding (gb18030) without additional module.
On the SPIS Team side, we have no solution. SPIS is designed to run in priority on a Latin ISO system. Please see the Jython project ! www.jython.org ! for futher information.
All feedbacks and solutions are very welcome.
The Spis Team.
Message by Simon Woo:
Thanks anyway!
Simon