Re: [firebird-python] Re: Error on trying to easy_install on Windows 8.1

2014-03-13 Thread Philippe Makowski
Le 13/03/14 12:56, Werner a écrit :
> |svn co svn://svn.code.sf.net/p/firebird/code/python/|
>
yes
svn://svn.code.sf.net/p/firebird/code/python/fdb/trunk



Re: [firebird-python] Re: Error on trying to easy_install on Windows 8.1

2014-03-13 Thread Werner

Hi,

On 13/03/2014 11:13, Philippe Makowski wrote:


Le 13/03/14 11:07, Werner a écrit :
> O.K., is there a git or hg repo for it, I can try and improve what I
> have done and then do a pull request.
sorry svn only


Hhm, I checked this one out, but no python/fdb in it.

|svn co svn://svn.code.sf.net/p/firebird/code/|firebird/

No, that wasn't it even so the following page still gives the above.

http://sourceforge.net/p/firebird/code/HEAD/tree/python/fdb/

In case someone else searches, this did it for me:

|svn co svn://svn.code.sf.net/p/firebird/code/python/|


but you can still provide a diff
use the bugtracker for that


Will try and do that then.

Werner


Re: [firebird-python] Re: Error on trying to easy_install on Windows 8.1

2014-03-13 Thread Werner

Hi,

On 13/03/2014 09:50, Philippe Makowski wrote:


Le 12/03/14 21:34, Werner a écrit :
> Hi,
>
> On 12/03/2014 20:12, Harriv wrote:
>> I think I had same error with Win7. Setup didn't find fbclient.dll.
>> Copy it to somewhere in path (or modify path to include bin directory
>> if Firebird).
> I did a bit of digging and the code in fdb.ibase doesn't find the
> fbclient.dll if it is not in the path.
>
> What about using the registry instead of 'ctypes.find_library'?
>
no, because the registry key don't always exist
but perhaps try first with ctypes.find_library and after with registry
if it fails

O.K., is there a git or hg repo for it, I can try and improve what I 
have done and then do a pull request.


BTW, the following link points to 0.9.9 doc instead of 1.4:
http://www.firebirdsql.org/file/documentation/drivers_documentation/python/fdb/

Werner