Ultimaker / libArcus

Communication library between internal components for Ultimaker software
GNU Lesser General Public License v3.0
75 stars 81 forks source link

CURA-8146: Fix getting PyCapsule error on import #117

Closed konskarm closed 3 years ago

konskarm commented 3 years ago

This fix overcomes the notorious ValueError: PyCapsule_GetPointer called with incorrect name that we get if we do not import Arcus, Savitar, and pynest2d in cura_app.py (and other places) even if it is not used.

All credits go to Rex Dieter for figuring that this missing flag was the issue. https://src.fedoraproject.org/rpms/libarcus/pull-request/1#request_diff

CURA-8146

konskarm commented 3 years ago

The failing tests seem unrelated