Translating to Kylix might be quite easy. There have been articles
about writing code so that it will run on either by sensing whether Windows
or Linux and automatically using the appropriate directives.
My problem with both Delphi and Kylix is in getting them to connect
with PostgreSQL and SQLite. Any suggestions? From what I have read, ODBC or
JDBC may do it, but I have experience with neither.
--
http://mail.python.org/mailman/listinfo/python-list
- Re: Delphi/Kylix and Python John Tiedeman
- Re: Delphi/Kylix and Python Tim Roberts