Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-python

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 129
  • Category: Databases
  • Founded: Jan 5, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 454 - 483 of 672   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
454 mariuz
jimi_compot Send Email
Dec 22, 2011
9:17 am
... Some of the arguments are presented here (yes even php is switching to git from an cvs->svn transition (they have lost a lot of time with svn migration and...
455 mariuz
jimi_compot Send Email
Dec 22, 2011
10:23 am
sudo apt-get install python-pip sudo easy_install pwcfb error seems that firebird-2.5-dev headers are needed , so it needs the fbclient installed and the...
456 werner
wbruhin Send Email
Dec 22, 2011
10:56 am
Hi Mario, ... I have switched over from CVS to SVN years ago and earlier this year I switched to hg (only reason is that the project I needed to work on was on...
457 Pavel Cisar
pcisar2000 Send Email
Dec 22, 2011
12:20 pm
... Certainly. FDB uses Firebird client library, so it needs to be installed. However, it doesn't need headers, just fbclient.so/.dll to be present. ... For...
458 Mario Lacunza
mario_lacunza Send Email
Dec 23, 2011
5:01 am
Mariuz and Werner, thanks for your responses!! I'll check your links. Merry Christmas to all! Saludos / Best regards Mario Lacunza Email:: mlacunza@... ...
459 Philippe Makowski
tempo93fr Send Email
Jan 11, 2012
1:09 pm
Hi, I'm about to make FDB working with Python 3 I see 3 solutions for that : - Like SQLAlchemy rely on a 2to3 script - Add some if PYTHON_MAJOR_VER==3: ...
460 Pavel Cisar
pcisar2000 Send Email
Jan 11, 2012
2:01 pm
Hi, ... Ideally, the FDB code should be compatible to both Python lines. We simply don't know yet whether we can achieve this, and how much Python version...
461 philippe makowski
tempo93fr Send Email
Jan 11, 2012
3:50 pm
... ok I 'll work there https://github.com/pmakowski/fdb on it after a diff will give us the changes...
462 Philippe Makowski
tempo93fr Send Email
Jan 12, 2012
1:46 pm
Hi, I need your help this piece of code have no problem under Python2 #coding:utf-8 # import struct def addString(codeAsByte, s): sLen = len(s) format =...
463 Philippe Makowski
tempo93fr Send Email
Jan 12, 2012
3:19 pm
hum, this part of code is really important, and I am lost (but that's not really a surprise for me) if I do : def ...
464 Philippe Makowski
tempo93fr Send Email
Jan 12, 2012
5:20 pm
... seems that I found what we need http://pypi.python.org/pypi/six hope that's help...
465 Pavel Cisar
pcisar2000 Send Email
Jan 12, 2012
5:22 pm
... Yes, see: http://docs.python.org/release/3.0.1/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit Conversion from <str> to <bytes> object should...
466 Pavel Cisar
pcisar2000 Send Email
Jan 12, 2012
5:47 pm
... Which type is 'dpb' (the sixth parameter passed to isc_attach_database) ? It's bytes or str? In ctypes description, this parameter is of type STRING, which...
467 Philippe Makowski
tempo93fr Send Email
Jan 18, 2012
7:42 am
Hi, Fedora is moving to gcc 4.7 and kinterbasdb build fail see log here : http://koji.fedoraproject.org/koji/getfile?taskID=3702761&name=build.log any one...
468 Philippe Makowski
tempo93fr Send Email
Jan 18, 2012
8:37 am
... thanks For the fedora package, I will just add a patch about releasing kinterbasdb-3.3.1 , I let Pavel decide, but with the new Python driver coming, I'm...
469 mariuz
jimi_compot Send Email
Jan 19, 2012
9:44 pm
... Maybe just a small release 3.3.0.1 would be good to have , this is still the stable driver :) until the fdb will replace it on my ubuntu it 3.3.0 compiles...
470 mariuz
jimi_compot Send Email
Jan 19, 2012
10:38 pm
http://www.firebirdnews.org/?p=6726 Also there is a south branch with firebird support http://www.firebirdnews.org/?p=6722...
471 Pavel Cisar
pcisar2000 Send Email
Jan 20, 2012
8:11 am
... This is a minor issue: affects only certain Linux distributions, requires use of svn instead distribution tarball, having updated source tarball is just a...
472 Maximiliano Robaina
maxi_robaina Send Email
Jan 24, 2012
1:42 pm
Hi, I'm try to run a django application on Windows 2003 server, Apache 2.2 (wsgi module enabled), Python 2.7 I use django-firebird backend which use...
473 mariuz
jimi_compot Send Email
Jan 25, 2012
1:18 pm
... I don't know where it searches for dll but you can try to put fbclient.dll in %Python%Lib&#92;site-packages\kinterbasdb Also it would be good to post the full...
474 mariuz
jimi_compot Send Email
Jan 25, 2012
2:39 pm
If you edit sphinx documentation , it can be previewed with this python webkit/qt based app ...
475 Maximiliano Robaina
maxi_robaina Send Email
Jan 27, 2012
8:08 pm
Hi, I detect a problem in django-firebird implementation. Actually the problem is with kinterbasedb. When a cursor.execute has some param which is type of ...
476 Philippe Makowski
tempo93fr Send Email
Jan 30, 2012
5:58 pm
... I didn't had a lot of time to work on but in fact, there are some "cosmetics&quot; change to do (import, ord, ..) these are easy to do All the work is in...
477 Pavel Cisar
pcisar2000 Send Email
Jan 31, 2012
9:39 am
... I will, eventually :) Actually, I already reviewed the changes made by 2to3 and spot some problematic places where the conversion spoiled the ...
478 Pavel Cisar
pcisar2000 Send Email
Jan 31, 2012
7:46 pm
Hi all, FDB release 0.7.1 is out: http://pypi.python.org/pypi/fdb/0.7.1 This is mostly bugfix release. The main notable difference is that now FDB works on...
479 Philippe Makowski
tempo93fr Send Email
Feb 1, 2012
7:14 am
... good news ... yes I saw that, running 2to3 was not a good solution, at least not enough ... so will restart the port to Python 3 from FDB 0.7.1 ... good,...
480 nimbiotics Send Email Feb 3, 2012
7:12 am
Hello everyone. I'm using python 2.7.2 with firebirdsql 0.6.5 to manipulate a firebird database. So far, so good. But at this point I need to process database...
481 Hajime Nakagami
nakagami@... Send Email
Feb 3, 2012
11:21 am
Sorry It's no support event alerter....
482 nimbiotics Send Email Feb 3, 2012
6:02 pm
THX!...
483 Lester Caine
lester@... Send Email
Feb 27, 2012
1:32 am
I'm getting out of my depth here, although I can probably work things out given time, something that as always is lacking :( I've converted piwik to work with...
Messages 454 - 483 of 672   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help