Python Forum
Extending minimalistic embedded python win distribution
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extending minimalistic embedded python win distribution
#1
Hi,

anyone familiar with extending the minimalistic embedded python distribution on windows?

I want to use the pysimplegui and was able to successfully let the interpreter load the module by adding it to the zip archive inside the interpreter's directory.

The problem is that it requires the tkinter package which is already included in the default python installation but not in the embedded version.

How do I add tkinter? It seems that there is no downloadable library available for this package. If possible I don't want to compile python from scratch nor do I want to use additional package managers like pip.

Regards
Reply


Messages In This Thread
Extending minimalistic embedded python win distribution - by MyPythonWay - Aug-31-2019, 07:17 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020