Emiel van Lankveld <emiel.ga...@gmail.com> writes:

> It's a simple Tkinter based GUI. I was surprised to see though that there
is a huge disparity in the quality of the GUI between the compiled version
and the version I run from Eclipse.

You do not say what OS you are under (tsk!) but it is not hard to guess you
are running on Mac OS and have a high-density screen ("retina display").

I do not know what Eclipse is -- an IDE? -- but anyway it is aware of the
pixel density and somehow TCL inherits that. Not so when running native.

According to the following two posts,

   A four year old Python bug:

       http://bugs.python.org/issue15587

   An Apple stackexchange query from 3 years ago


http://apple.stackexchange.com/questions/68552/retina-display-compatible-python-idle

...the issue is the app needs to have NSHighResolutionCapable set in the
application plist.

Fortunately that exact issue is addressed in the PyInstaller Manual !!!


http://pythonhosted.org/PyInstaller/#spec-file-options-for-a-mac-os-x-bundle

Please report if that fixes the problem.

Dave Cortesi

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to