[IPython-dev] Notebook doesn't load with latest master

Dave Hirschfeld dave.hirschfeld at gmail.com
Mon Mar 25 09:30:18 EDT 2013


Thomas Kluyver <takowl <at> gmail.com> writes:

> 
> 
> 
> On 25 March 2013 13:06, Dave Hirschfeld <dave.hirschfeld <at> gmail.com> 
wrote:  
File "c:\dev\code\ipython\IPython\frontend\html\notebook\notebookapp.py", line
> 
> 
> 553, in init_signal
>     signal.signal(signal.SIGUSR1, self._signal_info)
> AttributeError: 'module' object has no attribute 'SIGUSR1'
> 
> 
> 
> Thanks for catching this, I've filed an issue for 
it:https://github.com/ipython/ipython/issues/3074
> 
> Thomas
> 
> 
> 

Thanks, I should get in the habit of doing that more often myself.

An ugly workaround which seems to work for now is to simply comment out the 
SIGUSR1 signal handler on line #553 - obviously not the ideal solution though!

Thanks,
Dave





More information about the IPython-dev mailing list