Giter Site home page Giter Site logo

Comments (7)

Athanasius avatar Athanasius commented on July 23, 2024

I've been puzzled as to why I only just noticed this, and I'd been doing test builds recently and the .exes ran fine. infi.systray was last updated years ago, so it's not a change in it that's to blame.

But maybe the recent setuptools 66.0.0 update has caused this to come to light ?
Yeah, I forgot again that it's setuptools that depends on pkg_resources, it's just that something infi.systray does keeps on bringing this stuff up.

from py2exe.

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

This is specifically caused by https://github.com/pypa/setuptools/blob/main/CHANGES.rst#changes-1 :

E.g. for setuptools >= 66.0.0. Not sure how this should be implemented in py2exe, can it just be added to the list of packages in hooks.py, similar to 24b4668 ?

from py2exe.

albertosottile avatar albertosottile commented on July 23, 2024

Saw this, looks like a quite easy fix in the hook (for now, until we fix the way setuptools vendors stuff permanently). However I am completely swamped at the moment, so I cannot work on this right away.

from py2exe.

albertosottile avatar albertosottile commented on July 23, 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.

Athanasius avatar Athanasius commented on July 23, 2024

Unfortunately I am no longer part of EDMarketConnector development, so have a lot less interest in all things py2exe now.

And currently I can't get my old example at https://github.com/Athanasius/infi-systray_py2exe to even actually include infi.systray files in the library.zip.

The actual pkg_resources issue will be something to do with the:

__import__("pkg_resources").declare_namespace(__name__)
from .traybar import SysTrayIcon

which is the entirety of infi/systray/__init__.py though.

from py2exe.

albertosottile avatar albertosottile commented on July 23, 2024

Unfortunately I am no longer part of EDMarketConnector development, so have a lot less interest in all things py2exe now.

I am truly sorry to hear that.

Anyway, I attempted to fix this bug and you would find preliminary wheels with the fix here: https://github.com/py2exe/py2exe/actions/runs/4157014939.

In case you are still willing to test this, I would appreciate it.

from py2exe.

albertosottile avatar albertosottile commented on July 23, 2024

Fixed in 0.13.0.1

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.