Okay!
Just successfully activated my ActiveState Komodo 8.x and tried to write my first interactive shell program. But when I navigated to Tools -> Interactive Shell -> Start New Python3 Shell, viola! I get series of traceback something looking like:
Traceback (most recent call last):
File "/root/Komodo-IDE-8/lib/support/dbgp/bin/py3_dbgp", line 305, in
sys.exit( main(sys.argv) )
File "/root/Komodo-IDE-8/lib/support/dbgp/bin/py3_dbgp", line 169, in main
_fixencoding()
File "/root/Komodo-IDE-8/lib/support/dbgp/bin/py3_dbgp", line 151, in _fixencoding
codeset = locale.getdefaultlocale()[1]
File "/usr/local/lib/python3.3/locale.py", line 505, in getdefaultlocale
return _parse_localename(localename)
File "/usr/local/lib/python3.3/locale.py", line 433, in _parse_localename
raise ValueError('unknown locale: %s' % localename)
ValueError: unknown locale: en_NG
Decided to pay the first file a visit (cos when you use Linux you need to learn to tweak some things right!) that is : "/root/Komodo-IDE-8/lib/support/dbgp/bin/py3_dbgp" ,
it started with : #!/usr/bin/env python , then tried running `python' in BASH but Python2.7 and not 3.3 started!
I was left with just one more tweak so I decided to unalias python from Python2.7 well it didn't work cos the alias my Python3.3 has is 'python3'.
Not sure what to do next, so I humbly implore the community to please help me out this.
Muchas Gracias! (I don't speak Spanish :-) )