[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-15 Thread Raghu
Raghu added the comment: Thank you skrah. I raised a support request from WR. I will keep my fingers crossed. -- ___ Python tracker <http://bugs.python.org/issue26

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-15 Thread Raghu
Raghu added the comment: Yes, it is a WindRiver linux. I will check if Commercial WindRiver team can help me. Host details: Linux fpc0 3.10.62-ltsi-WR6.0.0.18_standard #1 SMP PREEMPT Sun Apr 3 23:17:02 PDT 2016 ppc64 ppc64 ppc64 GNU/Linux Also is there a protocol followed in this website

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-15 Thread Raghu
Raghu added the comment: Hey Guys/Gals, are you still debugging the issue? Do you need more info? -- ___ Python tracker <http://bugs.python.org/issue26

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: @stinner, my host doesn't have internet connection and it doesn't have gcc installed. I don't know how to install gcc in windriverlinux. In famous linux distributions like ubuntu and centos, i install gcc using 'yum install gcc' or '

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: Couple more outputs: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: Here is one output: root@fpc0:~# grep IEEE /usr/include/python2.7/pyconfig-32.h /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM /* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */ /* Define if C doubles are 64-bit IEEE 754 binary format, stored with

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: The keys ENDIAN and IEEE are not available. -- ___ Python tracker <http://bugs.python.org/issue26743> ___ ___ Python-bugs-list mailin

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: Hi, This is my work system and I don't know if I am allowed to send out the complete output of "print sysconfig.get_config_vars()". could you please let me know which fields you are looking for? -- ___ Python

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-14 Thread Raghu
Raghu added the comment: There is no output for `python -m sysconfig` -- ___ Python tracker <http://bugs.python.org/issue26743> ___ ___ Python-bugs-list mailin

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-13 Thread Raghu
Raghu added the comment: Serhiy, root@host:~# python Python 2.7.3 (default, Apr 3 2016, 22:31:30) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import struct >>> struct.pack('d&#x

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-13 Thread Raghu
Raghu added the comment: It's windriver linux. Processor is PPC64-E5500 -- ___ Python tracker <http://bugs.python.org/issue26743> ___ ___ Python-bugs-list m

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-13 Thread Raghu
Raghu added the comment: my host details: Linux fpc0 3.10.62-ltsi-WR6.0.0.18_standard #1 SMP PREEMPT Sun Apr 3 23:17:02 PDT 2016 ppc64 ppc64 ppc64 GNU/Linux -- ___ Python tracker <http://bugs.python.org/issue26

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-13 Thread Raghu
Raghu added the comment: stinner victor, my host doesn't have a gcc compiler. is there a way you can give me the binary? -- ___ Python tracker <http://bugs.python.org/is

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-13 Thread Raghu
Raghu added the comment: Hi, I apologize. I didn't expect a quick reply. Here are the outputs you requested. root@host:~# python Python 2.7.3 (default, Apr 3 2016, 22:31:30) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" fo

[issue26743] Unable to import random with python2.7 on power pc based machine

2016-04-12 Thread Raghu
New submission from Raghu: Hi, I am trying to import random on a power pc based machine and I see this exception. Could you please help me? root@host# python Python 2.7.3 (default, Apr 3 2016, 22:31:30) [GCC 4.8.1] on linux2 Type "help", "copyright", "credi

[issue25332] [Errno 10035] A non-blocking socket operation could not be completed immediately on python 3.1.2

2015-10-07 Thread raghu prasad
raghu prasad added the comment: HI Martin, Thanks for the immediate reply i m sure about the version 3.2 we are using 3.1.2 in our project so thought if it was missed in this version Oh if 3.1.2 is closed then its bad luck can you provide some inputs on how to proceed further on this i

[issue25332] [Errno 10035] A non-blocking socket operation could not be completed immediately on python 3.1.2

2015-10-07 Thread raghu prasad
New submission from raghu prasad: On one machine we are facing this issue [Errno 10035] A non-blocking socket operation could not be completed immediately We are using urllib.request.urlopen with some timeout value sample code getRequest = urllib.request.Request(getUrl

[issue11964] Undocumented change to indent param of json.dump in 3.2

2011-04-30 Thread Prashanth Raghu
Prashanth Raghu added the comment: The .rst file that was downloaded as of 30-04-2011 (dd-mm-) had the updated doc . -- nosy: +Prashanth.Raghu ___ Python tracker <http://bugs.python.org/issue11