Hi all,

I've installed version R2020a on my Windows 10 machine and am attempting to use the Python API. To test, I am opening python 3.8.3 in the GMAT\bin directory with PowerShell and attempting to import gmatpy:

PS C:\Programs\GMAT> cd bin
PS C:\Programs\GMAT\bin> python
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gmatpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Programs\GMAT\bin\gmatpy\__init__.py", line 21, in <module>
    from .gmat_py import *
  File "C:\Programs\GMAT\bin\gmatpy\gmat_py.py", line 13, in <module>
    from . import _gmat_py
ImportError: DLL load failed while importing _gmat_py: The specified module could not be found.

The file _gmat_py.pyd is present in the bin/gmatpy directory.

Thanks in advance,
Mike Buksas

--
Michael Buksas
Stellar Science, LLC
mwbuk...@stellarscience.com
www.stellarscience.com


_______________________________________________
GMAT-users mailing list
GMAT-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmat-users

Reply via email to