From: Chris G. <cl...@is...> - 2016-02-17 10:14:05
|
On Tue, Feb 16, 2016 at 06:00:13PM -0500, Mario Lacunza wrote: > Hi > I have some problems with the wxpython, when you installed > wxformbuilder are you using the by default wxpython from ubuntu? wich > version is it? > can you run this code? > import wx > import wx.html2 as webview I get an undefined symbol with the second import. It's a known Ubuntu bug that has been around for quite a while. There is a workaround, see:- https://bugs.launchpad.net/ubuntu/+source/wxwidgets3.0/+bug/1388847 (I had to type that so there *might* be errors, my mouse has gone crazy) -- Chris Green |