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

Update for Pro 3.3.x and Python 3.11 #39

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

logan-pugh
Copy link
Contributor

@logan-pugh logan-pugh commented Jul 30, 2024

As of Python 3.8, the PATH environment variable is no longer used to resolve DLL dependencies. Instead add_dll_directory() should be used. Note that this function will throw an error if the path does not exist, so I have also removed some paths that I found to no longer exist at Pro 3.3.x.

Ref: python/cpython#80266

logan-pugh added a commit to cityofaustin/ags-service-publisher-gui that referenced this pull request Aug 2, 2024
  - Add build.py file using a .spec file and simplify build.bat script
  - Change archook dependency to a fork with fix for Python >= 3.8.x: JamesRamm/archook#39
  - Rename requirements.txt to requirements-build.txt
  - Add ags_service_publisher dependency to setup.py install_requires section
  - Remove hook-PyQt5.py (PyQt5 file exclusions now handled in .spec file)
Copy link

@maphew maphew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for including doc reference path in comment

@mhw-at-yg mhw-at-yg merged commit 93b5ae6 into JamesRamm:master Aug 28, 2024
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

Successfully merging this pull request may close these issues.

3 participants