pyinstaller-hooks-contrib icon indicating copy to clipboard operation
pyinstaller-hooks-contrib copied to clipboard

Add hook for the pysnmp_mibs package

Open JoshDavisChem opened this issue 5 years ago • 6 comments

Hook for the pynsmp_mibs package at https://pypi.org/project/pysnmp-mibs/

It is a package that contains a wide variety of MIB's precompiled for the pysnmp package

JoshDavisChem avatar Aug 18 '20 13:08 JoshDavisChem

@JoshDavisChem For the benefit of those of us who've never heard of this package or MIBs before (like me) could you give a brief overview of what the issue with this package is (without this hook). It appears to be pure Python which usually means no issues.

I'm mostly interested in how these xxx-MIB.py files are loaded? I take it that it is done by filename rather than Python's native from pysnmp_mibs import xxx? This would explain why you're treating python files as data files instead of hidden imports.

bwoodsend avatar Aug 18 '20 13:08 bwoodsend

I should also say... thanks for working on this.

bwoodsend avatar Aug 18 '20 13:08 bwoodsend

This is still on my radar. I just have to go back to my original program and other documentation to review my comments and make them more specific.

JoshDavisChem avatar Aug 20 '20 17:08 JoshDavisChem

OK, no rush - we're not going anywhere...

bwoodsend avatar Aug 20 '20 18:08 bwoodsend

Any update on this?

Legorooj avatar Jan 01 '21 06:01 Legorooj

Sorry, I have been busy and forgot. I am still working on it.

Thanks,

On Fri, Jan 1, 2021, 1:54 AM Legorooj [email protected] wrote:

Any update on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pyinstaller/pyinstaller-hooks-contrib/pull/34#issuecomment-753273093, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMDAPGOGGQ5MQRV6BYVPR3SXVWTRANCNFSM4QDN4YRQ .

JoshDavisChem avatar Jan 05 '21 14:01 JoshDavisChem