Issue on setup.py with imports
Hi,
I'm migrating Gufw [1] from python2 to python3 and honestly I'm stuck
with an error from the setup.py: Python module controller not found:
costales@dev:~/Desktop/16.10$ sudo python3 setup.py install --prefix=/usr
ERROR: Python module controller not found
running install
running build
running build_py
running build_scripts
running build_i18n
intltool-update -p -g gufw
running build_icons
running build_help
running install_lib
running install_scripts
changing mode of /usr/bin/gufw to 755
changing mode of /usr/bin/gufw-pkexec to 755
running install_data
running install_egg_info
Removing /usr/lib/python3.5/site-packages/gufw-16.10.0-py3.5.egg-info
Writing /usr/lib/python3.5/site-packages/gufw-16.10.0-py3.5.egg-info
costales@dev:~/Desktop/16.10$
And weird... even with that error, Gufw is installed and running :O
costales@dev:~/Desktop/16.10$ sudo gufw
Instance
Controller
Frontend
view/Gufw
ended
costales@dev:~/Desktop/16.10$
I simplified the code in this branch:
bzr brach lp:~costales/gui-ufw/simplycode
cd simplycode
Any help please? Thanks in advance!
Costales.
[1] http://launchpad.net/gui-ufw
Reply to: