You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: