mastapy 14.0.2__py3-none-any.whl → 14.0.2.post1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -646,9 +646,7 @@ def _init_runtime_setup(environment_summary: EnvironmentSummary) -> DllPaths:
|
|
646
646
|
python_runtime_path = os.path.join(
|
647
647
|
environment_summary.dll_directory, python_runtime_dll
|
648
648
|
)
|
649
|
-
clr_loader_path =
|
650
|
-
environment_summary.dll_directory, clr_loader_dll
|
651
|
-
)
|
649
|
+
clr_loader_path = ""
|
652
650
|
|
653
651
|
if not os.path.exists(python_runtime_path):
|
654
652
|
raise MastaInitException(
|
@@ -656,7 +654,10 @@ def _init_runtime_setup(environment_summary: EnvironmentSummary) -> DllPaths:
|
|
656
654
|
f"'{python_runtime_path}'."
|
657
655
|
)
|
658
656
|
|
659
|
-
if
|
657
|
+
if (
|
658
|
+
not os.path.exists(clr_loader_path)
|
659
|
+
and environment_summary.dotnet_version is DotNetVersion.NET462
|
660
|
+
):
|
660
661
|
raise MastaInitException(
|
661
662
|
f"Failed to load CLR loader at path '{clr_loader_path}'."
|
662
663
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mastapy
|
3
|
-
Version: 14.0.2
|
3
|
+
Version: 14.0.2.post1
|
4
4
|
Summary: Python scripting API for MASTA.
|
5
5
|
Home-page: https://www.smartmt.com/
|
6
6
|
License: MIT
|
@@ -19,8 +19,8 @@ Classifier: Programming Language :: Python :: 3.8
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
22
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
23
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
24
24
|
Requires-Dist: lazy-imports (>=0.3.1)
|
25
25
|
Requires-Dist: numpy (<1.22.0) ; python_version < "3.8"
|
26
26
|
Requires-Dist: numpy (>=1.22.0) ; python_version >= "3.8" and python_version < "3.12"
|
@@ -20,7 +20,7 @@ mastapy/_private/_internal/class_property.py,sha256=ZD6spv6ZAldWcsK1ybpbid5P45I-
|
|
20
20
|
mastapy/_private/_internal/constructor.py,sha256=-lBU9_ER5iZ5eUXA_lkSQ9SFppf79ZeWm82vBvXhwQc,1528
|
21
21
|
mastapy/_private/_internal/constructor_map.py,sha256=ZZ7mS_Svsyxs3VaFgeGcDm2A2bIqXONA7pmpm84R6LQ,3165169
|
22
22
|
mastapy/_private/_internal/conversion.py,sha256=LjrMAv52IrU5O2exLExNw19ufnimbx3v5EmsA0WhTic,21167
|
23
|
-
mastapy/_private/_internal/core.py,sha256=
|
23
|
+
mastapy/_private/_internal/core.py,sha256=sz31I2O6Au6sVHuY7FQZwfRmNhnBlcmcKSUQW95nTq0,29300
|
24
24
|
mastapy/_private/_internal/custom_warnings.py,sha256=8WvWCThKhvqs1WKIoiHnqWXP7FV1ieuKGBBybUF96p4,222
|
25
25
|
mastapy/_private/_internal/dataclasses.py,sha256=86uR6gfYQSxZliLjaWF5VvbyBWzw9ojKLYSo2WdD0IY,3198
|
26
26
|
mastapy/_private/_internal/deprecation.py,sha256=riT97SpMPLzIdlQNml22U4PT3DQMcg6cc5A61Weed30,1786
|
@@ -8531,6 +8531,6 @@ mastapy/utility/vectors/__init__.py,sha256=2XFhyUryqZpVjcHhvYEigGaKfICXJd37FfTkB
|
|
8531
8531
|
mastapy/utility_gui/__init__.py,sha256=v6OAKArsJ5ue2TINSFc-UduFN8-4do6SsAbR4mR1p0k,1161
|
8532
8532
|
mastapy/utility_gui/charts/__init__.py,sha256=3AYFPMp_fr3ZkvAbp4dskI1Lnr2ZlU7fGkkfDYJMSos,3256
|
8533
8533
|
mastapy/utility_gui/databases/__init__.py,sha256=QAeN2WiAos8d8i9szRU5SQv2mGB5YqG80OG6q3LbdDE,553
|
8534
|
-
mastapy-14.0.2.dist-info/METADATA,sha256=
|
8535
|
-
mastapy-14.0.2.dist-info/WHEEL,sha256=
|
8536
|
-
mastapy-14.0.2.dist-info/RECORD,,
|
8534
|
+
mastapy-14.0.2.post1.dist-info/METADATA,sha256=oWZ1hGs1s7SnvLVANNS7Q6M5KHIIyb_zOFIIj_BCSgM,3411
|
8535
|
+
mastapy-14.0.2.post1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
8536
|
+
mastapy-14.0.2.post1.dist-info/RECORD,,
|