Hi Everybody,
I've a big problem wit miy Installation of Pisa.
I've to Servers one is my Development System the other one the
producion Server. I installed pisa, pyPdf, reportlab and html5lib on
both servers on the Development server erything works fine but the
same installation on the Production Server fails. The OS is Windows
2003 Server Standard .
<code>
MOD_PYTHON ERROR
ProcessId: 5360
Interpreter: 'localhost'
ServerName: 'localhost'
DocumentRoot: 'C:/xampp/htdocs'
URI: '/src/
pdf.py/pdf'
Location: None
Directory: None
Filename: 'C:\\xampp\\htdocs\\src\\pdf.py'
PathInfo: '/pdf'
Phase: 'PythonHandler'
Handler: 'mod_python.publisher'
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\mod_python\importer.py", line
1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "C:\Python25\lib\site-packages\mod_python\importer.py", line
1229, in _process_target
result = _execute_target(config, req, object, arg)
File "C:\Python25\lib\site-packages\mod_python\importer.py", line
1128, in _execute_target
result = object(arg)
File "C:\Python25\lib\site-packages\mod_python\publisher.py", line
213, in handler
published = publish_object(req, object)
File "C:\Python25\lib\site-packages\mod_python\publisher.py", line
425, in publish_object
return publish_object(req,util.apply_fs_data(object, req.form,
req=req))
File "C:\Python25\lib\site-packages\mod_python\util.py", line 554,
in apply_fs_data
return object(**args)
File "C:\xampp\htdocs\src\pdf.py", line 95, in pdf
pdf = pisa.CreatePDF(string, f)
File "C:\Python25\lib\site-packages\pisa-3.0.32-py2.5.egg\sx
\pisa3\pisa_document.py", line 218, in pisaDocument
raise Exception("Errors occured, please see log files for more
informations")
Exception: Errors occured, please see log files for more informations
MODULE CACHE DETAILS
Accessed: Mon Nov 30 09:16:20 2009
Generation: 5
_mp_a90bd51276083169503c9b04c3edcd39 {
FileName: 'C:\\xampp\\htdocs\\src\\pdf.py'
Instance: 1
Generation: 3
Modified: Mon Nov 30 08:21:02 2009
Imported: Mon Nov 30 09:15:50 2009
Children: 'C:\\xampp\\htdocs\\src\\utils\\utils.py',
'C:\\xampp\\htdocs\\src\\view.py'
}
_mp_0da44dc0364af9bf6352034239406fee {
FileName: 'C:\\xampp\\htdocs\\src\\utils\\utils.py'
Instance: 1
Generation: 1
Modified: Thu Nov 26 11:05:58 2009
Imported: Mon Nov 30 09:15:50 2009
}
_mp_9f593690cde47d360db6fc7f650f1d19 {
FileName: 'C:\\xampp\\htdocs\\src\\view.py'
Instance: 1
Generation: 2
Modified: Mon Nov 30 07:27:01 2009
Imported: Mon Nov 30 09:15:50 2009
Children: 'C:\\xampp\\htdocs\\src\\utils\\utils.py'
}
</pre>
</code>
What is going wrong here?
Greetings
Alexander