[issue30960] Python script is failing to run

2017-07-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: https://www.python.org/community/lists/ https://www.python.org/community/irc/ -- ___ Python tracker ___

[issue30960] Python script is failing to run

2017-07-18 Thread Megha HR
Megha HR added the comment: Hi, python-list mailing list, or the #python irc channel on freenode. May I know python mailing list please? -- ___ Python tracker

[issue30960] Python script is failing to run

2017-07-18 Thread R. David Murray
R. David Murray added the comment: This is a bug tracker for Python. 3.2 is out of maintenance, so such a question is not appropriate for this forum. In any case it is an issue with your install, not with Python itself, so again not appropriate for this forum. You should ask for help on the

[issue30960] Python script is failing to run

2017-07-18 Thread Megha HR
Megha HR added the comment: Thanks louielu for your response. Yes I did check related to env & its python path, this looks ok. #!/usr/sunos/bin/sh -x # This script is a wrapper for the official OSS python PYTHON=/opt/python/python/python3.2 PYTHON_ENV=/etc/opt/ericsson/3ppenv/python.env if

[issue30960] Python script is failing to run

2017-07-18 Thread Louie Lu
Louie Lu added the comment: Your information isn't that clear, this is what I found on the Internet: https://techglimpse.com/error-executing-python3-5-command-solution/ https://unix.stackexchange.com/questions/17863/py3compile-error-unable-to-get-the-locale-encoding Maybe your environment

[issue30960] Python script is failing to run

2017-07-18 Thread Megha HR
Megha HR added the comment: Hi Serhiy, Thanks a lot for your comment. Yes we do aware that 3.2V is outdated. Our plan is to upgrade to latest version. Otherside, It'll be great if you can let us know any root cause for below mentioned error message and how to overcome the same.

[issue30960] Python script is failing to run

2017-07-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Python 3.2 is not supported version. Try to upgrade to newer version. -- nosy: +serhiy.storchaka resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue30960] Python script is failing to run

2017-07-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: -Python 3.3 ___ Python tracker ___

[issue30960] Python script is failing to run

2017-07-18 Thread Megha HR
New submission from Megha HR: Hi, We are facing below error message whenever we use python. Could you please let me know root cause and steps to overcome this problem. ./python32.sh Fatal Python error: Py_Initialize: Unable to get the locale encoding EOFError: EOF read where not expected