Re: [sword-devel] Python and strong module

2019-04-20 Thread pierre amadio
Excellent, that did the trick. Thanks ! On Sat, 20 Apr 2019 at 16:59, Troy A. Griffitts wrote: > > Dear Pierre, > > In Python, it looks like you are setting your strongs number into a VerseKey. > This will give a out of bounds error and will likely return the last entry if > you continue to do

Re: [sword-devel] Python and strong module

2019-04-20 Thread Troy A. Griffitts
Dear Pierre, In Python, it looks like you are setting your strongs number into a VerseKey. This will give a out of bounds error and will likely return the last entry if you continue to do a look up with it. You probably just want an SWKey instead of VerseKey. This is the most base type of key i

Re: [sword-devel] Module upload: Anderson

2019-04-20 Thread ref...@gmx.net
The creation of conf files is scripted to.a large extent and much of provided conf files is disregarded before upload. Sent from my mobile. Please forgive shortness, typos and weird autocorrects. Original Message Subject: Re: [sword-devel] Module upload: AndersonFrom: Tobias Klein T

Re: [sword-devel] Module upload: Anderson

2019-04-20 Thread David Haslam
Adding InstallSize is scripted. Background batch job. It should appear within 24 hours. David Sent from ProtonMail Mobile On Sat, Apr 20, 2019 at 10:59, Tobias Klein wrote: > It seems like the anderson.conf lacks an InstallSize entry. I don't see it > when retrieving the file through the Swo

Re: [sword-devel] Module upload: Anderson

2019-04-20 Thread Tobias Klein
It seems like the anderson.conf lacks an /InstallSize/ entry. I don't see it when retrieving the file through the Sword API. This is an inconsistency compared to other existing modules which all have that entry. On GitHub the InstallSize entry is there, so I wonder what happened here ... https:

[sword-devel] Python and strong module

2019-04-20 Thread pierre amadio
Hello. I fail to look for a Strong's dictionnary Hebrew entry with python (Red Hat based, sword-python-1.8.1-3.el7.x86_64). Here is the shortest test case i have: https://github.com/pierre-amadio/SwordSandBox/blob/master/python/strongtestcase.py Instead of giving me the entry for 5975 (amad) , i