Giter Site home page Giter Site logo

Comments (4)

albertosottile avatar albertosottile commented on July 3, 2024

I wanted to work on "persistent" fix for this, but it looks like none of the tests in the CI can reproduce this (perhaps they do not require explicitly pkg_resources or any of its extern dependencies).

Can you provide a minimal example that can be used to test this bug? Thanks

from py2exe.

albertosottile avatar albertosottile commented on July 3, 2024

I tried to write a test on my own and I attempted to fix this bug in the develop branch. You may find preliminary wheels that include the fix here: https://github.com/py2exe/py2exe/actions/runs/4157014939

@dimitry-unified-streaming Could you try again with these wheels and check if you can still reproduce the bug? Thanks

from py2exe.

albertosottile avatar albertosottile commented on July 3, 2024

Fixed in 0.13.0.1

from py2exe.

dimitry-unified-streaming avatar dimitry-unified-streaming commented on July 3, 2024

Sorry for the late confirmation, but indeed I can now remove my workaround, and it works with 0.13.0.1:

setuptools.setup(
    console=["cmd.py"],
    packages=[],
    options={
        "py2exe": {
            "excludes": ["tkinter", "uuid"],
            "optimize": 2,
            "packages": setuptools.find_packages()
        }
    }
)

from py2exe.

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.