Task #7112 (closed)
Bug: brew install conflicts with ipython
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Client | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-01-03 (5) |
Description
~/git/dist $ bin/omero shell
Traceback (most recent call last):
File "bin/omero", line 123, in <module>
rv = omero.cli.argv()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero/cli.py", line 1172, in argv
cli.invoke(args[1:])
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero/cli.py", line 722, in invoke
stop = self.onecmd(line, previous_args)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero/cli.py", line 791, in onecmd
self.execute(line, previous_args)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero/cli.py", line 871, in execute
args.func(args)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero/plugins/basics.py", line 79, in __call__
from IPython.Shell import IPShellEmbed
ImportError: No module named Shell
Change History (3)
comment:1 Changed 8 years ago by jmoore
- Component changed from General to Client
- Milestone changed from Unscheduled to OMERO-Beta4.4
- Remaining Time set to 0
- Resolution set to fixed
- Sprint set to 2012-01-03 (5)
- Status changed from new to closed
comment:2 Changed 8 years ago by jmoore <josh@…>
(In [63d28ebfd5f44348d02849654c14aa656e780ffa/ome.git]) Enable IPython 0.11 shell (Fix #7112)
comment:3 Changed 8 years ago by jmoore <josh@…>
(In [9ab9efcfebd1ae34af14193776a18b94718cc6e8/ome.git]) Fix IPython 0.12 support by passing login ns (See #7112)
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Different import idiom is needed for IPython 0.11. (See http://ipython.org/ipython-doc/dev/interactive/reference.html#embedding-ipython)
Fixed on sprint5-server-backlog branch.