Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39264
| X-Received | by 10.224.17.140 with SMTP id s12mr11276321qaa.3.1361295938065; Tue, 19 Feb 2013 09:45:38 -0800 (PST) |
|---|---|
| X-Received | by 10.182.86.162 with SMTP id q2mr50417obz.28.1361295937952; Tue, 19 Feb 2013 09:45:37 -0800 (PST) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!dd2no664202qab.0!news-out.google.com!f17ni2qah.0!nntp.google.com!dd2no664199qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Tue, 19 Feb 2013 09:45:37 -0800 (PST) |
| In-Reply-To | <mailman.2052.1361294466.2939.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=74.76.226.247; posting-account=aUyV1AoAAADQHesJeGDOvoY6ETPzeVsR |
| NNTP-Posting-Host | 74.76.226.247 |
| 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> <mailman.2052.1361294466.2939.python-list@python.org> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <d8744ff0-54de-4ebd-8972-d3f595f242f2@googlegroups.com> (permalink) |
| Subject | Re: Python module import failed error |
| From | matt.doolittle33@gmail.com |
| Cc | python-list@python.org |
| Injection-Date | Tue, 19 Feb 2013 17:45:38 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Xref | csiph.com comp.lang.python:39264 |
Show key headers only | View raw
>
> gnuradiocompanion.py ? And does the error message/stacktrace appear in
>
> the same terminal window?
>
hi. ok so i am trying to run the python module (multimode_helper.py) in the GNU radio companion (GRC) which is sort of like an IDE which lets you organize code blocks by arranging them in a flow graph instead of having to write the code that would call the blocks in some particular order. GRC shows the import error in its flow graph error viewer:
Error 0:
Block - import_0_0_0 - Import(import):
Param - Import(import):
Import "import multimode_helper as mh" failed.
The directory /home/matt/bin contains "multimode_helper.py" and this file path is in the PYTHONPATH. I still get the import error however. so now that i know the file path is in PYTHONPATH but i am still getting the import error i am really confused here.
Thanks for your attention.
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