I have searched far and wide for two weeks trying to solve my issue and nothing has done much good, so I'm at the end of my string here! I created a custom printer-selection app for my workplace in Python, and used pyinstaller to make a one-file executable, which I intend to distribute to all of our machines. The catch is that I use Linux Mint, but the lab machines are RHEL 6.3. I have tried several virtual machines including Centos 6.3 and Fedora 17, and both give me the same issue. The problem is that I get a bunch of "Pango-WARNING **" errors in the console and then my app comes up with square boxes instead of text.
my console output when running "test" application:
>(test:22258): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
>Gtk-Message: Failed to load module "pk-gtk-module"
>Gtk-Message: Failed to load module "canberra-gtk-module"
>
>./d00087.ps
>
>(test:22258): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='latin'
>
>(test:22258): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
Any ideas?