Re: Preparing release 2.3.1

2007-07-17 Thread Torsten Kurbad
Hi Michael, > I'd like to release 2.3.1 soon. still one question: Do you plan to upload some .eggs to PyPI then? I meanwhile successfully build eggs for i686-linux as well as Mac OS X 10.4 PPC (Intel platforms should work the same way) using Py 2.3 + 2.4. Nice to have would be an egg for the Wind

Re: Preparing release 2.3.1

2007-07-17 Thread Timur Izhbulatov
Torsten Kurbad wrote: > Hi Michael, >> I'd like to release 2.3.1 soon. > still one question: Do you plan to upload some .eggs to PyPI then? > I meanwhile successfully build eggs for i686-linux as well as Mac OS X 10.4 > PPC (Intel platforms should work the same way) using Py 2.3 + 2.4. > > Nice t

Re: Preparing release 2.3.1

2007-07-17 Thread Torsten Kurbad
Timur Izhbulatov wrote: > Don't forget that the easy_install command works perfectly with > project download pages on sf.net. So, I don't think it is necessary to > upload .eggs to PyPI. The question for me is: Does zc.buildout support this method. To clearify: We are developing projects that are

Re: Preparing release 2.3.1

2007-07-17 Thread Timur Izhbulatov
Torsten Kurbad wrote: > Timur Izhbulatov wrote: >> Don't forget that the easy_install command works perfectly with >> project download pages on sf.net. So, I don't think it is necessary to >> upload .eggs to PyPI. > The question for me is: Does zc.buildout support this method. To clearify: We > ar

Re: Preparing release 2.3.1

2007-07-17 Thread Torsten Kurbad
Timur Izhbulatov wrote: > > According to [1] buildout supports the 'find-links' option which > should solve your problem. Yes, I actively use that option to support our local eggs... ;o) So, not to get into some misunderstandings here: You'd like to keep the _precompiled_ .eggs in sf.net , not ju

Re: Preparing release 2.3.1

2007-07-17 Thread Alain Spineux
Hi I tried the CVS head and got problem First I got this error when building the egg cc: unrecognized option '-R/usr/local/openldap-2.3/lib' The full command is /kolab/bin/cc -pthread -shared build/temp.linux-i686-2.4/Modules/LDAPObject.o build/temp.linux-i686-2.4/Modules/ldapcontrol.o build/te

Re: Preparing release 2.3.1

2007-07-17 Thread Alain Spineux
I did this, and it looks to be working. Also with my unicode extension :-) diff -r -c python-ldap-2.3.1/Modules/constants.c python-ldap/Modules/constants.c *** python-ldap-2.3.1/Modules/constants.c Tue Jun 5 11:56:15 2007 --- python-ldap/Modules/constants.c Tue Jul 17 15:26:14 2007 ***

Re: Preparing release 2.3.1

2007-07-17 Thread Alain Spineux
Hi again Could you add a note about how to build an egg at the end of INSALL file ? To avoid to spend 10min looking for the correct syntax in the setuptools documentation :-) python setup.py bdist_egg thanks On 7/17/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > I did this, and it looks to be

Re: Preparing release 2.3.1

2007-07-17 Thread Torsten Kurbad
Alain Spineux wrote: > Hi again > > Could you add a note about how to build an egg at the end of INSALL file ? > To avoid to spend 10min looking for the correct syntax in the > setuptools documentation :-) > The setup.py comes with a very neat option that could have saved you lots of trouble an

Re: Preparing release 2.3.1

2007-07-17 Thread Michael Ströder
Alain Spineux wrote: > I did this, and it looks to be working. Ouch! Modules/constants.c was not comitted to CVS. Thanks. > Also with my unicode extension :-) I knew you would ask for it. I will follow-up on this later... Ciao, Michael. -

Re: Preparing release 2.3.1

2007-07-17 Thread Michael Ströder
Torsten Kurbad wrote: >> I'd like to release 2.3.1 soon. > still one question: Do you plan to upload some .eggs to PyPI then? > I meanwhile successfully build eggs for i686-linux as well as Mac OS > X 10.4 PPC (Intel platforms should work the same way) using Py 2.3 + > 2.4. > > Nice to have would

Re[2]: Preparing release 2.3.1

2007-07-17 Thread Torsten Kurbad
On Wednesday, July 18, 2007 at 08:01 Michael Ströder wrote: > Being in the role of the maintainer I'm always concerned about > continuous support for a certain mechanism. Understandable. > Since .egg files are > platform-specific the question arises: > Who is going to provide which builds for ev