Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

max package installation #681

Open
ManosDim opened this issue Oct 1, 2024 · 1 comment
Open

max package installation #681

ManosDim opened this issue Oct 1, 2024 · 1 comment

Comments

@ManosDim
Copy link

ManosDim commented Oct 1, 2024

Extracting msys2_mingw64.zip...
Extracting kicad_minimal_windows_6.0.11-0.tar.gz...
Extracting gcc-arm-none-eabi-10.3-2021.10-win32.zip...
Adding Max support...
Traceback (most recent call last):
  File "C:\Users\eurorack-blocks\build-system\scripts\erbb", line 877, in <module>
    sys.exit (main ())
              ^^^^^^^
  File "C:\Users\eurorack-blocks\build-system\scripts\erbb", line 838, in main
    setup (args)
  File "C:\Users\eurorack-blocks\build-system\scripts\erbb", line 191, in setup
    setup.install_max_package ()
  File "C:\Users\eurorack-blocks\build-system\setup\__init__.py", line 550, in install_max_package
    max8_packages_path = os.path.join (path_documents (), 'Max 8', 'Packages')
                                       ^^^^^^^^^^^^^^^^^
  File "C:\Users\eurorack-blocks\build-system\setup\__init__.py", line 42, in path_documents
    import ctypes.wintypes
  File "C:\Lib\ctypes\__init__.py", line 8, in <module>
    from _ctypes import Union, Structure, Array
ImportError: DLL load failed while importing _ctypes: %1 is not a valid Win32 application.

any fixes on this? i dont see the erb pack in the pack file of max too

@ohmtech-rdi
Copy link
Owner

Hi,

You could try to launch the Python interpreter and just do

>>> import ctypes.wintypes

And what it returns. ctypes is part of the Python Standard Library.

My guess is that there could be something wrong with the Python installation most likely a 32/64-bit conflict.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants