Hi All,
I’m trying to open an HTML file with wx.html.HtmlWindow.LoadFile(path) (i’m using the example from wxpython in action which is attached):
The file that I’m trying to open was created with the second attached file.
When i open the file with explorer it looks ok, but, with the wxpython module i get only the table header and the rest a text (this is part of the window which is attached as JPEG):
Frame NumberEntityMessage TypeDirectionComments 1181608 MM CM SERVICE REQUEST ’ ‘’ 1181651 MM CM SERVICE REQUEST ‘d----->’ ‘’ 1181659 RR CLASSMARK CHANGE ’ ‘’ 1181667 RR SYSTEM INFORMATION TYPE 6 ‘d----->’ ‘’ 1181702 MM AUTHENTICATION REQUEST ‘d----->’ ‘’ 1181710 RR GPRS SUSPENSION REQUEST ’ ‘’ 1181769 RR SYSTEM INFORMATION TYPE 5 ‘d----->’ ‘’ 1181777 RR MEASUREMENT REPORT ’ ‘’ 1181812 MM AUTHENTICATION RESPONSE ’ ‘’ 1181855 RR CIPHERING MODE COMMAND ‘d----->’ ‘’
all should be fields in the table.
any suggestion?
Thanks in advance,
Roy.
html_table.txt (2.03 KB)
html_window_loadpage.py (485 Bytes)