paulwinex / pw_MultiScriptEditor

Python Editor for CG Applications
138 stars 40 forks source link

Not support python3 #9

Open weijer opened 2 years ago

weijer commented 2 years ago
 File "D:/dev/NukeToolSet\python\pw_multiScriptEditor\icons_rcs.py", line 18, in qInitResources
    QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
TypeError: 'PySide2.QtCore.qRegisterResourceData' called with wrong argument types:
  PySide2.QtCore.qRegisterResourceData(int, str, str, str)
Supported signatures:
  PySide2.QtCore.qRegisterResourceData(int, bytes, bytes, bytes)
paulwinex commented 2 years ago

Yes, it is very old project( I don't know when i can remake it

weijer commented 2 years ago

Unfortunately, it is a awesome editor.

kSpacer201 commented 2 years ago

Unfortunately, it is a awesome editor.

fixed

saraphinaf commented 1 year ago

Is it ever going to get remade? The photoshop API won't work without this program :( I keep getting the error from line 291 in scriptEditor.py "Missing parentheses in call to 'exec'" when i try to run run.sh.

paulwinex commented 1 year ago

Is it ever going to get remade? The photoshop API won't work without this program :( I keep getting the error from line 291 in scriptEditor.py "Missing parentheses in call to 'exec'" when i try to run run.sh.

Sorry, no time for this project( Why do you think that Photoshop can only work with this program? There are several other similar tools. Ninja IDE for example.

saraphinaf commented 1 year ago

Understandable. Thanks so much anyway!