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

Fix an exception when bundling with py2exe #346

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mar10
Copy link

@mar10 mar10 commented Jan 12, 2022

The fix #344 did not work completely, since setting __version__ = None in the exception handler will crash when calling version.split('.')) further down below.

Setting to a dummy "0.0.0" fixed it for me

The fix pyppeteer#344 did not work completely, since setting `__version__ = None`  in the exception handler will crash when calling ` version.split('.'))`  further down below.

Setting to a dummy `"0.0.0"` fixed it for me
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.

Circular Import Error in fresh venv
1 participant