Giter Club home page Giter Club logo

Comments (12)

ilstam avatar ilstam commented on August 15, 2024

Hello.
Clearly you don't have PyQt5 for python3 installed.
How did you install the app and in which distribution?

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

From Source Forge https://sourceforge.net/projects/ffmulticonv/?source=typ_redirect

[sudo] password for kevin:
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
copying build/scripts-3.5/ffmulticonverter -> /usr/local/bin
changing mode of /usr/local/bin/ffmulticonverter to 775
running install_data
running install_egg_info
Removing /usr/local/lib/python3.5/dist-packages/ffmulticonverter-1.8.0.egg-info
Writing /usr/local/lib/python3.5/dist-packages/ffmulticonverter-1.8.0.egg-info
kevin@WBC-Ubuntu:/ffconver/ffmulticonverter-1.8.0$ dir
AUTHORS ChangeLog launcher PKG-INFO setup.py TRANSLATORS
bin COPYING locale README.txt share uninstall.sh
build ffmulticonverter man resources.qrc test
kevin@WBC-Ubuntu:
/ffconver/ffmulticonverter-1.8.0$ ffmulticonverter
Traceback (most recent call last):
File "/usr/local/bin/ffmulticonverter", line 4, in
from ffmulticonverter import ffmulticonverter
File "/usr/local/lib/python3.5/dist-packages/ffmulticonverter/ffmulticonverter.py", line 23, in
from PyQt5.QtGui import QIcon, QKeySequence
ImportError: No module named 'PyQt5'

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

Attempting to install kevin@WBC-Ubuntu:~$ pip3 install pyqt5
per instructions from http://pyqt.sourceforge.net/Docs/PyQt5/installation.html

from ff-multi-converter.

ilstam avatar ilstam commented on August 15, 2024

You can install the python3-pyqt5 packet from the Software Center in Ubuntu.

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

thank you llias95 am attempting the aforementioned command at the moment, if that does not work will attempt from the Software Center.

Is there a way to determine if pyqt5 is installed on the system?

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

kevin@WBC-Ubuntu:~$ pip3 install pyqt5
Collecting pyqt5
Downloading PyQt5-5.7-cp35-cp35m-manylinux1_x86_64.whl (89.8MB)
100% |████████████████████████████████| 89.8MB 7.7kB/s
Collecting sip (from pyqt5)
Downloading sip-4.18.1-cp35-cp35m-manylinux1_x86_64.whl (60kB)
100% |████████████████████████████████| 61kB 104kB/s
Installing collected packages: sip, pyqt5
Successfully installed pyqt5 sip
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

successfully ran ffmulticonverter. Testing it out now.

from ff-multi-converter.

ilstam avatar ilstam commented on August 15, 2024

It is much better to install it with the package manager of your distribution (in this case through Software Center) for a lot of reasons. I strongly suggest you to do it this way. It's clearly not installed, that what you get this specific error message. You can also verify that by searching the package in Software Center / synaptic or running the appropriate command on a terminal.

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

Thank you llias95, as it seems to be working correctly now, after installing via the command above, is there any reason or need to install it through the Software Center?

from ff-multi-converter.

ilstam avatar ilstam commented on August 15, 2024

Everything installed from your package manager is updated "automatically" from your package manager along with all the other applications installed on your system. Now, in order to receive updates for this specific package, you have to do it using pip (another package manager for python software). Also your package manager deals with dependencies of other packages and stuff. You should always install something from your distribution's official package manager if there is this option.

from ff-multi-converter.

wildbuttrueblue avatar wildbuttrueblue commented on August 15, 2024

Thank you llias95, will remember that! Good advice - will close this now and thank you for all your input and assistance!

~Regards

from ff-multi-converter.

ilstam avatar ilstam commented on August 15, 2024

You're welcome! :)

from ff-multi-converter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.