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

App is displayed in non-retina resolution #239

Closed
adius opened this issue Jan 27, 2017 · 3 comments
Closed

App is displayed in non-retina resolution #239

adius opened this issue Jan 27, 2017 · 3 comments

Comments

@adius
Copy link

adius commented Jan 27, 2017

When I start the app with python3 myapp.py it's displayed with retina resolution.
When I build it with cx_Freeze it's pixelized.

screen shot 2017-01-27 at 19 09 12

Left: not-retina, right: retina

The app uses only https://docs.python.org/2/library/tkinter.html.
Is there a way to fix this?

@David-Luis
Copy link

David-Luis commented Feb 2, 2018

I have the same issue with pyqt5, low resolution when built with cx_Freeze :(

@marcelotduarte
Copy link
Owner

cx_Freeze 6.7b1 has just been released.
pip install cx-Freeze==6.7b1

@marcelotduarte
Copy link
Owner

cx_Freeze 6.7 has just been released.
pip install --upgrade cx_Freeze
Assuming this has been resolved.
If you had issues please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants