[IPython-dev] Notebook doesn't load with latest master
Dave Hirschfeld
dave.hirschfeld at gmail.com
Mon Mar 25 09:16:50 EDT 2013
Dave Hirschfeld <dave.hirschfeld <at> gmail.com> writes:
>
>
> The error I get is:
>
> 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'
>
> Seems it may not be available on windows? See below for more detail...
>
> Thanks,
> Dave
>
Probably should have mentioned what I actually *do* have in the signal module:
In [6]: import signal
In [7]: pprint dir(signal)
['CTRL_BREAK_EVENT',
'CTRL_C_EVENT',
'NSIG',
'SIGABRT',
'SIGBREAK',
'SIGFPE',
'SIGILL',
'SIGINT',
'SIGSEGV',
'SIGTERM',
'SIG_DFL',
'SIG_IGN',
'__doc__',
'__name__',
'__package__',
'default_int_handler',
'getsignal',
'set_wakeup_fd',
'signal']
-Dave
More information about the IPython-dev
mailing list