Josiah Carlson wrote: > xrc is a subpackage of wx. So you can use... > > import wx > import wx.xrc > wx.xrc.XmlResource Thanks for the answers. import wx.irc makes sense now that you mention it. But calling wx.xrc.XmlResource does not work.