Can't install terminator 0.97 on Ubuntu 12.04

Asked by Bhargav A.K

I'm getting the following error, please help me out here

~/terminator-0.97$ sudo ./setup.py install --record=install-files.txt
running install
running build
running build_py
package init file 'terminatorlib/plugins/__init__.py' not found (or not a regular file)
package init file 'terminatorlib/plugins/__init__.py' not found (or not a regular file)
running build_scripts
Found cached translation database
Merging translations into data/terminator.desktop.
running install_lib
running install_scripts
changing mode of /usr/local/bin/terminator to 775
changing mode of /usr/local/bin/remotinator to 775
running install_data
copying data/terminator.desktop -> /usr/local/share/applications
running gtk-update-icon-cache
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/Terminator-0.97.egg-info
Writing /usr/local/lib/python2.7/dist-packages/Terminator-0.97.egg-info
package init file 'terminatorlib/plugins/__init__.py' not found (or not a regular file)
writing list of installed files to 'install-files.txt'
~/terminator-0.97$

I have installed the following:
* intltool-merge
* Python 2.7.3
* python-keybinder
* GNU Make 3.81

Question information

Language:
English Edit question
Status:
Answered
For:
Terminator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Stephen Boddy (stephen-j-boddy) said :
#1

Hi, I took over as maintainer last year, but I've never actually used the "setup.py" method to install. I always use debuild and install the resulting package. However from your log:
package init file 'terminatorlib/plugins/__init__.py' not found (or not a regular file)
There is no __init__.py file in that folder. In the setup.py file that folder is defined as a package and a package has to have an __init__.py file. I recommend you try creating that file (it can be completely empty, it just has to exist) and try again.

Can you help with this problem?

Provide an answer of your own, or ask Bhargav A.K for more information if necessary.

To post a message you must log in.