IEP not launching on Ubuntu 14.04

55 views
Skip to first unread message

Mark Cananzi

unread,
Dec 9, 2014, 1:35:42 AM12/9/14
to ie...@googlegroups.com

Hi All

Just installed IEP on new set up of Ubuntu 14.04. Setup was successful (so I thought) with required dependencies in place. On running IEP in terminal I get the follow: 
~$ iep
Traceback (most recent call last):
  File "/usr/local/bin/iep", line 9, in <module>
    load_entry_point('iep==3.5', 'console_scripts', 'iep')()
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 351, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2363, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources.py", line 2088, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named 'ieplauncher'
~$

I've checked file structure under /usr/lib/python3/dist-packages/iep/ (output of tree to 2 levels below) and and 'ieplauncher' is not included. However it's in the source code. I've also done a search through root and found naught.

I am now officially quite confused (and I suspect that I've done something really really silly). Please help.

Mark




/usr/local/lib/python3.4/dist-packages/iep$ tree -L 2
.
├── codeeditor
│   ├── base.py
│   ├── extensions
│   ├── highlighter.py
│   ├── __init__.py
│   ├── manager.py
│   ├── misc.py
│   ├── parsers
│   ├── __pycache__
│   ├── qt.py
│   ├── style.py
│   ├── _test.py
│   └── textutils.py
├── contributors.txt
├── iepcore
│   ├── about.py
│   ├── baseTextCtrl.py
│   ├── codeparser.py
│   ├── commandline.py
│   ├── compactTabWidget.py
│   ├── editor.py
│   ├── editorTabs.py
│   ├── icons.py
│   ├── iepLogging.py
│   ├── __init__.py
│   ├── kernelbroker.py
│   ├── license.py
│   ├── main.py
│   ├── menu.py
│   ├── __pycache__
│   ├── shellInfoDialog.py
│   ├── shell.py
│   ├── shellStack.py
│   └── splash.py
├── iepkernel
│   ├── debug.py
│   ├── guiintegration.py
│   ├── guisupport.py
│   ├── __init__.py
│   ├── interpreter.py
│   ├── introspection.py
│   ├── magic.py
│   ├── _nope.py
│   ├── pipper.py
│   ├── __pycache__
│   └── start.py
├── __init__.py
├── license.txt
├── __main__.py
├── __pycache__
│   ├── __init__.cpython-34.pyc
│   ├── __main__.cpython-34.pyc
│   └── yotonloader.cpython-34.pyc
├── resources
│   ├── appicons
│   ├── defaultConfig.ssdf
│   ├── fonts
│   ├── icons
│   ├── images
│   ├── __pycache__
│   ├── style_scintilla.ssdf
│   ├── style_solarizeddark.ssdf
│   ├── style_solarizedlight.ssdf
│   ├── translations
│   └── tutorial.py
├── tools
│   ├── iepFileBrowser
│   ├── iepInteractiveHelp.py
│   ├── iepLogger.py
│   ├── iepSourceStructure.py
│   ├── iepWebBrowser.py
│   ├── iepWorkspace.py
│   ├── __init__.py
│   └── __pycache__
├── util
│   ├── iepwizard.py
│   ├── __init__.py
│   ├── locale.py
│   └── __pycache__
├── yoton
│   ├── channels
│   ├── clientserver.py
│   ├── connection_itc.py
│   ├── connection.py
│   ├── connection_tcp.py
│   ├── context.py
│   ├── core.py
│   ├── events.py
│   ├── __init__.py
│   ├── misc.py
│   └── __pycache__
└── yotonloader.py

24 directories, 68 files
:/usr/local/lib/python3.4/dist-packages/iep$














Mark Cananzi

unread,
Dec 9, 2014, 2:14:11 AM12/9/14
to ie...@googlegroups.com
Also like to add that I'd previously installed used IEP in Ubuntu 12.04 without issue.

Almar Klein

unread,
Dec 9, 2014, 3:48:26 AM12/9/14
to ie...@googlegroups.com
Ah yes, this is a bug that has now been fixed. You can either update
using the latest version from the repo, or you can run iep using `python
-m iep`

Regards,
Almar
> --
> You received this message because you are subscribed to the Google
> Groups "Interactive Editor for Python" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to iep_+uns...@googlegroups.com
> <mailto:iep_+uns...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

Mark Cananzi

unread,
Dec 9, 2014, 6:12:38 PM12/9/14
to ie...@googlegroups.com


Thanks Almar.

Very much appreciated.

Mark
Reply all
Reply to author
Forward
0 new messages