Re: Avoiding re-inventing a wheel

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Avoiding re-inventing a wheel
Date: 2016-08-12 17:10:24
Message-ID: e01f9b30-ae2b-6c65-305b-8115d147234b@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/12/2016 09:42 AM, Rich Shepard wrote:
> On Fri, 12 Aug 2016, Adrian Klaver wrote:
>
>> FYI regular(classic) wxPython does not support Python 3. If you are
>> looking forward you want:
>> https://www.wxpython.org/Phoenix/docs/html/index.html
>
> Adrian,
>
> Yes, I'm aware of this and decided that this new application should be
> written using Python3 and Phoenix.

Alright.

As to your other questions, it depends.

Is your existing application sufficiently modular, abstracted that you
can migrate portions?

Or are the various levels tightly coupled and you are looking to start
from scratch?

>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2016-08-12 17:20:14 Re: Avoiding re-inventing a wheel
Previous Message Rich Shepard 2016-08-12 16:42:11 Re: Avoiding re-inventing a wheel