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
#2
There should be instructions included in the PySimpleGUI documentation on how to install tkinter if it's not already installed.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PY QT APP]HOW TO uniform build and distribution for different platforms djibb 1 607 Jul-11-2023, 01:46 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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