Package Details: m64py 0.3.0-1

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: 93
Popularity: 0.000004
First Submitted: 2012-07-25 06:07 (UTC)
Last Updated: 2024-10-29 23:47 (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 8 Next › Last »

V1del commented on 2015-06-04 16:43 (UTC)

Thanks for the takeover, would've done so, just saw Sudowoodo's message. Thanks for maintaining it so far.

pedrogabriel commented on 2015-06-02 16:49 (UTC)

Now building with python3. Any problem with this is related to the 'mupen64plus' package since it's outdated in the main repository. If it not work try installing the git version of 'mupen64plus' before reporting.

aaronp commented on 2015-06-02 00:32 (UTC)

Dependency should be python2-pyqt5.

pedrogabriel commented on 2015-06-01 20:20 (UTC)

I'm trying to get it to work with python3, but I haven't sucessed yet. If anyone know how, please, leave a message here.

Sudowoodo commented on 2015-05-28 08:55 (UTC)

Orphaned, please adopt.

V1del commented on 2015-05-25 12:40 (UTC)

You can also switch to python-numpy (dunno if this is still necessary though) and more importantly python-distribute and adjust the setup command to python, otherwise it's still going to use python2

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.