Re: [Matplotlib-users] Matplotlib Installation error

2014-12-18 Thread Christoph Gohlke
Pip and setuptools were added in 2.7.9. From the release announcement: - The "ensurepip" module has been backported to Python 2.7 Christoph On 12/18/2014 6:37 AM, Benjamin Root wrote: > Christoph, > > When did pip.exe start being packaged with python2.7? I thought that was > only in one of the

Re: [Matplotlib-users] Matplotlib Installation error

2014-12-18 Thread V. Armando Solé
Hi, I got that problem when I tried to install a 64-bit pacakge on a 32-bit python installation. If you want 64-bit, make sure you download the 64-bit version from python.org. For the rest of the 64-bit packages I usually go to Christoph's site: http://www.lfd.uci.edu/~gohlke/pythonlibs/ Arm

Re: [Matplotlib-users] Matplotlib Installation error

2014-12-18 Thread Benjamin Root
Christoph, When did pip.exe start being packaged with python2.7? I thought that was only in one of the py3k releases? Ben Root On Thu, Dec 18, 2014 at 3:17 AM, Christoph Gohlke wrote: > > On 12/17/2014 11:33 PM, MIS_91 wrote: > > Hi folks, > > > > Sorry to bother you with an installationg probl

Re: [Matplotlib-users] Matplotlib Installation error

2014-12-18 Thread Christoph Gohlke
On 12/17/2014 11:33 PM, MIS_91 wrote: > Hi folks, > > Sorry to bother you with an installationg problem. But I really want to get > matplotlib. > I have Windows 8 (64) and python 2.7, I've succesfully fully installed > pygame and numpy. When I start the installation of matplotlib (I've tried > 1.4.

[Matplotlib-users] Matplotlib Installation error

