On 28/09/2013 20:06, Mark Lawrence wrote:
On 28/09/2013 15:55, FiveHydroxy Tryptamine 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.


Are you sure that path is correct?  I'd expect to see something like
"C:/Python27/lib/site-packages/neurolab-0.2.3/neurolab"

+1

That's very true. If it's meant to be in the Python folder, then I'd
expected it to be in the "Lib\site-packages" subfolder.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to