View Single Post
Old 01-27-2013, 04:33 PM   #70
pdurrant
The Grand Mouse 高貴的老鼠
pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.pdurrant ought to be getting tired of karma fortunes by now.
 
pdurrant's Avatar
 
Posts: 71,501
Karma: 306214458
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Voyage
Quote:
Originally Posted by laudaisoi View Post
Today i tried to make a mobi file with kindlegen but when i used your program, this error appeared
Code:
D:\Sync\kcc-master\kcc>python.exe kindlestrip.py D:\Sync\Tools\kcc-master\kcc\content.mobi D:\crossgame1.mobi
KindleStrip v1.35. Written 2010-2012 by Paul Durrant and Kevin Hendricks.
Found SRCS section number 1536, and count 2
   beginning at offset 111a4084 and ending at offset 10fb9863
Traceback (most recent call last):
  File "kindlestrip.py", line 235, in <module>
    main(sys.argv[1:])
  File "kindlestrip.py", line 214, in main
    strippedFile = SectionStripper(data_file)
  File "kindlestrip.py", line 197, in __init__
    self.data_file = self.data_file[0:offset0] + mobiheader + self.data_file[off
set1:]
MemoryError
How big was the file, and how much memory does your computer have? The script wasn't written for memory efficiency, and it seems that it might have exceeded available memory on your machine.
pdurrant is offline   Reply With Quote