Re: [Matplotlib-users] matplotlib on OS X Lion or FreeBSD

2012-01-03 Thread David Welch
rly simple to set up - if you're interested I can discuss the details with you. Cheers, Dave David Welch david.m.we...@gmail.com Something you entered transcended parameters. So much is unknown. -Salon Magazine, Error Haiku Challenge On 29Dec, 2011, at 9:15 AM, Paul Beard wrote

Re: [Matplotlib-users] Matplotlib.tests sub-modules missing

2011-11-15 Thread David Welch
lenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include -Isrc -Iagg24/include -I. -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c src/_macosx.m -o build/temp.macosx-10.6-universal-2.6/src/_macosx.o src/_macosx.m: In function ‘FigureManager_init’

Re: [Matplotlib-users] Matplotlib.tests sub-modules missing

2011-11-14 Thread David Welch
Has ANYONE installed matplotlib on OSX 10.6 and had the module tests pass? Specifically in a virtualenv setup? -Dave -- David Welch david.m.we...@gmail.com On 11Nov, 2011, at 2:12 PM, David Welch wrote: > Update: test folders are in the build directory, they are just not > being

Re: [Matplotlib-users] Matplotlib.tests sub-modules missing

2011-11-11 Thread David Welch
Update: test folders are in the build directory, they are just not being copied during build. *bump* On 11/10/11, David Welch wrote: > Hello, > > I am installing matplotlib on Snow Leopard 10.6. I downloaded v1.1.0 from > the sourceforge site and installed in

[Matplotlib-users] Matplotlib.tests sub-modules missing

2011-11-10 Thread David Welch
python2.6/site-packages/nose/util.py", line 331, in resolve_name obj = getattr(obj, part) AttributeError: 'module' object has no attribute 'test_backend_svg' (etc.) # The failure is for all modules in matplotlib.tests except for test_agg