Re: kinterbasdb error connection

2011-01-01 Thread Uwe Grauer
On 12/31/2010 04:41 PM, Ale Ghelfi wrote: > On 09/12/2010 15:17, Uwe Grauer wrote: >> On 12/07/2010 04:35 PM, Ale Ghelfi wrote: >>> (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) >>> I try to connect my database of firebird 2.5 by kinterbasdb.

Re: kinterbasdb error connection

2010-12-09 Thread Uwe Grauer
On 12/07/2010 04:35 PM, Ale Ghelfi wrote: > (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 ) > I try to connect my database of firebird 2.5 by kinterbasdb. > But python return this error : You are not using the current kinterbasdb version. See: http://firebirdsql.org/index.php?o

Re: kinterbasdb + firebird 1.5 with python 2.6 ?

2009-02-06 Thread Uwe Grauer
Laszlo Nagy wrote: > Uwe Grauer írta: >> Laszlo Nagy wrote: >> Get it from here: >> http://www.firebirdsql.org/index.php?op=devel&sub=python >> > Thanks. Unfortunately, this does not support Firebird 1.5 anymore. I can > only find Python 2.5 + Firebird 1

Re: kinterbasdb + firebird 1.5 with python 2.6 ?

2009-02-04 Thread Uwe Grauer
Laszlo Nagy wrote: > Does anyone know how to get firebird 1.5 driver (kinterbasdb) for > FireBird 1.5? > > My problem: > >* python 2.6 already installed on a server >* there is a firebird 1.5 database on the same server >* I need to access it from python 2.6 > > Any thoughts? > >

Re: ANN: P4D 1.2

2008-08-12 Thread Uwe Grauer
Kay Schluehr wrote: P4D = E4X style embedded DSL for Python but without E and X. The main feature of P4D 1.2 are *Bytelets*. While the primary purpose of P4D 1.1 was the support textual data which can be considered as isomorphic to XML the new release is focussed on binary data. Bytelets are P4D

Re: sqlite3 alternative option

2008-06-27 Thread Uwe Grauer
Gerhard Häring wrote: Uwe Grauer wrote: Use Firebird. It has a small footprint and runs in different enviroments from embedded to server with single process per connection. Firebird may be nice, but has nothing to do with this performance problem. I suggested Firebird because the OP asked

Re: sqlite3 alternative option

2008-06-27 Thread Uwe Grauer
Gandalf wrote: Hi every one I'm looking for a good alternative db to replace sqlite I'm using pySQlite3, And I tried to translate very big database from Mysql to sqlite. I generated through PHP a python script that insert 200,000 records to my sqlite db and took me more then 5 hours and managed

Re: kniterbasdb and datetime

2007-12-13 Thread Uwe Grauer
Laszlo Nagy wrote: > > Hi All, > > I connected to a FireBird 1.5 database this way: > > import kinterbasdb > kinterbasdb.init(type_conv=200) # See > http://kinterbasdb.sourceforge.net/dist_docs/usage.html#faq_fep_is_mxdatetime_required > > > Then I try to update the database: > > sql = "UPDA

Re: Adding GNU Readline after installation?

2007-11-02 Thread Uwe Grauer
[EMAIL PROTECTED] wrote: > I compiled Python from source on a bunch of my development machines > without enabling the readline modules. Is it possible to add readline > support after installation? > > I really just want to get my "up arrow" history working... > No. You have to uncomment readline

Re: Python Database Apps

2007-09-11 Thread Uwe Grauer
[EMAIL PROTECTED] wrote: > Kindof a poll, kindof curiosity... > > What is your favorite python - database combination? I'm looking to > make an app that has a local DB and a server side DB. I'm looking at > python and sqlite local side and sql server side. > > Any suggestions > > Darien >

Re: Icons for GUI development

2007-08-14 Thread Uwe Grauer
Benjamin wrote: > I'm developing a mail client. Since GUI are usually improved with some > icons, I'm looking for some. Because I'm not a very gifted artist I'm > searching for a library of GPL or public domain icons. Any suggestions? > http://tango.freedesktop.org/Tango_Icon_Library -- http://m

Re: Looking for a wxPython GUI builder

