musicbox icon indicating copy to clipboard operation
musicbox copied to clipboard

不支持Windows系统吗?

Open grant36x opened this issue 6 years ago • 7 comments

如题

grant36x avatar Aug 21 '18 02:08 grant36x

启动报错:C:\Code\musicbox>musicbox Traceback (most recent call last): File "C:\MyApp\py20180816\Scripts\musicbox-script.py", line 11, in load_entry_point('NetEase-MusicBox==0.2.5.3', 'console_scripts', 'musicbox')() File "C:\MyApp\py20180816\lib\site-packages\netease_musicbox-0.2.5.3-py3.7.egg\NEMbox_main_.py", line 35, in start File "C:\MyApp\py20180816\lib\site-packages\netease_musicbox-0.2.5.3-py3.7.egg\NEMbox\menu.py", line 112, in init AttributeError: module 'signal' has no attribute 'SIGWINCH'

根据这篇CSDN博客的介绍,Windows不支持SIGWINCH.

ghost avatar Aug 30 '18 03:08 ghost

我在尝试移植windows,有兴趣的话可以测试下: https://github.com/genzj/musicbox/tree/win32

genzj avatar Sep 08 '18 14:09 genzj

musicbox Traceback (most recent call last): File "e:\python27\lib\runpy.py", line 174, in run_module_as_main "main", fname, loader, pkg_name) File "e:\python27\lib\runpy.py", line 72, in run_code exec code in run_globals File "E:\Python27\Scripts\musicbox.exe_main.py", line 5, in File "e:\python27\lib\site-packages\NEMbox_main.py", line 9, in import curses File "e:\python27\lib\curses_init_.py", line 15, in from _curses import * ImportError: No module named _curses

LinconFive avatar Sep 11 '18 02:09 LinconFive

@zheisenberg 是用的master分支还是我仓库里的win32分支呢?我做了个初步移植,但是要从这个分支安装,安装方法在readme里的windows部分: https://github.com/genzj/musicbox/tree/win32#windows%E5%AE%89%E8%A3%85

但是还是各种不稳定 😢 Windows实在是难搞,主要集中在mpg123的状态回报经常卡住,导致播放中途停止。

genzj avatar Sep 11 '18 02:09 genzj

:100:

LinconFive avatar Sep 11 '18 03:09 LinconFive

启动报错:C:\Code\musicbox>musicbox Traceback (most recent call last): File "C:\MyApp\py20180816\Scripts\musicbox-script.py", line 11, in load_entry_point('NetEase-MusicBox==0.2.5.3', 'console_scripts', 'musicbox')() File "C:\MyApp\py20180816\lib\site-packages\netease_musicbox-0.2.5.3-py3.7.egg\NEMbox__main__.py", line 35, in start File "C:\MyApp\py20180816\lib\site-packages\netease_musicbox-0.2.5.3-py3.7.egg\NEMbox\menu.py", line 112, in init AttributeError: module 'signal' has no attribute 'SIGWINCH'

根据这篇CSDN博客的介绍,Windows不支持SIGWINCH.

我也是Windows 10,看来真的不支持了。

Huaweidev avatar Jan 28 '19 13:01 Huaweidev

幸亏先来看issue

qiufeihong2018 avatar Mar 24 '20 08:03 qiufeihong2018