Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; ';-)': 0.03; 'subject:not': 0.03; 'scipy': 0.05; 'computing,': 0.07; 'pride': 0.07; 'problem:': 0.07; 'python3': 0.07; 'subject:Error': 0.07; 'matplotlib': 0.09; 'toolkit': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'language.': 0.14; "wouldn't": 0.14; "(i'm": 0.16; 'apt': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'servers),': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'version.': 0.19; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'compilation': 0.24; 'stick': 0.24; 'cc:2**0': 0.24; 'holds': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'related': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'along': 0.30; 'work.': 0.31; '25,': 0.31; 'languages': 0.32; 'stuff': 0.32; 'subject:the': 0.34; 'etc.)': 0.35; 'good.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'right?': 0.36; "i'll": 0.36; 'possible': 0.36; 'similar': 0.36; 'level': 0.37; 'confirmed': 0.38; "couldn't": 0.39; 'skip:p 20': 0.39; 'high': 0.63; 'confirm': 0.64; 'map': 0.64; 'more': 0.64; 'different': 0.65; 'great': 0.65; 'life': 0.66; 'results': 0.69; 'heavy': 0.81; 'etc,': 0.84; 'pike': 0.84; 'to:none': 0.92 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:cc :content-type; bh=soMcZgXTzdd7/F5nqhK+XW2f1JG1eftXuxOdCcseuUU=; b=vHWdOpVB1C8zXAlV2JrxgahUia+yM6IIyHJQzawznM1OqIvhnoXS/4DJVR69tmqB/B udhsZgo3yCNpdWYCqIKiQISuR9UBhYPXf+ryu7Ivv1X7Ve0vZmkfAfEKJ0icIpQCBhmk ONpZmqpot6LI2J5rVqRSbX3x2I06fltlw1SPSrcPbXXMXlzdFh9uJt88IEVUF46WbRqw hjEto4x/W/s9hHcgg7sVjGn97x7Pr7oM7r7hKid3bBrfw5T9GtUVl+WJFlNHI97uoLLP qBNZDgKEKbKJWmymA045rYRHGdztbu24E3vj1cD5ETyj7t9eywKcMPf+gZmGXF/kdVCQ Vmqg== MIME-Version: 1.0 X-Received: by 10.58.34.68 with SMTP id x4mr906528vei.50.1403625480269; Tue, 24 Jun 2014 08:58:00 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Jun 2014 01:58:00 +1000 Subject: Re: Error in PyDev but not in the standard python interpreter From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403625488 news.xs4all.nl 2830 [2001:888:2000:d::a6]:34596 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73553 On Wed, Jun 25, 2014 at 1:40 AM, Fabien wrote: > Other related annoying stuff when learning is the good old 2.7 VS 3 problem: > > mowglie@flappi ~ $ apt-cache search SciPy > [...] > python-scipy - scientific tools for Python > python3-scipy - scientific tools for Python 3 > > mowglie@flappi ~ $ apt-cache search python basemap > [...] > python-mpltoolkits.basemap - matplotlib toolkit to plot on map > > -> no native python3 package for basemap -> compilation required... Wouldn't have the foggiest as regards basemap, it might be that it actually doesn't support Py3. (Also, it may depend on your exact distro and version. I confirmed what you see there on Debian Wheezy, but you might get different results on Debian Sid, or Scibuntu, etc, etc.) You may want to consider using pip if apt doesn't have what you want; it might be possible to get basemap that way. > But I'll stick to it. If so many people say it's great for scientific > computing, python must be great right? ;-) Again, I couldn't say (I'm not into the heavy scientific work myself)... but I can confirm that Python is an excellent language. Along with Pike (a very similar language but with focus more on long-running servers), Python holds pride of place in my coding work. Basically, C is for writing high level languages in, and Python and Pike are for writing applications. Life is good. ChrisA