Re: reportlab-users Digest, Vol 116, Issue 1
Purushotham Patil <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply. Its showing "Segmentation fault ; Core dumped" in the solaris terminal.Initial debugging suggests that there is some conflict between tool which i am using and reportLab. Let me give brief context of the problem. I have complex tool/platform "XYZ" I believe it is written in C and C++.and I have reportLAb. we can automate certain things in XYZ using python scripting plugin by passing tool specific messages.I have two modules.one contains reportlab derivative library ,second Tool specific libarary.if i import XYZ specific library (written in python) alone then its running fine. If i use reportLab library or its derivative alone then its running fine. problem(crash) arises when i import both the modules together in my main function. as of now i believe it is not the problem with ReportLabwill update if i came across anything Regards,Purushotham Patil > From: [email protected]> Subject: reportlab-users Digest, Vol 116, Issue 1 > To: [email protected] > Date: Wed, 4 Sep 2013 12:00:33 -0400 > > Send reportlab-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://two.pairlist.net/mailman/listinfo/reportlab-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of reportlab-users digest..." > > > Today's Topics: > > 1. facing problems in importing reportlab or its derivative > libraries. (Purushotham Patil) > 2. Re: facing problems in importing reportlab or its derivative > libraries. (Andy Robinson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 4 Sep 2013 20:27:42 +0530 > From: Purushotham Patil <[email protected]> > Subject: [reportlab-users] facing problems in importing reportlab or > its derivative libraries. > To: "[email protected]" > <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi All, > > > I am using a tool in which they have installed Python plugin.So my job was to create report. > > I am facing problems in importing reportlab or its derivative libraries.Everytime my tool get crashes while importing reportLab library.I am wondering what may be the problem.I have checked reportLab is properly installed. > > please Let me know if u came across any such situation.Suspecting either problem with reportLab or my tool. > > Regards,Purushotham S.Patil > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20130904/7a57fcc9/attachment-0001.htm> > > ------------------------------ > > Message: 2 > Date: Wed, 4 Sep 2013 16:00:48 +0100 > From: Andy Robinson <[email protected]> > Subject: Re: [reportlab-users] facing problems in importing reportlab > or its derivative libraries. > To: reportlab-users <[email protected]> > Message-ID: > <CABjtApvCxOd1_Yk92rXSQUpKK+LLaSGmv76qFcdqs4O=7PfNGw@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Can you show us the actual error message? Does your tool show you the > Python traceback which occurs? > > Thanks, > > -- > Andy Robinson > Managing Director > ReportLab Europe Ltd. > Thornton House, Thornton Road, Wimbledon, London SW19 4NG, UK > Tel +44-20-8405-6420 > > > ------------------------------ > > _______________________________________________ > reportlab-users mailing list > [email protected] > http://two.pairlist.net/mailman/listinfo/reportlab-users > > > End of reportlab-users Digest, Vol 116, Issue 1 > ***********************************************