Skip to main content

person

Project description

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

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

testform_888-1.0-py2.py3-none-any.whl (2.1 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page