2014-12-17 Thread MIS_91
Hi folks, Sorry to bother you with an installationg problem. But I really want to get matplotlib. I have Windows 8 (64) and python 2.7, I've succesfully fully installed pygame and numpy. When I start the installation of matplotlib (I've tried 1.4.0 and 1.4.2) I get an error message telling that p

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-04 Thread ajdcds
Thank you Mike, Werner and Benjamin for the good, and very fast, support. Kind regards, Antonio -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-installation-with-Python-x-y-tp42149p42178.html Sent from the matplotlib - users mailing list archive at Nabble.co

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread Benjamin Root
On Thu, Oct 3, 2013 at 9:22 AM, ajdcds wrote: > Benjamin, thank you very much for the tip! > > If I do > > import matplotlib > matplotlib.use("TkAgg") > > This is only valid for the current script that is running, the matplotlibrc > remains the same, right? > > Yes, that is correct. -

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread ajdcds
Benjamin, thank you very much for the tip! If I do import matplotlib matplotlib.use("TkAgg") This is only valid for the current script that is running, the matplotlibrc remains the same, right? -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-installation-w

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread Benjamin Root
On Thu, Oct 3, 2013 at 6:35 AM, ajdcds wrote: > Sorry, of course it does not work, the import is incorrect! > > It should be > > import matplotlib as plt > plt.rcParams['backend'] = 'TkAgg' > > or simply > import matplotlib > matplotlib.rcParams['backend'] = 'TkAgg' > > Errr... no, don't do "impo

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread ajdcds
Sorry, of course it does not work, the import is incorrect! It should be import matplotlib as plt plt.rcParams['backend'] = 'TkAgg' or simply import matplotlib matplotlib.rcParams['backend'] = 'TkAgg' -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-in

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread ajdcds
We were able to find the difference when installing Matplotlib via Python(x,y) or as a separate package. The difference is on paramater /backend/ on /matplotlibrc/ file. /Python(x,y)-2.6.6.2.exe/ set the parameter to *Qt4Agg* /matplotlib-1.0.1.win32-py2.6.exe/ sets the parameter to *TKAgg* if back

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread Werner F. Bruhin
Hi, On 03/10/2013 09:31, ajdcds wrote: > If doing > > c:\Python26\python.exe file.py > > Then the error is on import private files, stated on my first post as > /import / I didn't see a response from you on this: c:\Python26\python.exe from PyQt4.QtGui import QFormLayout Does this give an impor

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-03 Thread ajdcds
If doing c:\Python26\python.exe file.py Then the error is on import private files, stated on my first post as /import / -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-installation-with-Python-x-y-tp42149p42164.html Sent from the matplotlib - users mailing

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread Werner F. Bruhin
Hi Antonio, (forgot to copy list - for archive) On 02/10/2013 17:05, António de Sousa wrote: Hi Werner, thank you for your reply. Yes, the path is C:\Python26\lib\ Can it be that the error message is coming from a different location? Meaning that there may be duplicate files (e.g. python rel

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread ajdcds
No error message: >>> from PyQt4.QtGui import QFormLayout >>> -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Matplotlib-installation-with-Python-x-y-tp42149p42154.html Sent from the matplotlib - users mailing list archive at Nabble.com. -

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread Michael Droettboom
It looks like the PyQt4 installation in python(x,y) is somehow broken. If you just open up the python(x, y) interpreter and type >>> from PyQt4.QtGui import QFormLayout or >>> from PyQt4 import QtGui what happens? If that fails too, I'd say the bug is in python(x, y) (or however PyQt4 got

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread ajdcds
Hi Mike, thank you for your interest. If I replace the following statement on formlayout.py: /try: from PyQt4.QtGui import QFormLayout except ImportError: raise ImportError, "Warning: formlayout requires PyQt4 >v4.3"/ With this one: /from PyQt4.QtGui import QFormLayout/ The

Re: [Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread Michael Droettboom
On 10/02/2013 05:35 AM, ajdcds wrote: > I have a system that has Python(x,y)-2.6.6.2.exe installed. > When running the script "file.py" the following error occurs: > > /Traceback (most recent call last): > File "file.py", line xx, in > import > File "includes\something.py", line 31, in >

[Matplotlib-users] Matplotlib installation with Python(x,y)

2013-10-02 Thread ajdcds
I have a system that has Python(x,y)-2.6.6.2.exe installed. When running the script "file.py" the following error occurs: /Traceback (most recent call last): File "file.py", line xx, in import File "includes\something.py", line 31, in import matplotlib.pyplot as plt File "C:\Pytho

Re: [Matplotlib-users] Matplotlib installation issues

2013-09-04 Thread Goyo
2013/9/3 Michael Droettboom : > That's correct. We could probably do a better job reporting that to the > user, though. Would you mind creating an issue for that? https://github.com/matplotlib/matplotlib/issues/2379 --

Re: [Matplotlib-users] Matplotlib installation issues

2013-09-03 Thread Michael Droettboom
On 08/31/2013 12:24 PM, Goyo wrote: > 2013/8/31 Dino Bektešević : >> Hello, >> >> After a little mishap from ubuntu 12.04 after which I reinstalled the >> OS, on this fresh install I did: >> >>> sudo apt-get install python-numpy python-scipy python-matplotlib ipython >>> ipython-notebook python-pa

Re: [Matplotlib-users] Matplotlib installation issues

2013-08-31 Thread Goyo
2013/8/31 Dino Bektešević : > Hello, > > After a little mishap from ubuntu 12.04 after which I reinstalled the > OS, on this fresh install I did: > >>sudo apt-get install python-numpy python-scipy python-matplotlib ipython >>ipython-notebook python-pandas python-sympy python-nose > > as per scipy

[Matplotlib-users] Matplotlib installation issues

2013-08-31 Thread Dino Bektešević
Hello, After a little mishap from ubuntu 12.04 after which I reinstalled the OS, on this fresh install I did: >sudo apt-get install python-numpy python-scipy python-matplotlib ipython >ipython-notebook python-pandas python-sympy python-nose as per scipy stack installation instructions and every

Re: [Matplotlib-users] Matplotlib installation

2012-05-19 Thread Thomas Goebel
* Miro Ilias wrote: > Hi, > > I have the same problem on Windows 7: I installated Python 2.7 from > installation package, and matplotlib package gave me the mentioned > error message during installation. You could also try EPD, Enthought Python Distribution, which ships a lot of modules in one

Re: [Matplotlib-users] Matplotlib installation

2012-05-19 Thread Benjamin Root
On Saturday, May 19, 2012, Miro Ilias wrote: > Hi, > > I have the same problem on Windows 7: I installated Python 2.7 from > installation > package, and matplotlib package gave me the mentioned error message during > installation. > > Miro > > > Maybe this is a 32/64-bit issue? I.e., the python i

Re: [Matplotlib-users] Matplotlib installation

2012-05-19 Thread Miro Ilias
Hi, I have the same problem on Windows 7: I installated Python 2.7 from installation package, and matplotlib package gave me the mentioned error message during installation. Miro -- Live Security Virtual Conference Ex

Re: [Matplotlib-users] Matplotlib installation

2012-03-31 Thread Paul Hobson
How did you install Python 2.7? None of my windows machines have ever hand any problem finding it when I installed from the official binaries found at python.org. -paul On Fri, Mar 30, 2012 at 9:56 AM, Mateusz J Burgunder wrote: > Hello, > > I am trying to download matplot (matplotlib-1.1.0) but

[Matplotlib-users] Matplotlib installation

2012-03-30 Thread Mateusz J Burgunder
Hello, I am trying to download matplot (matplotlib-1.1.0) but at the start of the download I get a screen that says "Python version 2.7 required, which was not found in the registry." I have python 2.7. Where exactly should I save mathplotlib so that it can find python for the installation? Many

Re: [Matplotlib-users] matplotlib installation and ?'s

2012-02-20 Thread Eric Firing
On 02/20/2012 07:07 PM, William Jennings wrote: > Hello mat plot lib users! > > I feel quite embarrassed that I’ve gone through 2 days of trying to get > to get numpy, scipy and matplotlib all to work nice with each other. > I’ve scraped through forums, stackoverflow and all the links that can > bi

Re: [Matplotlib-users] matplotlib installation and ?'s

2012-02-20 Thread Andre' Walker-Loud
Hi William, There is a company, Enthought, which offers a free package installer, which comes with 6 "essential" python libraries, including matplotlib. http://www.enthought.com/products/epd_free.php If you have an "edu" email account (you are an academic, or do academic research at a gov lab,

[Matplotlib-users] matplotlib installation and ?'s

2012-02-20 Thread William Jennings
Hello mat plot lib users! I feel quite embarrassed that I’ve gone through 2 days of trying to get to get numpy, scipy and matplotlib all to work nice with each other. I’ve scraped through forums, stackoverflow and all the links that can bide me some type of logic. Yet, alas I still fail wildly with

Re: [Matplotlib-users] matplotlib installation problem

2008-01-07 Thread jdawe
Eric Firing wrote: > thread is a standard python module, part of the basic python distribution. > I don't know why it is not being found. If you start python on a command > line, can you import thread? No, I can't. Apparently whoever installed this version of python (it's on a cluster I've got

Re: [Matplotlib-users] matplotlib installation problem

2008-01-04 Thread Eric Firing
Jordan Dawe wrote: > Ok, I compiled matplotlib from source, and installed it into my home > directory. import matplotlib works fine, but from pylab import * returns > > >>> from pylab import * > Traceback (most recent call last): > File "", line 1, in > File "/home/users/freedryk//lib/pyth

[Matplotlib-users] matplotlib installation problem

2008-01-04 Thread Jordan Dawe
Ok, I compiled matplotlib from source, and installed it into my home directory. import matplotlib works fine, but from pylab import * returns >>> from pylab import * Traceback (most recent call last): File "", line 1, in File "/home/users/freedryk//lib/python/pylab.py", line 1, in fro

[Matplotlib-users] matplotlib installation issue on OS X

2006-08-30 Thread Aaron Hoover
Hi all, Sorry to trouble you with this (likely) trivial issue, but I installed matplotlib 0.87.4_r2587 using the .mpkg included with SciPy SuperPack for Intel, and I'm unable to import pylab from the iPython command line. When I try I get the error message "no module named matplotlib.pylab