Skip to main content

NOTE: PyInstaller does not extend PYTHONPATH (sys.path) with this directory that contains bundled 3rd party libraries.

Some users complained that PyInstaller failed because their apps were using too old versions of some libraries that PyInstaller uses too and that’s why extending sys.path was dropped.

All libraries are tweaked to be importable as:

from PyInstaller.lib.LIB_NAME import xyz

In libraries replace imports like:

from altgraph import y
from modulegraph import z

with relative prefix:

from ..altgraph import y
from ..modulegraph import z

altgraph

  • add fixed version string to ./altgraph/__init__.py:

    # For PyInstaller/lib/ define the version here, since there is no
    # package-resource.
    __version__ = '0.13'

modulegraph

https://bitbucket.org/ronaldoussoren/modulegraph/downloads

Release files for testform-888 1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for testform-888 1.0
File Interpreter ABI Platform
testform_888-1.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Release files / testform_888-1.0-py2.py3-none-any.whl

Download URL testform_888-1.0-py2.py3-none-any.whl
Size 2.1 MB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
d04eafd6e567aa3aa43744121112fdd4ed6a6bcdf880816880bbe338d6f3a714
BLAKE2b-256 checksum
How to use checksums
651934b2fe7caaf84a4d16e539de804be10fa1dbb49dcae5a5839e70be07d563
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page