Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550778 - dev-python/ipython-3.1.0[notebook] should depend on dev-python/ptyprocess
Summary: dev-python/ipython-3.1.0[notebook] should depend on dev-python/ptyprocess
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-29 21:03 UTC by Marius Brehler
Modified: 2015-05-30 07:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Brehler 2015-05-29 21:03:14 UTC
Starting ipython notebook from the command line, you get the following output:

marbre@flyingdragon ~ $ ipython3.4 notebook
[I 22:58:14.313 NotebookApp] Serving local MathJax from /usr/lib64/python3.4/site-packages/IPython/html/static/mathjax/MathJax.js at /static/mathjax/MathJax.js
[W 22:58:14.333 NotebookApp] Terminals not available (error was No module named 'ptyprocess')

After installing dev-python/ptyprocess from the science overlay, to which I have recently added ptyprocess, this message disappears. Maybe, ptyprocess should be added to the tree and added as dependency to ipython when the notebook useflag is chosen.

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-05-30 05:48:18 UTC
A grep for ptyprocess in ipython yields nothing. Are you sure that you are using ipython-3.1.0?
Comment 2 cel.gentoo 2015-05-30 06:37:44 UTC
ptyprocess is a dependency of terminado. So it is a transitive dependency for ipython-notebook.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-05-30 07:23:50 UTC
+*ptyprocess-0.5 (30 May 2015)
+
+  30 May 2015; Justin Lecher <jlec@gentoo.org> +metadata.xml,
+  +ptyprocess-0.5.ebuild:
+  New package, mostly written by Marius Brehler, bug #550778
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2015-05-30 07:50:38 UTC
+  30 May 2015; Justin Lecher <jlec@gentoo.org> terminado-0.5.ebuild:
+  Add missing deps and test function, bug #550778
+