From: John H. <jd...@gm...> - 2011-01-05 22:01:06
|
On Wed, Jan 5, 2011 at 3:49 PM, Sandro Tosi <mo...@de...> wrote: > I tried with that branch, but I had no luck :( it still tries to > download stuff from the net, whatever I set as examples.directory in > matplotlibrc (yes, I'm trying to compile inside doc/ and I have > 'examples.download : False' set) and/or MATPLOTLIB_SAMPLE_DATA . JFTR > the cmdline I'm using is: > > morph@zion:~/deb/upstream_checkout/mpl1/doc$ > MATPLOTLIB_SAMPLE_DATA=/home/morph/deb/upstream_checkout/mpl1/sampledata/ > MATPLOTLIBDATA=../lib/matplotlib/mpl-data/ > PYTHONPATH=../build/lib.linux-x86_64-2.6/ ./make.py --small all > > $ tail -2 matplotlibrc > examples.download : False # False to bypass downloading mechanism > examples.directory : /home/morph/deb/upstream_checkout/mpl1/sampledata/ Strange -- I'll try and test tonight with a machine disconnected from the internet. Out of curiosity, what command/tool are you using to monitor the internet requests? Ben, are you seeing the same problems? JDH |