I have the same error for such a simple example (example.c): #include <stdio.h> #include <windows.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; } error:$ gcc -o example example.c -DLONGLONG no error:$ gcc -o example example.c
unknown type name 'USN'
I think it's set up correctly because the python command calls the python console I am surprised by the command: python -c "import mfront_3_3_0"
I think it's set up correctly because the python command calls the python console
Now instalation is OK, for: $ python -c "import mfront" I have: $ python -c "import mfront" Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'mfront'
Now I have python3.8 in bin and lib folder, in bin are .py files but in lib folder .pyd files.
See this (at the bottom of the page): https://packages.msys2.org/package/mingw-w64-x86_64-python?repo=mingw64
I try to install new packages (with python support), but I have error. It it seems that install packages have to copy "bin" folder with python3.8 (folder) but in the mingw64/bin there is a file with the same name as this folder and i guess that is doing a conflict. The base Mfront is aledy acceptet, now I want to add python support.