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

Introduce PyInstaller support #146

Closed
wants to merge 1 commit into from
Closed

Introduce PyInstaller support #146

wants to merge 1 commit into from

Conversation

wodo
Copy link
Contributor

@wodo wodo commented Mar 5, 2015

Direct access to __file__ is not possible inside a PyInstaller bundle.

Direct access to __file__ is not possible inside a PyInstaller  bundle.
@sils
Copy link
Member

sils commented Jul 31, 2015

@wodo can you rebase this PR? This should fix the tests.

@wodo
Copy link
Contributor Author

wodo commented May 30, 2017

Two years later. It is still a problem to use python-babel in a PyInstaller environment. Direct access to __file__ is not possible inside a PyInstaller bundle. The current version of python-babel has now two locations for this access.

  • babel/localedata.py
  • babel/core.py

I will provide a better pull request (#502).

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.

2 participants