[reportlab-users] running reportlab on RH7.2

Laura Creighton reportlab-users@reportlab.com
Fri, 12 Jul 2002 15:35:01 +0200


<snip>
> >>>
> [root@mars test]# python2
> Python 2.2 (#3, Mar 24 2002, 13:24:31) 
> [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pyRXP
> >>> p = pyRXP.Parser()
> >>> # About to exit python with Ctrl-D
> >>>
> Segmentation fault
> [root@mars test]# 
> [root@mars test]# python2
> Python 2.2 (#3, Mar 24 2002, 13:24:31) 
> [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pyRXP
> >>> p = pyRXP.Parser()
> >>> del p
> Segmentation fault
> [root@mars test]# 

I just joined this list the day before yesterday, and so I cannot say
with authority that your problem is your gcc 2.96, but it is a
really horrible thing which the GCC team suggests that you do not use.
see http://gcc.gnu.org/gcc-2.96.html  -- but I remember more bugs than
the ones outlined there.

Laura Creighton