Thanks for the report. Maybe its just my server.
PDF generation is working with python2.5

davis wrote:
I'm using nginx and Python2.6 at Webfaction and haven't had any errors
with pdf invoice generation.

On Mar 17, 8:10 am, GuyBrush <[email protected]> wrote:
I'm getting closer to a solution. I don't think there are any Unicode
characters in the pdf.
The problem happens when I load trml2pdf on python 2.6 but not on 2.4
It may be easier to just use python2.5 if it works...

[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)]
Type "help", "copyright", "credits" or "license" for more information.
 >>> import trml2pdf
 >>> print trml2pdf.parseString(file('ex9.rml','r').read())
*** glibc detected *** python2.6: free(): invalid pointer: 0x08e85a40 ***
======= Backtrace: =========
.......................................

Python 2.4.3 (#1, Sep  3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
Type "help", "copyright", "credits" or "license" for more information.
 >>> import trml2pdf
 >>> print trml2pdf.parseString(file('ex9.rml','r').read())
%PDF-1.3
.......................................

Chris Moffitt wrote:
Any chance there are unicode characters in the pdf?
Also, has the pdf generation ever worked correctly? It could be an
issue with the reportlab install.
-Chris On Tue, Mar 16, 2010 at 9:04 PM, GuyBrush <[email protected]
<mailto:[email protected]>> wrote:
Hello,
    Most of my satchmo install works ok at webfaction but I'm getting
    strange behavior which I can't replicate on my local ubuntu install.
Here are the problems.
    * ship to information is not sent over email when ship to info is
    different then bill to.
    * opening PDF files like invoice crashes satchmo.
I'm running nginx and I'm using python 2.6 I will collect more information and post later but I'm wondering
    if anyone had the same problems.
Thanks --
    You received this message because you are subscribed to the Google
    Groups "Satchmo users" group.
    To post to this group, send email to
    [email protected]
    <mailto:[email protected]>.
    To unsubscribe from this group, send email to
    [email protected]
    <mailto:satchmo-users%[email protected]>.
    For more options, visit this group at
   http://groups.google.com/group/satchmo-users?hl=en.
--
You received this message because you are subscribed to the Google
Groups "Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.


--
You received this message because you are subscribed to the Google Groups "Satchmo 
users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to