[reportlab-users] running reportlab on RH7.2
Karl Putland
reportlab-users@reportlab.com
12 Jul 2002 13:17:35 -0600
On Fri, 2002-07-12 at 07:35, Laura Creighton wrote:
> <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.
>
Hmmmm. This is the first problem that I've run into with the compiler,
but I've recompiled everything with gcc3 and there's no more segfault.
--Karl
[root@mars test]# python2 runAll.py
.Traceback (innermost last):
File "genreference.py", line 13, in ?
import reportlab
ImportError: No module named reportlab
Traceback (innermost last):
File "genuserguide.py", line 13, in ?
from reportlab.tools.docco.rl_doc_utils import *
ImportError: No module named reportlab.tools.docco.rl_doc_utils
Traceback (innermost last):
File "gengraphguide.py", line 10, in ?
from reportlab.tools.docco.rl_doc_utils import *
ImportError: No module named reportlab.tools.docco.rl_doc_utils
Traceback (innermost last):
File "graphdocpy.py", line 22, in ?
from reportlab import rl_config
ImportError: No module named reportlab
F.............................................................................................
======================================================================
FAIL: Test if all manuals buildable from source.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/local/lib/python2.2/site-packages/reportlab/test/test_docs_build.py", line 33, in test1
assert os.path.isfile('userguide.pdf'), 'genAll.py failed to
generate userguide.pdf!'
AssertionError: genAll.py failed to generate userguide.pdf!
----------------------------------------------------------------------
Ran 95 tests in 25.868s
FAILED (failures=1)
--
Karl Putland
Director of Technical Operations
ShipEze Inc