Changes between Initial Version and Version 1 of Ticket #48755
- Timestamp:
- Sep 4, 2015, 6:12:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48755
- Property Cc sean@… stromnov@… added
-
Property
Summary
changed from
ipython notebook fails
topy34-ipython: ImportError: No module named 'notebook'
- Property Owner changed from macports-tickets@… to aronnax@…
- Property Keywords ipython notebook removed
- Property Port py-ipython added; ipython removed
-
Ticket #48755 – Description
initial v1 3 3 Here is the error using the Sept 1 macports with the same install 4 4 5 {{{ 5 6 [mac35:Research/CalWater2015/G4_frd] ngaggini% ipython notebook 6 7 7 Traceback (most recent call last): 8 9 8 File "/opt/local/bin/ipython", line 5, in <module> 10 11 9 start_ipython() 12 13 10 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython 14 15 11 return launch_new_instance(argv=argv, **kwargs) 16 17 12 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 591, in launch_instance 18 19 13 app.initialize(argv) 20 21 14 File "<string>", line 2, in initialize 22 23 15 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 75, in catch_config_error 24 25 16 return method(app, *args, **kwargs) 26 27 17 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 305, in initialize 28 29 18 super(TerminalIPythonApp, self).initialize(argv) 30 31 19 File "<string>", line 2, in initialize 32 33 20 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 75, in catch_config_error 34 35 21 return method(app, *args, **kwargs) 36 37 22 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/IPython/core/application.py", line 386, in initialize 38 39 23 self.parse_command_line(argv) 40 41 24 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 300, in parse_command_line 42 43 25 return super(TerminalIPythonApp, self).parse_command_line(argv) 44 45 26 File "<string>", line 2, in parse_command_line 46 47 27 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 75, in catch_config_error 48 49 28 return method(app, *args, **kwargs) 50 51 29 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 487, in parse_command_line 52 53 30 return self.initialize_subcommand(subc, subargv) 54 55 31 File "<string>", line 2, in initialize_subcommand 56 57 32 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 75, in catch_config_error 58 59 33 return method(app, *args, **kwargs) 60 61 34 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/traitlets/config/application.py", line 418, in initialize_subcommand 62 63 35 subapp = import_item(subapp) 64 65 36 File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/ipython_genutils/importstring.py", line 31, in import_item 66 67 37 module = __import__(package, fromlist=[obj]) 68 69 38 ImportError: No module named 'notebook' 70 39 }}}