[Matplotlib-users] Any progress on binary installer for OSX?

2013-10-02 Thread Matthew Brett
Hi, Anything I can do to help get a binary installer for OSX? If I wanted to build one myself - is there a good place to start looking to understand the problems? Cheers, Matthew -- October Webinars: Code for Performan

Re: [Matplotlib-users] import matplotlib.pyplot does not work

2013-10-02 Thread pymilo
Hello, I don't know what exactly happened but after upgrade my python from 2.7.3 to 2.7.5 and uninstall and install again the matplotlib using pip, the pylab worked well... Thank you in advance for your help. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/import-matp

Re: [Matplotlib-users] import matplotlib.pyplot does not work

2013-10-02 Thread Sterling Smith
I highly recommend macports[1] as the method to install matplotlib, as I have never had issues. -Sterling [1] http://www.macports.org/install.php On Oct 2, 2013, at 7:39AM, pymilo wrote: > Hello everyone, > > I want to work whit matplotlib and I installed it using pip command. > Apparently th

[Matplotlib-users] installing matplotlib 1.3.0

2013-10-02 Thread Helm, Anton
Hello everyone, I have a small problem installing the latest release of matplotlib. The following problem occurs during building (I just used 'pip install matplotlib' for it): /opt/pkg/compiler/gnu/gcc/4.7.1/bin/g++-4.7.1 -pthread -shared build/temp.linux-x86_64-2.7/src/_image.o buil

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

[Matplotlib-users] import matplotlib.pyplot does not work

2013-10-02 Thread pymilo
Hello everyone, I want to work whit matplotlib and I installed it using pip command. Apparently the installation was successful and when I open ipython and import matplotlib everything works well. Nevertheless when I try to import pyplot using: import matplotlib.pyplot I obtain this:

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