Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89955
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'environments': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'encountered.': 0.16; 'filesystem,': 0.16; 'keyerror': 0.16; 'module?': 0.16; 'raised,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'module': 0.19; '>>>': 0.22; 'cc:addr:gmail.com': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'suggested': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'originally': 0.30; 'apparently': 0.31; 'stuff': 0.32; 'guess': 0.33; 'maybe': 0.34; 'but': 0.35; 'there': 0.35; 'thanks': 0.36; "i'll": 0.36; 'to:addr :python-list': 0.38; 'pdf': 0.39; 'skip:. 10': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'users': 0.40; 'even': 0.60; 'simple': 0.61; 'between': 0.67; 'received:109': 0.72; 'missing.': 0.84; 'worth,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Robin Becker <robin@reportlab.com> |
| Subject | Re: GAE environment differences |
| Date | Tue, 05 May 2015 11:36:49 +0100 |
| References | <55435578.50003@chamonix.reportlab.co.uk> <CAPTjJmqUeu7AXm6MAiBPwabFv+GRgFOV7B1BUpeLLO7GhiXRvw@mail.gmail.com> <554379D3.1080202@chamonix.reportlab.co.uk> <mi24gq$p4u$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Cc | kevin.p.dwyer@gmail.com |
| X-Gmane-NNTP-Posting-Host | 109.174.168.73 |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
| In-Reply-To | <mi24gq$p4u$1@ger.gmane.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.121.1430822369.12865.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1430822369 news.xs4all.nl 2876 [2001:888:2000:d::a6]:52954 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:89955 |
Show key headers only | View raw
On 02/05/2015 10:14, Kev Dwyer wrote: > Robin Becker wrote: > ............ >>> ``` >> the user suggests that even though claims are made that you can use a >> filesystem, but stuff like pwd is missing. Apparently the user module has >> no meaning, but there is a users module? I guess I'll need to keep >> patching reportlab when GAE users find these glitches. > > For what it's worth, we use reportlab on GAE to generate a simple pdf > and the above error is the only one that I've encountered. For us it was > enough to trap the ImportError. > > Thanks for all your work on reportlab, > > Kev > the original reporter suggested originally that a KeyError was raised, but I think that maybe some difference between development environments and the live GAE. -- Robin Becker
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: GAE environment differences Robin Becker <robin@reportlab.com> - 2015-05-05 11:36 +0100
csiph-web