Git Product home page Git Product logo

Comments (5)

brentvollebregt avatar brentvollebregt commented on September 12, 2024

Did you read the article I clearly linked in the README under "Issues Using the Tool"?

If you go to this and do a simple Ctrl+F for ModuleNotFoundError, you will be immediately shown:

ModuleNotFoundError: No module named 'x'
Make sure the module is installed and then add it to --hidden-import in the advanced tab. If you need to add more than one, separate them by a comma (,).
For example, I have seen this occur with pandas._libs.tslib many of times before so add that to the input by --hidden-import. If you need to add more missing modules, you can use pandas._libs.tslib, my_missing_module.

Also I have had the ModuleNotFoundError: No module named 'win32com' quite a few times and cannot figure out what it is, you have any idea?

from auto-py-to-exe.

HaaZee avatar HaaZee commented on September 12, 2024

I tried the --hidden-import thing and I didn't manage to fix it. I found a way around though doing it manually.
Also I regards to the win32ocm question I tried installing that module but that didn't seem to do anything, just brought up another error. I believe it's related to having a module not working when you try to compile your .py

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 12, 2024

What was your work around?

from auto-py-to-exe.

HaaZee avatar HaaZee commented on September 12, 2024

I just hard coded the thing I wanted to bring out. It was the name of my game in a large text format.

This basically -
figlet

Therefore I didn't need to use the module that was causing issues.

from auto-py-to-exe.

brentvollebregt avatar brentvollebregt commented on September 12, 2024

This is an issue with a third party module so I will close this issue.

from auto-py-to-exe.

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.