On 29/08/2010 8:22 AM, Mark Swalaski wrote:
> I'm running a setup script with this option:
> console=['my_console_script.py']
>
> I'm on windows 6, python 2.6.
> I have already changed the default console font to Lucida Console, yet
> when I run the finished application after compiling it will use the
> rasterfonts, which is the original default font for windows console.
>
> It looks like py2exe forces the console to use the rasterfont,
I'm afraid I don't understand where such font preferences are kept, but
py2exe doesn't force the console to do *anything*, including what fonts
to use. You probably need to dig into how Windows itself makes that
determination and how to force a particular font.
HTH,
Mark
|