Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54979
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: Neurolab // "No module named .." |
| Date | 2013-09-28 18:37 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <a074d642-7c4f-4841-ba24-8e19f24c55e6@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.435.1380407855.18130.python-list@python.org> (permalink) |
On Sat, 28 Sep 2013 07:55:54 -0700 (PDT), FiveHydroxy Tryptamine
<lilithsolved@gmail.com> declaimed the following:
>Hiya
>A word of warning, I am a complete beginner.
Welcome...
>My problem goes like this:: I've been trying to "import neurolab as nl"(a neural network library)and I
... but why is a "complete beginner" trying to work with such an
advanced third-party library before first learning the core language and
libraries.
>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?
A compliant third-party library commonly /would/ have installed its
importable parts in "c:\python<vn>\Lib\site-packages\<package>" -- or where
ever Python was installed: C:\Python_x64\Python27\Lib\site-packages\MySQLdb
for example on my system for the MySQLdb package.
It wouldn't need modification of the search path.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous 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