Failed to initialise Shiboken.BaseWrapper type

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
treslah
Posts: 11
Joined: Wed Sep 14, 2016 1:31 pm

Re: Failed to initialise Shiboken.BaseWrapper type

Post by treslah »

@wmayer

So as suggested, I added PYTHON_SUFFIX and PYTHON_BASE to the cmake config and set both to "-python2.7"
Build went fine again.
Now when starting FreeCAD it get an segment fault
I put the error output in the attached file.
??
Attachments
log.txt
(4.6 KiB) Downloaded 61 times
axk
Posts: 34
Joined: Fri Jan 24, 2014 9:29 am

Re: Failed to initialise Shiboken.BaseWrapper type

Post by axk »

Hi guys, I wanted to comment that a git pull just now resolved the issue, and I'm able to build again!
Thank you all for the fantastic work you do on FreeCAD !
wmayer
Founder
Posts: 20245
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Failed to initialise Shiboken.BaseWrapper type

Post by wmayer »

Now when starting FreeCAD it get an segment fault
Please check if the latest commits fix the crash for you.
treslah
Posts: 11
Joined: Wed Sep 14, 2016 1:31 pm

Re: Failed to initialise Shiboken.BaseWrapper type

Post by treslah »

@wmayer:
yup. Confirmed.
That did it for me. All works again as before.
Great job!
Thanks!
Post Reply