
Originally Posted by
alpaca
Please quote the full program output (including the Reading ... and Writing ... statements), otherwise I can't really look into it. Sounds like a file ended preliminary.
Ok... here is the full output
Code:
Reading strategy_sd_desc.txt
Reading modpage_strat.txt
Traceback <most recent call last>:
File "C:\Documents and Settings\Administrator\Desktop\.sd_Converter\sd_converter_1_0.py", line 752, in <module>
sdf.compile<sdtopaths[sdf]>
File "C:\Documents and Settings\Administrator\Desktop\.sd_Converter\sd_converter_1_0.py", line 685, in compile
if not page.isComplete<> or not ent.isComplete <>:
File "C:\Documents and Settings\Administrator\Desktop\.sd_Converter\sd_converter_1_0.py", line 216, in isComplete
self.readMouseoverTGA<self.file>
File "C:\Documents and Settings\Administrator\Desktop\.sd_Converter\sd_converter_1_0.py", line 203, in readMouseoverTGA
a = readByte<f>
File "C:\Documents and Settings\Administrator\Desktop\.sd_Converter\sd_converter_1_0.py", line 13, in readByte
return struct.unpack<'B', fhandle.read<1>>[0]
File "C\Python25\lib\struct.py", line 87, in unpack
return o.unpack<s>
struct.error: unpack requires a string argument of length 1
Any help would be great!
LC
Bookmarks