-
Notifications
You must be signed in to change notification settings - Fork 26
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
点击功能都是闪退 #5
Comments
Traceback (most recent call last): |
抱歉,因为之前写的不够完美,我最近在重构中。你可以找到早一点的版本。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年7月30日(周二) 下午4:15
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: Re: [qunat/Pythonocc-CAD] 点击功能都是闪退 (Issue #5)
Traceback (most recent call last):
File "C:\BrepCAD\BrepCAD\Win64\manufacture\manufacturing.py", line 639, in func
self.show_Blank = self.parent.Displayshape_core.canva._display.DisplayShape(self.Blank, transparency=0.5,
AttributeError: 'Mywindown' object has no attribute 'Displayshape_core'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
下载了老版本也是一样。请问缺少Displayshape_core这个问题,是还需要下载什么库吗,已下载occ7.4/pyqt5/python3.7 |
宽哥,这个Displayshape_core是你自定义的类还是导入的库文件 |
点击功能都是闪退,debug发现因为没有识别到self.parent.Displayshape_core.canva._display.register_select_callback(self.clicked_callback)中的Displayshape_core导致闪退。找不到这个函数啊宽哥
The text was updated successfully, but these errors were encountered: