Camelot 13.04.13 released

2013-05-06 Thread erikj
Hello, Camelot 13.04.13 has been released. Camelot provides components to build business applications on top Python, SQLAlchemy and Qt. For screenshots, see : http://www.python-camelot.com/ An overview of the changes can be found here :

Re: regarding compiling the Python 2.7 and 3.3 with mingw

2012-12-27 Thread erikj
Hi, have you been able to resolve this issue for 3.3 ? I've arrived at the same point after applying the patches mentioned here : http://bugs.python.org/issue3754 and creating a custom site.config Thx, Erik On Wednesday, December 26, 2012 1:16:00 AM UTC+1, ginzzer wrote: Hi all, For

Camelot 11.11.16

2011-11-17 Thread erikj
Hello, Camelot 11.11.16 has been uploaded to PyPi. Camelot is an open source RAD framework that leverages Python, Sqlalchemy and Qt to build rich desktop applications. Many built in features make applications built with Camelot user and developer friendly. This release mainly brings the

Python SDK for Windows 2011.07.03 released

2011-07-05 Thread erikj
we are pleased to announce a new release of our Python SDK for Windows more info at : http://www.python-camelot.com/cpd.html Changes --- a number of packages have been updated, including the Spyder IDE, and some new packages have been added. What is it The PythonSDK for

Camelot 11.05.13

2011-05-14 Thread erikj
Hello, Camelot 11.05.13 has been released, and available from PyPi or http://www.python-camelot.com/ ** What is Camelot ** Camelot is an open source framework that leverages Python, SQLAlchemy and Qt to build rich desktop applications. Many built in features make applications built with Camelot

Re: position independent build of python

2010-12-04 Thread erikj
On Dec 3, 5:05 pm, de...@web.de (Diez B. Roggisch) wrote: erikj tw55...@gmail.com writes: If my understanding is correct, the sys.prefix variable holds the root directory python uses to find related files, and eg its site-packages. the value of sys.prefix is specified at compile time

position independent build of python

2010-12-01 Thread erikj
Hi, If my understanding is correct, the sys.prefix variable holds the root directory python uses to find related files, and eg its site-packages. the value of sys.prefix is specified at compile time. it seems that on windows, when I build/install python at one location, and later move it to

Camelot 10.11.27 : leverage Python, QT and SQLAlchemy

2010-11-27 Thread erikj
Dear all, Camelot 10.11.27 has been released. Camelot is an open source RAD framework that leverages Python, Sqlalchemy and Qt to build database applications. Inspired by the Django admin interface, Camelot allows a developer to define the database model and Camelot will create the views.

Re: Python for professsional Windows GUI apps?

2009-08-29 Thread erikj
On Aug 27, 2:31 pm, Neuruss luis...@gmail.com wrote: On 26 ago, 05:29, erikj tw55...@gmail.com wrote: Hi, You could have a look at Camelot, to see if it fits your needs :http://www.conceptive.be/projects/camelot/ it was developed with cross platform business apps in mind.  when

Re: Python for professsional Windows GUI apps?

2009-08-26 Thread erikj
Hi, You could have a look at Camelot, to see if it fits your needs : http://www.conceptive.be/projects/camelot/ it was developed with cross platform business apps in mind. when developing Camelot, we tried to build it using wxWidgets first (because of the licensing at that time), but it turned