Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100229

Re: SystemError in python 2.5.4

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: SystemError in python 2.5.4
Date 2015-12-10 22:37 +1100
Message-ID <mailman.111.1449747470.12405.python-list@python.org> (permalink)
References <5ad8e3de-4ebb-4d60-b106-cd12fdafc0c3@googlegroups.com>

Show all headers | View raw


On Thu, Dec 10, 2015 at 10:29 PM, Palpandi <palpandi111@gmail.com> 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.
>
> I don't know which causes this error. Any solution for this?
>
> Note: The error is coming from the method call findall(path).
>

Interesting! What platform (OS, etc) are you running this on? Python
2.5 isn't supported any more, so you might have to talk to Red Hat or
someone. Alternatively, given that 2.7 doesn't have this problem, can
you simply write it off as an issue with the older Python, and use 2.7
instead?

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

SystemError in python 2.5.4 Palpandi <palpandi111@gmail.com> - 2015-12-10 03:29 -0800
  Re: SystemError in python 2.5.4 Chris Angelico <rosuav@gmail.com> - 2015-12-10 22:37 +1100
    Re: SystemError in python 2.5.4 Palpandi <palpandi111@gmail.com> - 2015-12-10 05:14 -0800
      Re: SystemError in python 2.5.4 Chris Angelico <rosuav@gmail.com> - 2015-12-11 00:25 +1100
  Re: SystemError in python 2.5.4 Steven D'Aprano <steve@pearwood.info> - 2015-12-11 19:21 +1100
  Re: SystemError in python 2.5.4 dieter <dieter@handshake.de> - 2015-12-11 09:38 +0100

csiph-web