I saw this blank image problem a couple of weeks ago, and I was seeing 
it in my local doc builds as well.

It appeared then that this change broke inline plots:

"""
r6089 | jdh2358 | 2008-09-13 10:28:09 -0400 (Sat, 13 Sep 2008) | 1 line

replaced ipython run magic with code.InteractiveConsole.runsource
"""

because InteractiveConsole injects a number of things in __builtin__ 
that interfere with recent SVN versions of Sphinx.

"""
r6137 | mdboom | 2008-09-30 16:07:54 -0400 (Tue, 30 Sep 2008) | 3 lines

[ 2138392 ] API doc for add_subplot()
Also fixing numerous problems with the documentation build.  It seems 
that the change in plot_directive.py to use the "code" module to run 
scripts interferes with i18n in Sphinx (due to the overloading of '_' as 
a symbol).  Changed to use the fewer-moving-parts imp.load_module() instead.
"""

I changed this in SVN to just use imp.load_module instead, and this 
resolved the problem locally.  I had expected the doc buildbot to pick 
it up and run with it, but I never followed up to see if it ever did.  
It's possible that this SF quota/login etc. problem has been blocking 
the updates all this time.  So it's not necessarily that the files are 
transferring incorrectly, merely that they haven't been transferring at 
all since Sept 30 or before.

If my change doesn't fix the image problem for you or the buildbot, let 
me know and I can revert it.

Mike

John Hunter wrote:
> On Mon, Oct 13, 2008 at 6:56 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
>
>   
>>> However, unfortunately there appears to be some problem with the
>>> generation of the figures which are supposed to be embedded within that
>>> documentation - they're all appearing as nothing but blank white spaces,
>>> both in Firefox 3.0.3 on OS X 10.5.5, and when I download the files and view
>>> them with other programs.  Do other people see this problem?
>>>       
>> Yes, something is broken.  I don't know how to fix it, though.
>>     
>
> It looks like either the rsync screwed up or sf is throttling us or
> both.  I got this message in my cron job
>
>   ssh: connect to host matplotlib.sf.net port 22: Connection refused
>   rsync: connection unexpectedly closed (0 bytes received so far) [sender]
>   rsync error: unexplained error (code 255) at io.c(453) [sender=2.6.9]
>   ssh: connect to host matplotlib.sf.net port 22: Connection refused
>   lost connection
>
> when I check the images in the
> http://matplotlib.sourceforge.net/doc/html/pyplots/ directory, they
> are there but are smaller in filesize than they are in the directory
> on the build machine, suggesting they were truncated in the transfer.
> When I try and log into the sf shell server
>
>   > ssh -l jdh2358 shell.sf.net
>
> it hangs.
>
> Normally they send me an email when I am over file size quota, so I
> would be surprised if they simply throttled us w/o a warning, but I
> will file a ticket with the sf folks and see if they can help.
>
> JDH
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to