|  10-15-2013, 11:15 PM | #1 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
				
				armel calibre (for Aeris)
			 
			
			AFAIK this would require http://packages.debian.org/wheezy/ar...n-qt4/filelist and http://packages.debian.org/wheezy/ar...n-sip/filelist don't even ASK for support anyone. a) I hate python b) python hates me c) see a or b I have zero understanding of anything python... [root@kindle root]# /mnt/us/extensions/calibre/usr/bin/calibre python2.7: /usr/lib/libz.so.1: no version information available (required by python2.7) Quote: 
 so it's solvable. but yeah. there you go. rip what you need out of that. | |
|   |   | 
|  10-15-2013, 11:16 PM | #2 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			reserved. for reminding people that I hate python. and it hates me. | 
|   |   | 
|  10-16-2013, 05:56 AM | #3 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Oh oh oh thank you so much Twobob!!!!!   | 
|   |   | 
|  10-16-2013, 06:20 AM | #4 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Where must I copy these libs? I've tried with export LD_LIBRARY_PATH=/the path where a placed these libs while running ebook convert it says now: libicudata.so.48: cannot open shared object file: No such file or directory And many other errors mmh Last edited by Aeris; 10-16-2013 at 06:50 AM. | 
|   |   | 
|  10-16-2013, 07:37 AM | #5 | 
| BLAM!            Posts: 13,506 Karma: 26047202 Join Date: Jun 2010 Location: Paris, France Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E | 
			
			There's a rather large dependency tree for calibre (http://calibre-ebook.com/download_linux#dependencies), the one most likely to trip you being PyQt4. For an (old), but working example, see what Jesse Vincent did back in 2009 with Savory: http://savory.googlecode.com/ Last edited by NiLuJe; 10-16-2013 at 07:42 AM. | 
|   |   | 
|  10-16-2013, 07:51 AM | #6 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			if easier, it is sufficient to port well the ebook-converter program only (not all calibre)
		 | 
|   |   | 
|  10-16-2013, 08:28 AM | #7 | |
| Guru            Posts: 608 Karma: 1588610 Join Date: Jan 2012 Device: Kindle Scribe | Quote: 
 | |
|   |   | 
|  10-16-2013, 09:37 AM | #8 | ||||
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | Quote: 
 That error I posted above is WITH pyQt4 installed on the kindle Quote: 
 many people have reported getting this running on arm Quote: 
 Happy to provide the missing libs you may need. sadly, there my involvement ends. Quote: 
 Happy to provide the missing libs you may need. | ||||
|   |   | 
|  10-16-2013, 10:09 AM | #9 | |
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			I meant that ebook converter doesn't work on my device   requoting my message before: Quote: 
 | |
|   |   | 
|  10-16-2013, 11:43 AM | #10 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			huh.  I left it on my device. give me a "for example" bit of code/script/command for calling the converter and I'll have a look. | 
|   |   | 
|  10-16-2013, 11:45 AM | #11 | |
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			env: can't execute 'python2': No such file or directory oh yeah, duh... cp /mnt/us/extensions/python/usr/bin/python2.7 /mnt/us/extensions/python/usr/bin/python2 and then... [root@kindle root]# . /mnt/us/extensions/python/pythonenv hmm what about now? [root@kindle root]# /mnt/us/extensions/calibre/usr/bin/ebook-convert --help python2.7: /usr/lib/libz.so.1: no version information available (required by python2.7) Quote: 
 Last edited by twobob; 10-16-2013 at 11:51 AM. | |
|   |   | 
|  10-16-2013, 11:54 AM | #12 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Here: echo sampletext > sample.txt ./ebook-convert sample.txt output.mobi (Usage: ebook-convert input_file output_file [options]) Last edited by Aeris; 10-16-2013 at 11:56 AM. | 
|   |   | 
|  10-16-2013, 12:00 PM | #13 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			anways, all this aside. the actual RUNNING of the main app needs to be fixed. There is something funky going on with the "imports" , this is the crux of the problem. someone - with python skills - just needs to get that bit of it traced/fixed. then the rest will just fall together. | 
|   |   | 
|  10-16-2013, 12:05 PM | #14 | 
| ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır            Posts: 6,586 Karma: 6299993 Join Date: Jun 2012 Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch | 
			
			and here's proof that there is nothing wrong with it: running in a arm debian wheezy via qemu on an i686 system. if it can do that? it sure as hell can run on the kindle. fix the environment. the app ported fine. | 
|   |   | 
|  10-16-2013, 12:07 PM | #15 | 
| Developer's Corner Mascot            Posts: 486 Karma: 1277790 Join Date: Sep 2013 Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4 | 
			
			Could this help? http://docs.python.org/2/library/modulefinder.html EDIT: Ah, it runs... so what must I do? Do I import in a bad way your two libs files? Ps don't know if the GUI works, i know only that ebook-convert doesn't on my device xD I'm using python 2.7.5 installed from .bin update Last edited by Aeris; 10-16-2013 at 12:13 PM. | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Installing a "normal" Debian ARMEL Linux on the Kindle | choff | Kindle Developer's Corner | 18 | 09-09-2014 02:42 AM | 
| Calibre Sync on Android stopped working properly with recent version of Calibre? | khahoon | Calibre | 5 | 07-06-2013 08:14 AM | 
| How do I import Calibre settings from regular Win Calibre to Calibre Portable? | ABW | Calibre | 9 | 05-20-2013 02:34 PM | 
| Can not start recoll from calibre /opt/calibre/lib/libz.so.1: no version information | Satas | Development | 5 | 04-19-2013 11:22 PM |