Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyautoit does not work with pyoxidizer due to reliance on __file__ #38

Open
AngelEzquerra opened this issue Sep 7, 2021 · 0 comments
Open

Comments

@AngelEzquerra
Copy link

PyOxidizer is a tool to "compile" python programs into executables (https://github.com/indygreg/PyOxidizer). This tool is kind of similar to pyinstaller, however, it speeds up the startup time of the python programs it compiles by storing the python files and resources in memory during execution. Because of that modules that rely on the optional file variable do not work (see https://pyoxidizer.readthedocs.io/en/v0.6.0/packaging_pitfalls.html).

Would it be possible to follow the advice in that link and remove the reliance on the file variable to find the autoit3x.dll file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant