Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39262
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <davea@davea.name> |
| 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; 'python,': 0.02; 'subject:Python': 0.05; 'python': 0.09; 'subject:module': 0.09; 'window?': 0.09; 'subject:error': 0.11; 'aug': 0.13; '2.7.3': 0.16; 'finish.': 0.16; 'non-python': 0.16; 'subject:failed': 0.16; 'subject:import': 0.16; 'wrote:': 0.17; 'typing': 0.17; '>>>': 0.18; 'thanks.': 0.21; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'appear': 0.26; 'am,': 0.27; 'to?': 0.27; 'run': 0.28; 'once.': 0.29; 'error': 0.30; 'running': 0.32; 'to:addr:python-list': 0.33; 'know.': 0.33; 'but': 0.36; 'turn': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'launching': 0.62; 'email addr:gmail.com': 0.63; 'more': 0.63; 'show': 0.63; 'dont': 0.64; 'emails,': 0.69; 'received:74.208': 0.71; 'running,': 0.84; 'dozen': 0.91 |
| Date | Tue, 19 Feb 2013 12:20:52 -0500 |
| From | Dave Angel <davea@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Python module import failed error |
| 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> <mailman.2046.1361292411.2939.python-list@python.org> <f3c7ce42-5832-41f7-88e1-4319f3665657@googlegroups.com> |
| In-Reply-To | <f3c7ce42-5832-41f7-88e1-4319f3665657@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:UdsXR27QG+K5O+oIFJeIXGdQ9/Szmz9N2TrxBjRDLs2 dmPQ99shMF9DyyT1mcnNL2kpbFUJw3wGZKe/59ZsFWNXf5uSNW badQRzKLiUjLtfktsehFzQ/Uj3cTnUbm/6Ck/YY1jvZ67dsw5k 60rzz/n2hcUcDCri0EWuj3LUaQ0pbFDhLcWhQUk+XIRNEfHT8i uTqD2D3yQyqJWVTH1S4FgYizbbujtLszSVJNMCu+oEsxvm6rH0 8cPfs7gHbzzQiXmxqo8k3YbiW3Q1R588G3uk2akyhGa6zmwfNJ sFl87pz7Lywt8VWYSszEMHjVOIRLNv4StbV4z5rf0L69jXZvA= = |
| 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.2052.1361294466.2939.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1361294466 news.xs4all.nl 6982 [2001:888:2000:d::a6]:33280 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:39262 |
Show key headers only | View raw
On 02/19/2013 11:57 AM, matt.doolittle33@gmail.com wrote:
>
>> What is PYTHONPATH actually set to? You can find out by running python
>>
>> interactively, then
>
> i dont know. how do i run pythoin interactively?
>
By typing the simple command 'python'
davea@think2:~$ python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
But since you're running some non-python program which is in turn
launching python, perhaps you'd better give more details. And not
scattered over a half dozen tiny emails, but all at once.
Do you, in a single terminal, do the export, then run the
gnuradiocompanion.py ? And does the error message/stacktrace appear in
the same terminal window?
Please show us just what you're running, from start to finish. Thanks.
--
DaveA
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