mitsuba icon indicating copy to clipboard operation
mitsuba copied to clipboard

Successfully compile mtsgui on Windows with Python 3

Open gaotongsh opened this issue 3 years ago • 1 comments

Before this commit, SCons could not detect Qt if Python 3 is used. After the 2to3 conversion of the two files, Qt can be detected and mtsgui can compile. But it cannot run and shows this error: image

This is because qwindows.dll is missing. In order to run mtsgui, I had to manully copy qwindows.dll of Qt 5.9.1 and place it at dist/platforms/qwindwos.dll. In order to fix this issue, more changes are probably needed to the building scripts. More comments are welcome on this issue.

gaotongsh avatar Dec 09 '20 05:12 gaotongsh

When I followed your steps, I met the error like this, I get confused. Haved you met the problems like this?

banbao990 avatar Apr 25 '21 04:04 banbao990