discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Python OpenSCAD installation (was Re: Re: Appropriate content for this forum (was Hose Adapter for table saw))

GS
Guenther Sohler
Thu, Aug 17, 2023 3:27 PM

Hi William,
I believe this IS the wrong way to Go. Openscad exe was linked against
Static Python 3.10 Stub from mys64 and you will additionally need dynamic
libpython 3.10.dll from  msys64. As you need msys64 in Addition i did Not
add this DLL in Addition. But of course i should once i understand, how the
Installer Setup works.
I am happy about every Support to make Installation easier 😜

William F. Adams via Discuss discuss@lists.openscad.org schrieb am Do.,
17. Aug. 2023, 16:08:

---------- Forwarded message ----------
From: "William F. Adams" willadams@aol.com
To: OpenSCAD general discussion Mailing-list discuss@lists.openscad.org
Cc:
Bcc:
Date: Thu, 17 Aug 2023 14:08:03 +0000 (UTC)
Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re:
Appropriate content for this forum (was Hose Adapter for table saw))
Okay, managed to find the 64-bit of the libpython3.10.dll at:

https://www.dllme.com/getfile.php?file=51483&id=
d5a47f583a7883d25ba647849a990f3b

and downloading that and placing it in the folder:

"C:\Program Files\Openscad\libpython3.10.dll"

changed the message to:

The code execution cannot proceed because libgcc_s_seh-1.dll
was not found. Reinstalling the program may fix this problem.

which suggests that this will be an exercise in downloading many, many
such files.

Would it be possible to bundle up and include all the necessary DLLs to
run this program in the install file?

Also, setting it up to run w/ a commonly used Python for Windows install
would make this far more accessible to typical users.

William

---------- Forwarded message ----------
From: "William F. Adams via Discuss" discuss@lists.openscad.org
To: OpenSCAD general discussion Mailing-list discuss@lists.openscad.org
Cc: "William F. Adams" willadams@aol.com
Bcc:
Date: Thu, 17 Aug 2023 14:08:03 +0000 (UTC)
Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re:
Appropriate content for this forum (was Hose Adapter for table saw))


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

--
Null

Hi William, I believe this IS the wrong way to Go. Openscad exe was linked against Static Python 3.10 Stub from mys64 and you will additionally need dynamic libpython 3.10.dll from msys64. As you need msys64 in Addition i did Not add this DLL in Addition. But of course i should once i understand, how the Installer Setup works. I am happy about every Support to make Installation easier 😜 William F. Adams via Discuss <discuss@lists.openscad.org> schrieb am Do., 17. Aug. 2023, 16:08: > > > > ---------- Forwarded message ---------- > From: "William F. Adams" <willadams@aol.com> > To: OpenSCAD general discussion Mailing-list <discuss@lists.openscad.org> > Cc: > Bcc: > Date: Thu, 17 Aug 2023 14:08:03 +0000 (UTC) > Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re: > Appropriate content for this forum (was Hose Adapter for table saw)) > Okay, managed to find the 64-bit of the libpython3.10.dll at: > > https://www.dllme.com/getfile.php?file=51483&id= > d5a47f583a7883d25ba647849a990f3b > > and downloading that and placing it in the folder: > > "C:\Program Files\Openscad\libpython3.10.dll" > > changed the message to: > > >The code execution cannot proceed because libgcc_s_seh-1.dll > >was not found. Reinstalling the program may fix this problem. > > which suggests that this will be an exercise in downloading many, many > such files. > > Would it be possible to bundle up and include all the necessary DLLs to > run this program in the install file? > > Also, setting it up to run w/ a commonly used Python for Windows install > would make this far more accessible to typical users. > > William > > > > > > ---------- Forwarded message ---------- > From: "William F. Adams via Discuss" <discuss@lists.openscad.org> > To: OpenSCAD general discussion Mailing-list <discuss@lists.openscad.org> > Cc: "William F. Adams" <willadams@aol.com> > Bcc: > Date: Thu, 17 Aug 2023 14:08:03 +0000 (UTC) > Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re: > Appropriate content for this forum (was Hose Adapter for table saw)) > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org > -- Null