Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cann't go with blender 3.2 #12

Open
jackiezxt opened this issue Jun 30, 2022 · 1 comment
Open

Cann't go with blender 3.2 #12

jackiezxt opened this issue Jun 30, 2022 · 1 comment

Comments

@jackiezxt
Copy link

Describe the bug
Cann't go with blender 3.2

To Reproduce
Steps to reproduce the behavior:

  1. change my config as in the documents
  2. open blender3.2
  3. the shotgun menu displayed, but it doesn't have sub-menu
  4. I open the console, and found the message here " "
self.show_message(msg, level="info")
  File "C:\Users\zhongxingtian\AppData\Roaming\Shotgun\bundle_cache\git\tk-blender.git\v1.1.1\engine.py", line 239, in show_message
    from sgtk.platform.qt import QtGui, QtCore
ImportError: cannot import name 'QtGui' from 'tank.platform.qt' (C:\Users/xxxx/AppData/Roaming/Shotgun/ldtc/p122c199.basic.desktop/cfg/install/core/python\tank\platform\qt\__init__.py)

Desktop (please complete the following information):

  • OS: Windows10
  • Browser [chrome]
@andreasmalta1
Copy link

I used the try except method to go around this part and it worked. QtGui cannot be loaded in the moment that this piece of code runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants