Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'third-party': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'python': 0.11; "wouldn't": 0.14; 'libraries.': 0.16; 'message-id:@4ax.com': 0.16; 'missing?': 0.16; 'path.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sys.path': 0.16; 'modification': 0.16; 'sat,': 0.16; 'language': 0.16; 'library': 0.18; 'trying': 0.19; 'example': 0.22; 'package.': 0.24; 'url:home': 0.24; 'fine': 0.24; "i've": 0.25; 'skip:" 30': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'commonly': 0.31; 'sep': 0.31; 'core': 0.34; 'problem': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'error.': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'first': 0.61; 'complete': 0.62; 'advanced': 0.63; 'such': 0.63; 'compliant': 0.68; 'me).': 0.84; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Neurolab // "No module named .." Date: Sat, 28 Sep 2013 18:37:32 -0400 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-79-222-113.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380407855 news.xs4all.nl 15998 [2001:888:2000:d::a6]:40669 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54979 On Sat, 28 Sep 2013 07:55:54 -0700 (PDT), FiveHydroxy Tryptamine 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\Lib\site-packages\" -- 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/