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

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 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 a

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 anot

Re: Python for professsional Windows GUI apps?

2009-08-29 Thread erikj
On Aug 27, 2:31 pm, Neuruss wrote: > On 26 ago, 05:29, erikj 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

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 o