Code Monkey home page Code Monkey logo

Comments (5)

j4321 avatar j4321 commented on September 24, 2024

It seems to me that the images from the assets/ folder in ttkwidgets module (checked.png, unchecked.png and tristate.png) have not been packaged by pyinstaller. You will probably have to explicitly ask pyinstaller to include them, maybe as data files. I don't have Windows so I cannot do any test.

from ttkwidgets.

RedFantom avatar RedFantom commented on September 24, 2024

Thank you for opening an issue, @Zavierus.
@j4321 is correct: The data folder is not packaged by pyinstaller, as was also the case for ttkthemes. The solution is to make a simple change in your packaging process as also mentioned in that thread. That should make your package work, for now.
I will see if I can get a hook for ttkwidgets included in the pyinstaller project similar to the one for ttkthemes, which should fix the issue within pyinstaller itself and thus fix this issue for everyone.

from ttkwidgets.

 avatar commented on September 24, 2024

Thank you @j4321 and @RedFantom,
I've fixed the problem 😄

from ttkwidgets.

RedFantom avatar RedFantom commented on September 24, 2024

That is good to hear! In the mean-time, I will leave this issue open as a reminder of the problem.

from ttkwidgets.

RedFantom avatar RedFantom commented on September 24, 2024

The PR has now been merged, so with the next release of PyInstaller the issue should be fixed and everything should work without intervention.

from ttkwidgets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.