English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.FS-UAE (https://eab.abime.net/forumdisplay.php?f=122)
-   -   FS-UAE Launcher Linux Gentoo problem (https://eab.abime.net/showthread.php?t=89910)

dylanmc 23 December 2017 18:20

FS-UAE Launcher Linux Gentoo problem
 
Hi to all, I've installed from source fs-uae 2.8.3 on my Linux Genoot box but the gui frontend doesen't work, but the emulator does.

Code:

uca@snoopx ~/Scaricati/fs-uae-launcher-2.9.7dev2 $ ./fs-uae-launcher
[LOGGING] Logging to /home/luca/FS-UAE/Cache/Logs/fs-uae-launcher.log.txt
FS-UAE Launcher 2.9.7dev2
['./fs-uae-launcher']
uname_result(system='Linux', node='snoopx', release='4.13.13-gentoo', version='#5 SMP Sun Dec 10 18:56:15 CET 2017', machine='x86_64', processor='AMD Ryzen 5 1600X Six-Core Processor')

Unhandled exception detected in thread MainThread:
  ImportError:qt.py:<module>:12

Traceback (most recent call last):
  File "./fs-uae-launcher", line 84, in <module>
    main()
  File "./fs-uae-launcher", line 81, in main
    launcher.apps.main()
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/apps/__init__.py", line 127, in main
    app_main()
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/apps/fs_uae_launcher.py", line 22, in app_main
    from launcher.launcherapp import LauncherApp
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/launcherapp.py", line 9, in <module>
    import fsui
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/__init__.py", line 5, in <module>
    from fsui.qt import *
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/qt/__init__.py", line 5, in <module>
    from fsui.qt.qt import init_qt, QDesktopWidget, QEvent, QObject, \
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/qt/qt.py", line 12, in <module>
    from PyQt5.QtCore import *
ImportError: No module named 'PyQt5'


Unhandled exception detected in thread MainThread:
  ImportError:qt.py:<module>:12

Traceback (most recent call last):
  File "./fs-uae-launcher", line 84, in <module>
    main()
  File "./fs-uae-launcher", line 81, in main
    launcher.apps.main()
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/apps/__init__.py", line 127, in main
    app_main()
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/apps/fs_uae_launcher.py", line 22, in app_main
    from launcher.launcherapp import LauncherApp
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/launcher/launcherapp.py", line 9, in <module>
    import fsui
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/__init__.py", line 5, in <module>
    from fsui.qt import *
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/qt/__init__.py", line 5, in <module>
    from fsui.qt.qt import init_qt, QDesktopWidget, QEvent, QObject, \
  File "/media/samsung/Scaricati/fs-uae-launcher-2.9.7dev2/fsui/qt/qt.py", line 12, in <module>
    from PyQt5.QtCore import *
ImportError: No module named 'PyQt5'

This is the developement version, but the stable give me the same error.

thevoice 23 December 2017 18:58

out of the blue i would guess you have no pyqt5-dev installed.

dylanmc 23 December 2017 19:11

In my distro there isn't a dev package, I have to compile every item I add to my system.

The 2.6.3 release work, this doesent

nobody 23 December 2017 19:16

First of all this is not 2.8.3 but fs-uae-launcher 2.9.7dev2

dylanmc 23 December 2017 20:06

I got the same error with 2.8.3 ..

nobody 23 December 2017 20:10

Dependencies

https://packages.debian.org/stretch/fs-uae-launcher


an older version doesn't have the same dependencies

https://packages.debian.org/wheezy-b...s-uae-launcher

dylanmc 24 December 2017 01:23

I've gentoo.. no dependencies "-dev"

emufan 24 December 2017 02:22

did you try to install PyQT5?
http://pyqt.sourceforge.net/Docs/PyQ...tallation.html
--> pip3 install pyqt5

https://packages.gentoo.org/packages/dev-python/PyQt5
not sure about the package management of gentoo, but one way or the other it should install.

nobody 24 December 2017 08:03

No dependencies? What about
ImportError: No module named 'PyQt5'

dylanmc 24 December 2017 09:39

Quote:

Originally Posted by emufan (Post 1207608)
did you try to install PyQT5?
http://pyqt.sourceforge.net/Docs/PyQ...tallation.html
--> pip3 install pyqt5

https://packages.gentoo.org/packages/dev-python/PyQt5
not sure about the package management of gentoo, but one way or the other it should install.

I've installed that module with pip, but I got no luck :(
I allways get the same error.

dylanmc 24 December 2017 09:41

Quote:

Originally Posted by nobody (Post 1207620)
No dependencies? What about
ImportError: No module named 'PyQt5'


In my distro I didn't have that -dev package,
Code:

snoopx luca # emerge -s pyqt5
 
[ Results for search key : pyqt5 ]
Searching...

*  dev-python/PyQt4
      Latest version available: 4.12.1
      Latest version installed: 4.12.1
      Size of files: 11063 KiB
      Homepage:      https://www.riverbankcomputing.com/software/pyqt/intro
      Description:  Python bindings for the Qt framework
      License:      GPL-3

*  dev-python/PyQt5
      Latest version available: 5.7.1
      Latest version installed: 5.7.1
      Size of files: 3647 KiB
      Homepage:      https://www.riverbankcomputing.com/software/pyqt/intro
      Description:  Python bindings for the Qt framework
      License:      GPL-3

*  dev-python/pyqwt
      Latest version available: 5.2.0-r2
      Latest version installed: [ Not Installed ]
      Size of files: 2609 KiB
      Homepage:      http://pyqwt.sourceforge.net/
      Description:  Python bindings for the Qwt library
      License:      GPL-2

[ Applications found : 3 ]


gryf 25 December 2017 13:02

Obviously, you'll need
dev-python/PyQt5
installed using
emerge
command, not pip, since there could be dependencies, which pip doesn't solve. Also, you could just try to find appropriate ebuild for fs-uae-launcher.


All times are GMT +2. The time now is 05:37.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.07187 seconds with 11 queries