getSaveFileName and getOpenFileName returns a tuple (file path and selected filter) in Qt5 and Qt.py, but rez gui is expecting the return value is a string. Example errors: ...
I'm working on a small program right now which opens a file, operates on the contents, and outputs the result into another file.<BR><BR>Last night I put in all the code to make GetOpenFileName(...) ...