Bug-ID-Nummer |
BUG-000159835 |
Eingereicht | July 12, 2023 |
Zuletzt geändert | June 10, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.1.2 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
The COM-based object system used by ArcGIS for many of its types is incompatible with the Python faulthandler module. To use Python Developer mode, explicitly disable faulthandler by adding faulthandler.disable() at the top of the code, or include the same in a PYTHONSTARTUP script.
Workaround
Complete the workflow outside of Developer mode.
Schritte zur Reproduzierung