Search found 34 matches

by MyWereld
Sun Feb 20, 2011 6:05 am
Forum: Linux Matters
Topic: Feature Request for Linux
Replies: 2
Views: 9773

Re: Feature Request for Linux

************ Starting Bible Analyzer ************* Traceback (most recent call last): File "/usr/share/bibleanalyzer/analyzer4.py", line 7, in <module> import utility File "/usr/share/bibleanalyzer/utility.py", line 21, in <module> os.mkdir(homeUserDir) OSError: [Errno 2] No suc...
by MyWereld
Sat Feb 19, 2011 5:55 pm
Forum: Linux Matters
Topic: Feature Request for Linux
Replies: 2
Views: 9773

Feature Request for Linux

I would like to know if it would be possible to add a feature to the application? Could you implement a feature that once the application start for the first time it will check for and create all the necessary user directories? I can't remember how the Ubuntu installation handles this and if it is c...
by MyWereld
Fri Feb 18, 2011 11:23 pm
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Re: Porting to other distros

Also, one last question, I hope, is sqllite3 a dependency for Bible Analyzer? I would guess so for the commentaries and whatnot, just want to make 100% sure.
by MyWereld
Fri Feb 18, 2011 1:36 pm
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Re: Porting to other distros

I'm almost done, here is the script that will be running the installation for you to review. If you spot something please shout, I'm not a programmer! :D #!/bin/bash set -e # Download the file if [ ! -f /var/cache/pacman/pkg/bibleanalyzer_4.1-0_i386.deb ] then wget -P /var/cache/pacman/pkg/ http://w...
by MyWereld
Thu Feb 17, 2011 7:51 pm
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Re: Porting to other distros

Could you supply me with the complete license please?

To be able to have the package in the repositories of Arch Linux we need to supply them with this.
by MyWereld
Wed Feb 16, 2011 11:26 pm
Forum: Modules & Such
Topic: Help creating a Bible module
Replies: 9
Views: 24625

Re: Help creating a Bible module

Took a few minutes and made one. Try this, http://www.BibleAnalyzer.com/Free/afr1953.zip It works! Thank you so much! I can't believe that it only took you a "few minutes", thank you very much for the effort! :D If you want to add it to the modules page you can list it as: Afrikaans Ou Ve...
by MyWereld
Wed Feb 16, 2011 7:36 am
Forum: Modules & Such
Topic: Help creating a Bible module
Replies: 9
Views: 24625

Re: Help creating a Bible module

Thank you, very kind of you. I'll give it a go as well to see how it goes, but here is the version I would like:

http://www.unboundbible.org/downloads/b ... s_1953.zip
by MyWereld
Wed Feb 16, 2011 4:47 am
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Re: Porting to other distros

Eish, could have saved myself a lot of trouble... nano -w /usr/bin/bibleanalyzer change: python /usr/share/bibleanalyzer/analyzer4.py to: python2 /usr/share/bibleanalyzer/analyzer4.py Install: wxpython python-espeak Working now! Would you mind if I write this up for the Arch Linux repositories?
by MyWereld
Wed Feb 16, 2011 4:31 am
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Re: Porting to other distros

So far I had to update all the print functions to python 3, but I now need to know what version of wxpython is used? ************ Starting Bible Analyzer ************* Traceback (most recent call last): File "/usr/share/bibleanalyzer/analyzer4.py", line 5, in <module> import wx, wx.html, r...
by MyWereld
Wed Feb 16, 2011 2:32 am
Forum: Linux Matters
Topic: Porting to other distros
Replies: 8
Views: 22253

Porting to other distros

I'm trying to get this going on other distros besides Ubuntu, so I was wondering if you would be so kind as to answer a few questions here and there Tim? Question like: What dependencies are required to run it on Ubuntu? What version of python are you using, anything else one would need to know? I e...