Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Python3': 0.09; 'gui': 0.13; 'odt': 0.16; 'received:173.11': 0.16; 'subject:alternative': 0.16; "user's": 0.18; 'seems': 0.20; 'header:In-Reply-To:1': 0.22; 'typically': 0.32; 'header:User-Agent:1': 0.33; 'header:X -Complaints-To:1': 0.34; 'doc': 0.34; 'to:addr:python-list': 0.35; 'received:org': 0.36; 'run': 0.37; 'to:addr:python.org': 0.40; 'ready': 0.62; 'python2': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Emile van Sebille Subject: Re: ReportLab alternative for Python3 Date: Wed, 21 Mar 2012 11:50:56 -0700 References: <24078051.142.1332342952564.JavaMail.geo-discussion-forums@vbat19> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 173-11-108-137-sfba.hfc.comcastbusiness.net User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: <24078051.142.1332342952564.JavaMail.geo-discussion-forums@vbat19> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1332355956 news.xs4all.nl 6987 [2001:888:2000:d::a6]:56958 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21997 On 3/21/2012 8:15 AM Katya said... > Out of this GUI on user's request I want to create a report, > prefferebly in DOC or/and ODT or/and PDF or/and HTML formats. > ReportLab which seems to be suitable is not ready for Python3. So, any reason why not to just run that part under python2 -- they typically live side-by-side without issues. Emile