I'm testing ReportLab against Python-2.5beta1 and am getting some kind of
problem as below
=============== =============== =============== ==========
C:\Python24\rep ortlab\test>\py thon25\python runAll.py
..C:\Python24\r eportlab\test\t est_docstrings. py:54: ImportWarning: Not importing
directory 'C:\python25\re portlab\tools\u tils': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\tools\p ythonpoint\demo s': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\docs': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\demos': missing __init__.py
module = __import__(mNam e)
.....Fatal Python error: non-string found in code slot
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
=============== =============== =============== ==========
First off there may be a bunch of other C extensions involved including PIL, but
I built them all against this beta. What should I do to refine the error? Do I
start with trying to establish which of the tests is guilty or build from source
in debug mode and attempt to find the problem from below.
--
Robin Becker
problem as below
=============== =============== =============== ==========
C:\Python24\rep ortlab\test>\py thon25\python runAll.py
..C:\Python24\r eportlab\test\t est_docstrings. py:54: ImportWarning: Not importing
directory 'C:\python25\re portlab\tools\u tils': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\tools\p ythonpoint\demo s': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\docs': missing __init__.py
module = __import__(mNam e)
C:\Python24\rep ortlab\test\tes t_docstrings.py :54: ImportWarning: Not importing d
irectory 'C:\python25\re portlab\demos': missing __init__.py
module = __import__(mNam e)
.....Fatal Python error: non-string found in code slot
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
=============== =============== =============== ==========
First off there may be a bunch of other C extensions involved including PIL, but
I built them all against this beta. What should I do to refine the error? Do I
start with trying to establish which of the tests is guilty or build from source
in debug mode and attempt to find the problem from below.
--
Robin Becker
Comment