Thank you Jussi. I didn't realize there was a separate version--I have it
installed now
cheers
fritz
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, 27 Jul 2017 04:40:40 -0700, FS wrote:
> I just installed matplotlib on debian and I tried to import it on
> python3. It cannot be found however it can be found on python 2.x. No
> surprise:
> A 'find -name matplotliib' reveals:
> /usr/share/matplotlib /usr/lib/python2.7/dist-packages/mat
FS writes:
> I just installed matplotlib on debian and I tried to import it on
> python3. It cannot be found however it can be found on python 2.x. No
> surprise:
> A 'find -name matplotliib' reveals:
> /usr/share/matplotlib
> /usr/lib/python2.7/dist-packages/matplotlib
>
> I am not sure how the
I just installed matplotlib on debian and I tried to import it on python3. It
cannot be found however it can be found on python 2.x. No surprise:
A 'find -name matplotliib' reveals:
/usr/share/matplotlib
/usr/lib/python2.7/dist-packages/matplotlib
I am not sure how the apt-get elected to place
On Monday, 13 April 2015 15:58:58 UTC-4, Ned Deily wrote:
> In article <176d49d3-6ff8-4d35-b8ec-647f13250...@googlegroups.com>,
> Pippo wrote:
> > I am trying to install matplotlib and I keep getting error:
> [...]
> > File
> >
> > "/Library/Frameworks/Python.framework/Versions/3.3/lib/pyt
In article <176d49d3-6ff8-4d35-b8ec-647f13250...@googlegroups.com>,
Pippo wrote:
> I am trying to install matplotlib and I keep getting error:
[...]
> File
> "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/v
> ersion.py", line 343, in _cmp
> if self.version <
Hi guys,
I am trying to install matplotlib and I keep getting error:
Traceback (most recent call last):
File "setup.py", line 155, in
result = package.check()
File
"/Users/sepidehghanavati/Desktop/Programs/python/matplotlib-1.4.3/setupext.py",
line 961, in check
min_version='2.3',
thon-list@python.org
Subject: Re: Error when installing matplotlib-1.3. on Windows
On 2014-03-17 01:20, laguna...@mail.com wrote: > I'm trying to install
matplotlib from locally stored source archive file > (Portable Python 2.7 on
Windows): > > pip install E:\matplotlib-1.3.1.win32-p
On 2014-03-17 01:20, laguna...@mail.com wrote:
I'm trying to install matplotlib from locally stored source archive file
(Portable Python 2.7 on Windows):
pip install E:\matplotlib-1.3.1.win32-py2.7.exe
Got error, below is log:
E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 03:10:1
I'm trying to install matplotlib from locally stored source archive file
(Portable Python 2.7 on Windows):
pip install E:\matplotlib-1.3.1.win32-py2.7.exe
Got error, below is log:
E:\Portable Python 2.7.5.1\App\Scripts\pip run on 03/17/14 03:10:16
Exception:
Traceback (most recent call last):
Am 04.11.2013 01:59, schrieb Ned Deily:
> In article <21110.62791.44734.656...@cochabamba.vanoostrum.org>,
> Piet van Oostrum wrote:
>> I tried to install matplotlib 1.3.1 on the release candidates of Python
>> 2.7.6
>> and 3.3.3.
>
> [...]
>
> Please open an issue on the Python bug tracker f
In article <21110.62791.44734.656...@cochabamba.vanoostrum.org>,
Piet van Oostrum wrote:
> I tried to install matplotlib 1.3.1 on the release candidates of Python 2.7.6
> and 3.3.3.
[...]
Please open an issue on the Python bug tracker for the Python component of
this.
http://bugs.python.org
Hello,
I tried to install matplotlib 1.3.1 on the release candidates of Python 2.7.6
and 3.3.3.
I am on Mac OS X 10.6.8.
Although the installation gave no problems, there is a problem with Tcl/Tk.
The new Pythons have their own embedded Tcl/Tk, but when installing matplotlib
it links to the
In article
,
Alex Ter-Sarkissov wrote:
> that's quite weird: if I run python2.7-32 in terminal, it works like you
> said, but when I add it as an interpreter in Eclipse, matplotlib.pyplot
> doesn't get imported for some reason. Even more strange, either way
> platform.architecture() reports 64-b
g here?
cheers,
Alex
27 декабря 2011 г. 3:54 пользователь Ned Deily написал:
> In article
> ,
> Alex Ter-Sarkissov wrote:
> > hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from
> 2.6). I
> > have a problem with installing matplotlib (I found the version f
thanks Ned,
that's quite weird: if I run python2.7-32 in terminal, it works like you
said, but when I add it as an interpreter in Eclipse, matplotlib.pyplot
doesn't get imported for some reason. Even more strange, either way
platform.architecture() reports 64-bit. What's wrong here?
cheers,
Alex
In article
,
Alex Ter-Sarkissov wrote:
> hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from 2.6). I
> have a problem with installing matplotlib (I found the version for python
> 2.7. MacOs 10.3, no later versions). If I run python in terminal using arch
> -i386 pyth
hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from 2.6). I
have a problem with installing matplotlib (I found the version for python
2.7. MacOs 10.3, no later versions). If I run python in terminal using arch
-i386 python, and then
from matplotlib.pylab import *
and similar
On Feb 15, 12:20 pm, "Alf P. Steinbach" wrote:
> * katrine:
>
>
>
> > Hope you guys don't mind a question about building matplotlib from a
> > biologist who wants to learn how to use python.
>
> > I am trying to install matplotlib on my mac with OS X 10.4.11, using
> > python 2.6.4 and Xcode 2.2.1
* katrine:
Hope you guys don't mind a question about building matplotlib from a
biologist who wants to learn how to use python.
I am trying to install matplotlib on my mac with OS X 10.4.11, using
python 2.6.4 and Xcode 2.2.1. I have had a few fights with freetype
and Tkinter, and I think I've
Hi,
Hope you guys don't mind a question about building matplotlib from a
biologist who wants to learn how to use python.
I am trying to install matplotlib on my mac with OS X 10.4.11, using
python 2.6.4 and Xcode 2.2.1. I have had a few fights with freetype
and Tkinter, and I think I've got those
Anish Chapagain schrieb:
On Sep 3, 12:39 pm, Uwe Schmitt <[EMAIL PROTECTED]>
wrote:
On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
Hi!!
I'm having installation problem for installing numpy and scipy in
Cygwin for Python, and am obstruct in madway for project, i followed
scipy.or
On Sep 3, 12:39 pm, Uwe Schmitt <[EMAIL PROTECTED]>
wrote:
> On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
>
> > Hi!!
> > I'm having installation problem for installing numpy and scipy in
> > Cygwin for Python, and am obstruct in madway for project, i followed
> > scipy.org guidelin
On 3 Sep., 11:42, "chapagainanish" <[EMAIL PROTECTED]> wrote:
> Hi!!
> I'm having installation problem for installing numpy and scipy in
> Cygwin for Python, and am obstruct in madway for project, i followed
> scipy.org guidelines but there's few error thrown as
> failed..with exit status 1
Hi!!
I'm having installation problem for installing numpy and scipy in
Cygwin for Python, and am obstruct in madway for project, i followed
scipy.org guidelines but there's few error thrown as
failed..with exit status 1
please if someone has installed these module help me
thank's and re
Hi!!
I need to run matplotlib for one project with pylab and scipy module,
i'm using cygwin so as to link system call operation with few GUI
support,
but am unable to install numpy and scipy without these matplotlib is
also not installed
Please help me for proper installation of these module in cy
has anyone had any success compiling matplotlib in cygwin? i had some
rebasing problems that i got around, but when i finally got everything
to install without any complaints and did "import pylab" i got dumped
out of python altogether without any errors.
some thing i did:
cd /usr/lib
ln -s libt
27 matches
Mail list logo