Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6353
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| 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; 'context': 0.04; 'subject:Python': 0.06; 'importerror:': 0.07; 'configure': 0.11; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sudo': 0.16; 'things.': 0.16; 'received:74.125.82.174': 0.16; 'received:mail- wy0-f174.google.com': 0.16; 'header:In-Reply-To:1': 0.21; 'appropriate': 0.21; 'trying': 0.23; "doesn't": 0.25; 'object': 0.26; 'message-id:@mail.gmail.com': 0.28; 'exists': 0.29; 'sort': 0.31; 'shared': 0.32; 'pointing': 0.32; 'to:addr:python-list': 0.33; 'asking': 0.33; 'install': 0.34; 'chris': 0.34; 'file': 0.34; 'there': 0.35; 'file:': 0.35; 'open': 0.36; 'received:google.com': 0.37; 'thread': 0.37; 'skip:- 10': 0.37; 'put': 0.37; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'more': 0.60; 'subject:Link': 0.89 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9+uOZOhvDz+moIJNn+Z1/jyOymjAqh5AlBlHFoXgfe0=; b=JQ+iN87unBHENfjMW6CinvufkIr6SiTpcMttg2YUeHSVSgDWG/hYax0+F7n4bJRuQd zF+N9CJEevipAK5M+kMo+KYm2uNtPeHqsl/rEUesGhsIox8UZ+jlTlY0z8nb2KxbOa5b sSOlSz6Rx+njff5h2IdWJKtyVxdhcQQgaECJU= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lwzBeVT0Vp0CEUXPWYISqaZ8Jye9Z9tNk+jNGLshRvvEhZv0BXENolfHwLEWd5uCUZ 7QDwuL3s1UT9JAu8n1LHNPv4PzF83JX6dGnDRF4Q7AqcxCgTV/NaR/Jv6Tsb3WbFzd0Q c98Gyu5eUlQ0J4JsJZvSHVPXUAe+gatKXbrZQ= |
| MIME-Version | 1.0 |
| In-Reply-To | <BANLkTinFjBfCtrOfxWw-1AquJh68qi0DGQ@mail.gmail.com> |
| References | <BANLkTimHCr06bTgPrj70NunLF2AnF=b+bw@mail.gmail.com> <BANLkTinFjBfCtrOfxWw-1AquJh68qi0DGQ@mail.gmail.com> |
| Date | Fri, 27 May 2011 10:55:38 +1000 |
| Subject | Re: Link errors embedding Python 3.2 |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2138.1306457740.9059.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1306457741 news.xs4all.nl 49042 [::ffff:82.94.164.166]:44764 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:6353 |
Show key headers only | View raw
Still trying to sort this out, trying various things. If I configure --enable-shared, I get a different ImportError: 'libpython3.3m.so.1.0: cannot open shared object file: No such file or directory'. That file exists in ~/cpython, but sudo make install doesn't put it anywhere else. Pointing LD_LIBRARY_PATH to there causes my program to segfault with thread context errors. Am I asking this in the wrong forum? Would it be more appropriate in python-dev? Chris Angelico
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Link errors embedding Python 3.2 Chris Angelico <rosuav@gmail.com> - 2011-05-27 10:55 +1000
csiph-web