apollo icon indicating copy to clipboard operation
apollo copied to clipboard

mac下dll报错

Open gonghar opened this issue 1 year ago • 2 comments

具体报错信息: Traceback (most recent call last): File "/Users/coke/Desktop/Serein-main/Serein.py", line 75, in ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid) AttributeError: module 'ctypes' has no attribute 'windll' 是在windows下运行好一些么

gonghar avatar Jul 22 '22 07:07 gonghar

这个软件目前支持windows和Linux,mac的话csdn上面有配置文章,但是我没有尝试过,我目前没mac电脑。

W01fh4cker avatar Jul 22 '22 10:07 W01fh4cker

具体报错信息: Traceback (most recent call last): File "/Users/coke/Desktop/Serein-main/Serein.py", line 75, in ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid) AttributeError: module 'ctypes' has no attribute 'windll' 是在windows下运行好一些么

注释以下两行即可

myappid = "W01f.Serein.1.0"
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)

xzajyjs avatar Aug 01 '22 06:08 xzajyjs