Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39248
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'correct.': 0.07; 'skip:/ 10': 0.07; 'subject:module': 0.09; 'subject:error': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'slash.': 0.16; 'subject:failed': 0.16; 'subject:import': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'skip:p 30': 0.20; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'guess': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'run': 0.28; '"no': 0.29; 'good.': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'leading': 0.61; 'export': 0.62; 'details': 0.63; 'more': 0.63; '20,': 0.65; 'home': 0.66; '2013': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=qh82hFMaG89I5rwRkxyGo4gT4iWkQMOeLpkrwG23sqs=; b=B72uSN3Hn+CNAVx+1zBGhIfRudekC7dLPr/Z0a/a+Pun7DXqHndQ0VuFW0xQWstMqy 0ZjYjUWbmYOgzV45mPUYmufYWcnjnsWMfYhXq/jAD5tn6r85BXLEDkaiRdLvPuRA6yR7 pBmPDK8tjm3q2Yj13sXaE5G/5UKwPcY5UQBPoUN88W6443x4kbF4xoUJv6d7mQ086Fg+ 65y3N6vDG69TG1jvze6pZITBAZB6qdUyfuxdwlrUWe30gdBxMwhLlwdCRY996VXf6Wfj rjYl7d40yy39SX8+CgJuPil3jKuhrLh8b7NQB0ikrxeFvlmmWqrOaFL1RPUNyhNQhH5H 0+1Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.56.161 with SMTP id b1mr10403392veq.42.1361291954619; Tue, 19 Feb 2013 08:39:14 -0800 (PST) |
| In-Reply-To | <f1112fc5-e170-409b-bc21-4989535692c2@googlegroups.com> |
| References | <3c0e501e-cc5b-434e-b65b-0d4ffce82af9@googlegroups.com> <mailman.2029.1361287750.2939.python-list@python.org> <8c9e791f-1c8f-434e-b009-d234c45e1964@googlegroups.com> <mailman.2042.1361291150.2939.python-list@python.org> <f1112fc5-e170-409b-bc21-4989535692c2@googlegroups.com> |
| Date | Wed, 20 Feb 2013 03:39:14 +1100 |
| Subject | Re: Python module import failed error |
| 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.15 |
| 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.2044.1361291957.2939.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1361291957 news.xs4all.nl 6852 [2001:888:2000:d::a6]:49628 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:39248 |
Show key headers only | View raw
On Wed, Feb 20, 2013 at 3:28 AM, <matt.doolittle33@gmail.com> wrote:
> My guess would be /home/matt/bin - note the leading slash.
>>
>>
>>
>> ChrisA
>
> correct. and in the home directory i run export PYTHONPATH=${PYTHONPATH}:/home/matt/bin and have had no luck? am i using the wrong command?
What exactly do you mean by "no luck"? More details would be good.
ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 07:23 -0800
Re: Python module import failed error Chris Angelico <rosuav@gmail.com> - 2013-02-20 02:29 +1100
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:17 -0800
Re: Python module import failed error Chris Angelico <rosuav@gmail.com> - 2013-02-20 03:25 +1100
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:28 -0800
Re: Python module import failed error Chris Angelico <rosuav@gmail.com> - 2013-02-20 03:39 +1100
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:51 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:51 -0800
Re: Python module import failed error Thomas Calmant <thomas.calmant@gmail.com> - 2013-02-19 17:44 +0100
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:54 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:54 -0800
Re: Python module import failed error Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-19 16:47 +0000
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:57 -0800
Re: Python module import failed error Dave Angel <davea@davea.name> - 2013-02-19 12:20 -0500
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:45 -0800
Re: Python module import failed error Chris Angelico <rosuav@gmail.com> - 2013-02-20 08:46 +1100
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:45 -0800
Re: Python module import failed error Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-19 17:22 +0000
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 13:24 -0800
Re: Python module import failed error Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-19 19:36 -0500
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:57 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:10 -0800
Double posts (was Re: Python module import failed error) Lele Gaifax <lele@metapensiero.it> - 2013-02-19 19:17 +0100
Re: Double posts (was Re: Python module import failed error) matt.doolittle33@gmail.com - 2013-02-19 10:31 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:10 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:20 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 09:20 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:28 -0800
Re: Python module import failed error matt.doolittle33@gmail.com - 2013-02-19 08:17 -0800
csiph-web