Skip to content

龙口市中际包装机械有限公司

Site Tools
Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size default color blue color green color
位置: 首页 arrow 文章 arrow 最新文章 arrow TinyERP在WINDOWS下运行时提示字体错误的问题
TinyERP在WINDOWS下运行时提示字体错误的问题

TinyERP客户端有错误提示
Noname1.py:12: PangoWarning: couldn't load font "宋体 9", falling back to "San
s 9", expect ugly output.
  self.show_all()

解决办法
修改 \GTK\etc\gtk-2.0\gtkrc文件内容

gtk-theme-name = "MS-Windows"
改为


style "user-font"
{
font_name="Tahoma,SimSun 9"
}
widget_class "*" style "user-font"

gtk-font-name = "Tahoma, Simsun 9"
gtk-theme-name = "MS-Windows "

 

其他方法:使用etiny的Web客户端。

 

2008.04.17

 
Advertisement