mupen64plus-ui-python icon indicating copy to clipboard operation
mupen64plus-ui-python copied to clipboard

m64 core issue on freebsd

Open goraxmax opened this issue 11 years ago • 1 comments

on freebsd i have installed devel/sdl20 devel/py-qt4

, the dependencies needed in order to install m64py

next i Run python setup.py install to install

just below the result : " Traceback (most recent call last): File "setup.py", line 19, in from m64py.core.defs import FRONTEND_VERSION File "/mupen64plus-ui-python-master/src/m64py/core/defs.py", line 19, in from m64py.platform import DLL_EXT ImportError: cannot import name DLL_EXT "

could you help ?

goraxmax avatar Nov 21 '14 22:11 goraxmax

openbsd support was added like this https://github.com/mupen64plus/mupen64plus-ui-python/pull/1/commits/656ada7b85e7fdee8a05e19b85ff9bd4e13e534b . Similar is probably needed for freebsd.

gen2brain avatar Jan 21 '17 12:01 gen2brain