QssStylesheetEditor icon indicating copy to clipboard operation
QssStylesheetEditor copied to clipboard

in module NameError: name 'B' is not defined

Open shishirong opened this issue 2 years ago • 4 comments

image

shishirong avatar Apr 26 '22 08:04 shishirong

try python ./app.pyc

or create a qssediter.py with following code, and run it

import app

app.main()

it works well on my computer, i han't found the reason.

hustlei avatar Apr 30 '22 11:04 hustlei

image

rhddlr avatar Feb 10 '23 02:02 rhddlr

image

你这个看起来像是因为qsseditor.py文件windows风格换行\r\n的问题,你改成*nix风格的换行\n试试

shishirong avatar Feb 25 '23 02:02 shishirong

I have the same error on linux with the magic numbers. How to fix it?

hirseboy avatar Mar 14 '23 13:03 hirseboy