Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Python script load problem with new update

New Here ,
Aug 26, 2024 Aug 26, 2024

Hello.

I've had a custom script based on the one from here which I used to add some new menus to Designer. However, since the latest update to v 14.0.0 the same script which worked before, now stopped working and instead throws an error:

No module named 'PySide2'

There's no need to modify the example script in the docs. It throws an error even with the example code shown in there.

Bug Unresolved
TOPICS
Bugs & Crashes , Scripting
880
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
4 Comments
Community Expert ,
Aug 26, 2024 Aug 26, 2024

In the latest Version of Designer, they updated the QT Version to 6.5. The package now is PySide6. Almost all plugins have to be updated in order to work with Version 14.0.

 

Here is a detailed post about what and how to update your plugins:

https://community.adobe.com/t5/substance-3d-designer-discussions/plugins-required-updates-in-designe...

 

All the best Marco

Translate
Report
New Here ,
Aug 27, 2024 Aug 27, 2024

Hey Marco. Unfortunately I have already tried switching my from PySide6 import QtWidgets to from PySide6 import QtWidgets but it still doesn't work.

 

I think it's also worth saying there's multiple things that seem to not load, one of which is the Python module: 

Could not load designer Python module.

Translate
Report
New Here ,
Aug 27, 2024 Aug 27, 2024

Even after using PySide6 errors still persists:

 

[ERR][682][Python]from PySide6 import QtWidgets

[ERR][683][Python]ImportError

[ERR][684][Python]:

[ERR][685][Python]DLL load failed while importing QtWidgets: The specified procedure could not be found.

Translate
Report
Adobe Employee ,
Sep 24, 2024 Sep 24, 2024
LATEST

Hello,

 

Please take a look at this troubleshooting article and let me know if it is helpful.

Additionally, a bug stopping plugins from loading correctly was fixed in version 14.0.1, available today.

 

Best regards.

Luca Giarrizzo | Quality Engineer, 3D & Immersive | Adobe
Translate
Report