State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:239800|
Problem summary:
Importing the UI4 Python module is different, depending on whether interactive mode or one of the render modes is in use.
Steps to reproduce:
from Katana import UI4 Expected behaviour:
As this works in interactive mode, it should also work in render modes.
Actual behaviour:
Traceback (most recent call last): File "<console>", line 1, in <module>ImportError: cannot import name UI4 Workaround:
The following code will work instead:
import UI4 Reproduced versions/platforms:
Customer version/platform:
Not supplied.
We're sorry to hear that
Please tell us why