From: Javier O'H. <j....@ti...> - 2003-05-17 13:41:51
|
On Saturday 17 May 2003 15:15, Shanmugam Srinivasan wrote: > Hi Pals, > > I am getting an error info like this, when i am trying to generate the > python code from my diagram file, > > C:\dia2code\bin>dia2code -t python example1.dia > > example12.dia:1: error: Start tag expected, '<' not found > ?=EF > ^ > That file does not exist or is not a Dia diagram > > I am using dia0.91 version to create diagrams. Dia by default compresses diagram files. You might be using a libxml2=20 compiled without gzip support so dia2code cannot read the diagram. =20 Open your diagram with Dia, select File -> Preferences -> Compress saved=20 files -> No, save your diagram and try again. Regards, Xav |