Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error amsn2 not install on ubuntu 13.10 #8

Open
TechComet opened this issue Feb 14, 2014 · 0 comments
Open

error amsn2 not install on ubuntu 13.10 #8

TechComet opened this issue Feb 14, 2014 · 0 comments

Comments

@TechComet
Copy link

sudo ./setup.py install

running install
running build
running build_exe
Traceback (most recent call last):
File "./setup.py", line 81, in
executables = [exe]
File "/usr/lib/pymodules/python2.7/cx_Freeze/dist.py", line 365, in setup
distutils.core.setup(**attrs)
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/install.py", line 601, in run
self.run_command('build')
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/pymodules/python2.7/cx_Freeze/dist.py", line 235, in run
freezer.Freeze()
File "/usr/lib/pymodules/python2.7/cx_Freeze/freezer.py", line 570, in Freeze
self.finder = self._GetModuleFinder()
File "/usr/lib/pymodules/python2.7/cx_Freeze/freezer.py", line 325, in _GetModuleFinder
finder.IncludePackage(name)
File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line 539, in IncludePackage
module = self._ImportModule(name, deferredImports)
File "/usr/lib/pymodules/python2.7/cx_Freeze/finder.py", line 274, in _ImportModule
raise ImportError("No module named %r" % name)
ImportError: No module named 'PyQqt4.uic'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant