Re: SystemError in python 2.5.4

2015-12-11 Thread dieter
Palpandi writes: > I am getting the error mentioned below in python 2.5.4. > > SystemError: \loewis\25\python\Objects\longobject.c:225: bad argument to > internal function. > > I also ran the same code in python 2.7. > There I am not getting this error. > > I don't know which causes this error.

Re: SystemError in python 2.5.4

2015-12-11 Thread Steven D'Aprano
On Thu, 10 Dec 2015 10:29 pm, Palpandi wrote: > Hi All, > > I am getting the error mentioned below in python 2.5.4. > > SystemError: \loewis\25\python\Objects\longobject.c:225: bad argument to > internal function. Sounds like your installation of Python is broken. You should never get an intern

Re: SystemError in python 2.5.4

2015-12-10 Thread Chris Angelico
On Fri, Dec 11, 2015 at 12:14 AM, Palpandi wrote: > ChrisA, Thanks for your quick response. > I am using Windows and we are using 2.5.4 only. > Is there any workaround? I wouldn't know. All I know is, upgrading to 2.7 gives you a lot of other improvements too, so unless there's something serious

Re: SystemError in python 2.5.4

2015-12-10 Thread Palpandi
On Thursday, December 10, 2015 at 5:08:05 PM UTC+5:30, Chris Angelico wrote: > On Thu, Dec 10, 2015 at 10:29 PM, Palpandi wrote: > > Hi All, > > > > I am getting the error mentioned below in python 2.5.4. > > > > SystemError: \loewis\25\python\Objects\longobject.c:225: bad argument to > > interna

Re: SystemError in python 2.5.4

2015-12-10 Thread Chris Angelico
On Thu, Dec 10, 2015 at 10:29 PM, Palpandi wrote: > Hi All, > > I am getting the error mentioned below in python 2.5.4. > > SystemError: \loewis\25\python\Objects\longobject.c:225: bad argument to > internal function. > > I also ran the same code in python 2.7. > There I am not getting this error

SystemError in python 2.5.4

2015-12-10 Thread Palpandi
Hi All, I am getting the error mentioned below in python 2.5.4. SystemError: \loewis\25\python\Objects\longobject.c:225: bad argument to internal function. I also ran the same code in python 2.7. There I am not getting this error. I don't know which causes this error. Any solution for this? N