discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

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

GS
Guenther Sohler
Thu, Aug 17, 2023 5:21 PM

Hi William,
I understand that the Python engine does Work and i am absolutely excited
that my Working OpenSCAD Went Out into the world !!!!!
I dont know how this intetacts with customizer
. IT has to Parse Python Code instead. Probably IT geht's confused about
Missing Semikolon
Please Share your Experience with IS,!

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

---------- 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:22:32 +0000 (UTC)
Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re:
Appropriate content for this forum (was Hose Adapter for table saw))
Okay, my stubborn streak won out and kept at it until I had:

"C:\Program Files\Openscad\libwinpthread-1.dll"
"C:\Program Files\Openscad\libgcc_s_seh-1.dll"
"C:\Program Files\Openscad\libpython3.10.dll"

all in that folder and the program was able to launch successfully.

I've gone to Edit | Preferences | Features and enabled "python-engine" and
quite and re-launched, so making progress.

One thing which I am immediately curious about is would Python programs
have support for the Customizer? Or, be able to create a graphical dialog
for making settings?

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:22:32 +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

Hi William, I understand that the Python engine does Work and i am absolutely excited that my Working OpenSCAD Went Out into the world !!!!! I dont know how this intetacts with customizer . IT has to Parse Python Code instead. Probably IT geht's confused about Missing Semikolon Please Share your Experience with IS,! William F. Adams via Discuss <discuss@lists.openscad.org> schrieb am Do., 17. Aug. 2023, 16:23: > > > > ---------- 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:22:32 +0000 (UTC) > Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re: > Appropriate content for this forum (was Hose Adapter for table saw)) > Okay, my stubborn streak won out and kept at it until I had: > > "C:\Program Files\Openscad\libwinpthread-1.dll" > "C:\Program Files\Openscad\libgcc_s_seh-1.dll" > "C:\Program Files\Openscad\libpython3.10.dll" > > all in that folder and the program was able to launch successfully. > > I've gone to Edit | Preferences | Features and enabled "python-engine" and > quite and re-launched, so making progress. > > One thing which I am immediately curious about is would Python programs > have support for the Customizer? Or, be able to create a graphical dialog > for making settings? > > 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:22:32 +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 >
WF
William F. Adams
Thu, Aug 17, 2023 10:35 PM

While having the DLLs in that folder will allow OpenSCAD to launch and run .scad files, it doesn't work for Python files.
What are the pacman commands for msys2 to install python 3.10?
William
On Thursday, August 17, 2023 at 01:21:48 PM EDT, Guenther Sohler guenther.sohler@gmail.com wrote:

Hi William,I understand that the Python engine does Work and i am absolutely excited that my Working OpenSCAD Went Out into the world !!!!!I dont know how this intetacts with customizer. IT has to Parse Python Code instead. Probably IT geht's confused about Missing Semikolon Please Share your Experience with IS,!
William F. Adams via Discuss discuss@lists.openscad.org schrieb am Do., 17. Aug. 2023, 16:23:

---------- 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:22:32 +0000 (UTC)
Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re: Appropriate content for this forum (was Hose Adapter for table saw))
Okay, my stubborn streak won out and kept at it until I had:
"C:\Program Files\Openscad\libwinpthread-1.dll""C:\Program Files\Openscad\libgcc_s_seh-1.dll""C:\Program Files\Openscad\libpython3.10.dll"
all in that folder and the program was able to launch successfully.
I've gone to Edit | Preferences | Features and enabled "python-engine" and quite and re-launched, so making progress.
One thing which I am immediately curious about is would Python programs have support for the Customizer? Or, be able to create a graphical dialog for making settings?
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:22:32 +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


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

While having the DLLs in that folder will allow OpenSCAD to launch and run .scad files, it doesn't work for Python files. What are the pacman commands for msys2 to install python 3.10? William On Thursday, August 17, 2023 at 01:21:48 PM EDT, Guenther Sohler <guenther.sohler@gmail.com> wrote: Hi William,I understand that the Python engine does Work and i am absolutely excited that my Working OpenSCAD Went Out into the world !!!!!I dont know how this intetacts with customizer. IT has to Parse Python Code instead. Probably IT geht's confused about Missing Semikolon Please Share your Experience with IS,! William F. Adams via Discuss <discuss@lists.openscad.org> schrieb am Do., 17. Aug. 2023, 16:23: ---------- 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:22:32 +0000 (UTC) Subject: [OpenSCAD] Re: Python OpenSCAD installation (was Re: Re: Appropriate content for this forum (was Hose Adapter for table saw)) Okay, my stubborn streak won out and kept at it until I had: "C:\Program Files\Openscad\libwinpthread-1.dll""C:\Program Files\Openscad\libgcc_s_seh-1.dll""C:\Program Files\Openscad\libpython3.10.dll" all in that folder and the program was able to launch successfully. I've gone to Edit | Preferences | Features and enabled "python-engine" and quite and re-launched, so making progress. One thing which I am immediately curious about is would Python programs have support for the Customizer? Or, be able to create a graphical dialog for making settings? 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:22:32 +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 _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org
WF
William F. Adams
Fri, Aug 18, 2023 1:08 AM

Moreover, there are only two instances of 3.10 at:
https://packages.msys2.org/search?q=python

and none of them are for python itself.
William

Moreover, there are only two instances of 3.10 at: https://packages.msys2.org/search?q=python and none of them are for python itself. William