2007-06-16 Thread Uwe Grauer
Jens Thiede wrote: > On Jun 16, 3:18 am, Dick Moores <[EMAIL PROTECTED]> wrote: >> How about SPE? >> >> Any others? >> >> And which ones do people >> actually use? Commercial or Freeware. >> >> Thanks, >> >> Dick Moores > > There's Boa Constructor... (http://boa-constructor.sourceforge.net/ > Scre

Re: dabo framework dependancies

2007-05-23 Thread Uwe Grauer
daniel gadenne wrote: > Paul McNett wrote: >> Shameless plug: consider using Dabo on top of wxPython - we feel it >> makes wxPython even easier and more pythonic, but admittedly there's a >> bit of a learning curve there too. Even though Dabo is a full >> application framework originally meant for

Re: a better solution for GUI in python

2007-03-11 Thread Uwe Grauer
ce wrote: > Hi, > > My company is using python currently for our website. We need to > develop a GUI front-end for our ERP that would be portable (Windows > and Linux). > > My question is which solution would be better for the GUI (and easier > to implement)? I knew there are something like wxidg

Re: Newbie Question

2007-02-13 Thread Uwe Grauer
Stef Mientki wrote: > [EMAIL PROTECTED] wrote: >> On 9 fév, 14:06, Stef Mientki <[EMAIL PROTECTED]> wrote: > will explain the rest Delphi is a (dying) proprietary, MS-Windows-only[1] software relying on a low-level language. >>> Well it may be dying, >>> but for the moment it beats Py

Re: C/C++, Perl, etc. to Python converter

2007-01-05 Thread Uwe Grauer
mm wrote: > > Is there a Perl to Python converter? > Or in general: a XY to Python converter? > > Is see, that Python is much better then Perl anyway. > But for beginners, they whant to konw how is this done with Python etc. > > Sure, there are some docus out there in the internet. But a convert

Python for Lazarus (not Delphi)

2006-07-23 Thread Uwe Grauer
Does anyone know if something similar to Python for Delphi does exist for lazarus? Thanks for any pointers, Uwe -- http://mail.python.org/mailman/listinfo/python-list

How to stop winpdb programatically

2006-04-18 Thread Uwe Grauer
How can i stop winpdb at a special point in a file? I know that there is set_trace() in pdb which stops execution in the debugger, but how to do this in winpdb? Thanks for hints, Uwe -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: FreeImagePy 1.2.2

2006-02-19 Thread Uwe Grauer
Andrew Gwozdziewycz wrote: >> Knowing some details about PIL and as good as no details about >> FreeImage, I would like in this context to become enlightened by the >> answer to the question, when does it make sense to use FreeImage instead >> of PIL? >> From what I know up to now I can't see any

Re: Programming Language for Systems Administrator

2005-04-13 Thread Uwe Grauer
Kanthi Kiran Narisetti wrote: > Hi All, > > Thank You for your suggestionsI request you all to eloborate the > Uses(In Practical) for systems administrator.Some of my questions > regarding the same follows. > > 1)Can i build web applications in Python ? If so how. I am planning to > build a w

Re: database in python ?

2005-04-12 Thread Uwe Grauer
Pierre-Frédéric Caillaud wrote: > >> MySQL is an excellent option is very well documented. It is also a >> defacto standard for OpenSource databases. > > > MySQL sucks for anything but very very basic stuff as it supports > no transactions, foreign keys, procedures, triggers, concurrency,

Re: WYSIWYG wxPython "IDE"....?

2005-02-07 Thread Uwe Grauer
Simon John wrote: Tim Hoffman wrote: Have you tried Boa Constructor ? http://boa-constructor.sourceforge.net/ Yeah, I was never very impressed with it either. The current version doesn't seem to work with wxPython 2.5.3.1 though I guess there isn't a GUI builder that does what I want, back to

Re: database questions ala newbie pythonist

2004-12-02 Thread Uwe Grauer
Weinhandl Herbert wrote: chris wrote: ... This works fine using the literals 0 (For Delstatus) and 1190 (for ProductID) But when I try to use a variable such as: ### ... varA = '0' varB = '1190' mycursor.execute('Update Categories Set

Re: comment out more than 1 line at once?

2004-11-30 Thread Uwe Grauer
Riko Wichmann wrote: I'm using emacs (with python-mode) to do most of my editing. also tried IDLE from python already, which is nice but an old dog doesn't like to learn new tricks :) Maybe I just don't know to comment out whole blocks using editor commands. Probably the trick Marc mentions in