[wxPython-users] Problem with barcode

Robin Dunn robin at alldunn.com
Sun Dec 3 16:28:57 PST 2006


Hugues JEAN-BAPTISTE wrote:
> Hi all,
> 
> I have joined an program wich print a barcode.
> This program works fine under Linux (Mandriva 2006, Python 2.3.4 and 
> wxPython 2.6.2.1).
> But, it does not work on WinXP.

It works for me.

It could be something like the default encoding for your system not 
being available in the font, so wxHtml is choosing to not use the font. 
   It  might work if you explicitly specify the character encoding in 
the html header.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list