资 源 简 介
What is it ?
As a DRAGON or DONJON user, you want to look inside a LCM object (LINKED_LIST, SEQ_ASCII or XSM_FILE). The simplest way to do this is to convert your object in XSM_FILE or SEQ_ASCII format :
XSM_FILE myXsmFile ;myXsmFile := myLCMObject ;
Open the resulting file with dragon-donjon-ascii-viewer and you"ll be able to browse through it thanks to a treeview.
How to install
Check your configuration
ASCIIViewer requires Python and wxPython. On Unix system, open a terminal, type python and then import wx.
If you see :
$ python>>> import wxImportError: No module name