Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73553
| References | (2 earlier) <loc07h$9l$1@speranza.aioe.org> <mailman.11219.1403619019.18130.python-list@python.org> <loc1rr$519$1@speranza.aioe.org> <mailman.11221.1403620523.18130.python-list@python.org> <loc64k$grm$1@speranza.aioe.org> |
|---|---|
| Date | 2014-06-25 01:58 +1000 |
| Subject | Re: Error in PyDev but not in the standard python interpreter |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11222.1403625488.18130.python-list@python.org> (permalink) |
On Wed, Jun 25, 2014 at 1:40 AM, Fabien <fabien.maussion@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Error in PyDev but not in the standard python interpreter Fabien <fabien.maussion@gmail.com> - 2014-06-24 15:28 +0200
Re: Error in PyDev but not in the standard python interpreter Chris Angelico <rosuav@gmail.com> - 2014-06-24 23:47 +1000
Re: Error in PyDev but not in the standard python interpreter Fabien <fabien.maussion@gmail.com> - 2014-06-24 15:59 +0200
Re: Error in PyDev but not in the standard python interpreter Chris Angelico <rosuav@gmail.com> - 2014-06-25 00:04 +1000
Re: Error in PyDev but not in the standard python interpreter Fabien <fabien.maussion@gmail.com> - 2014-06-24 16:27 +0200
Re: Error in PyDev but not in the standard python interpreter Chris Angelico <rosuav@gmail.com> - 2014-06-25 00:35 +1000
Re: Error in PyDev but not in the standard python interpreter Fabien <fabien.maussion@gmail.com> - 2014-06-24 17:40 +0200
Re: Error in PyDev but not in the standard python interpreter Chris Angelico <rosuav@gmail.com> - 2014-06-25 01:58 +1000
Re: Error in PyDev but not in the standard python interpreter Ethan Furman <ethan@stoneleaf.us> - 2014-06-24 09:02 -0700
Re: Error in PyDev but not in the standard python interpreter Ethan Furman <ethan@stoneleaf.us> - 2014-06-24 08:08 -0700
Re: Error in PyDev but not in the standard python interpreter Fabio Zadrozny <fabiofz@gmail.com> - 2014-06-24 10:46 -0300
Re: Error in PyDev but not in the standard python interpreter Tony the Tiger <tony@tiger.invalid> - 2014-06-28 20:39 +0000
csiph-web