Package Details: m64py 0.2.5-2

Git Clone URL: https://aur.archlinux.org/m64py.git (read-only, click to copy)
Package Base: m64py
Description: A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator
Upstream URL: https://github.com/mupen64plus/mupen64plus-ui-python
Keywords: Emulator m64py nintendo64
Licenses: GPL
Submitter: TingPing
Maintainer: frealgagu
Last Packager: frealgagu
Votes: 94
Popularity: 0.000219
First Submitted: 2012-07-25 06:07 (UTC)
Last Updated: 2022-10-04 01:42 (UTC)

Pinned Comments

frealgagu commented on 2020-12-05 20:57 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.m64py/releases

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Sudowoodo commented on 2015-05-24 16:03 (UTC)

Thank you Milan.

Milan commented on 2015-05-16 09:50 (UTC)

You now have both python2-pyqt and python2-pyqt5 as dependencies. What is the first, qt4? If it is, that it is not needed. Also, why use python2, I thought python3 is the default in arch.

Sudowoodo commented on 2015-05-15 09:29 (UTC)

Added python2-pyqt5 dependancy and changed description.

Aerion commented on 2015-05-14 11:42 (UTC)

Python3 support doesn't appear to work. After installing python-qt5 the build still fails with the following python2 related errors: ==> Starting package()... running install running build running build_qt Traceback (most recent call last): File "setup.py", line 380, in <module> ("share/applications", ["xdg/m64py.desktop"]), File "/usr/lib/python2.7/distutils/core.py", line 151, 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 563, 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 "setup.py", line 344, in run self.run_command("build_qt") 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 "setup.py", line 65, in run self.compile_rc(join(dirpath, filename)) File "setup.py", line 43, in compile_rc import PyQt5 ImportError: No module named PyQt5 ==> ERROR: A failure occurred in package(). Aborting... Installing python2-qt5 allows the package to be built.

agapito commented on 2015-05-13 18:31 (UTC)

ChangeLog Version 0.2.3 Migrated to Qt5 Python3 support Toggle video extension without restart Add windows portable build

Ryblade commented on 2015-05-13 13:56 (UTC)

I'm also getting the same error as agapito. Line for line. franey: Do I need python2-pyqt5 just for building, or is this also a runtime dep? Just wondering if I should put it under "depends" or "makedepends" in the PKGBUILD.

franey commented on 2015-05-13 13:51 (UTC)

I can confirm the agapito's error. Installing 'python2-pyqt5' allowed m64py to build properly.

agapito commented on 2015-05-13 12:57 (UTC)

running install running build running build_qt Traceback (most recent call last): File "setup.py", line 380, in <module> ("share/applications", ["xdg/m64py.desktop"]), File "/usr/lib/python2.7/distutils/core.py", line 151, 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 563, 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 "setup.py", line 344, in run self.run_command("build_qt") 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 "setup.py", line 65, in run self.compile_rc(join(dirpath, filename)) File "setup.py", line 43, in compile_rc import PyQt5 ImportError: No module named PyQt5

Sudowoodo commented on 2015-05-13 11:58 (UTC)

Updated to 0.2.3.