Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:module': 0.09; 'wrong,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7.3': 0.16; 'missing?': 0.16; 'sys.path': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'module': 0.19; 'trying': 0.19; 'thanks.': 0.20; 'email addr:gmail.com>': 0.22; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'error': 0.23; 'fine': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'skip:" 30': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'getting': 0.31; 'sep': 0.31; 'url:python': 0.33; 'problem': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'error.': 0.37; 'wrong': 0.37; 'rather': 0.38; 'url:mail': 0.40; 'how': 0.40; 'solve': 0.60; 'providing': 0.61; 'complete': 0.62; 'information': 0.63; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'cut': 0.74; 'me).': 0.84; 'joel': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AlASa31I3v04zYGHK8w/AKgkh23HayamlupuH3MVtP8=; b=FYAsIMWkHkMMEGBp6gvscyWJg/OE4vYFQra/etfC3q2RNdLIdff68/d7esofO0PX4u pHSQc3vJvaVHxOK+A9LjBdHI2qIxP3fSJyDaJvAiH9Ol2e9hmtJWFZ6PkYzGParWhlM8 tKfVUJMZuC6MvpIUsGDnGtYm+dUQr26ik7k6ZgL713LU/4v2AI2Vr+9tsFCMNmflscYb IAvHQO+2v2Ipz8+DNFXlzzk/xKp5N5/FDeJJ/N0ki5YaCklcj0gmNd4Fi/n5os+7U48w egJh7LQy6+x6AhMxAh08QLiyhV3L4ENhwCpLBPa/NmVnT8LVl+sPoHNuoaF/upII5BLs MjnA== MIME-Version: 1.0 X-Received: by 10.52.120.78 with SMTP id la14mr10605423vdb.9.1380384270464; Sat, 28 Sep 2013 09:04:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Sep 2013 12:04:30 -0400 Subject: Re: Neurolab // "No module named .." From: Joel Goldstick To: FiveHydroxy Tryptamine Content-Type: multipart/alternative; boundary=e89a8f23463518410004e773c263 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 61 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380384277 news.xs4all.nl 15881 [2001:888:2000:d::a6]:44954 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54947 --e89a8f23463518410004e773c263 Content-Type: text/plain; charset=UTF-8 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 --e89a8f23463518410004e773c263 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable



On Sat, Sep 28, 2013 at 10:55 AM, FiveHydroxy Tryptamine <li= lithsolved@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 a= s 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 e= xactly did you install python?=C2=A0 And how did you install neurolab?=C2= =A0 Also, its best to actually cut and paste the traceback rather than para= phrase it.=C2=A0 Since you don't know what is wrong, you may not be pro= viding the information necessary to solve the problem

--
--e89a8f23463518410004e773c263--