Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54947
| References | <a074d642-7c4f-4841-ba24-8e19f24c55e6@googlegroups.com> |
|---|---|
| Date | 2013-09-28 12:04 -0400 |
| Subject | Re: Neurolab // "No module named .." |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.416.1380384277.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Sat, Sep 28, 2013 at 10:55 AM, FiveHydroxy Tryptamine < lilithsolved@gmail.com> wrote: > Hiya > A word of warning, I am a complete beginner. > My problem goes like this:: I've been trying to "import neurolab as nl"(a > neural network library)and I keep getting the "No module named.." error in > my Python 2.7.3 shell. There is definitely something wrong with my Python > path, although everything looks fine (to me). I also appended the sys.path > with "C:/Python27/neurolab-0.2.3/neurolab" and I still get that error. What > am I missing? > Thanks. > -- > https://mail.python.org/mailman/listinfo/python-list > How exactly did you install python? And how did you install neurolab? Also, its best to actually cut and paste the traceback rather than paraphrase it. Since you don't know what is wrong, you may not be providing the information necessary to solve the problem -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Neurolab // "No module named .." FiveHydroxy Tryptamine <lilithsolved@gmail.com> - 2013-09-28 07:55 -0700 Re: Neurolab // "No module named .." Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-28 12:04 -0400 Re: Neurolab // "No module named .." Dave Angel <davea@davea.name> - 2013-09-28 16:23 +0000 Re: Neurolab // "No module named .." Terry Reedy <tjreedy@udel.edu> - 2013-09-28 14:58 -0400 Re: Neurolab // "No module named .." Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-09-28 20:06 +0100 Re: Neurolab // "No module named .." MRAB <python@mrabarnett.plus.com> - 2013-09-28 20:45 +0100 Re: Neurolab // "No module named .." Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-09-28 18:37 -0400
csiph-web