Re: [Python-Dev] Unable to commit

2007-05-28 Thread Georg Brandl
Martin v. Löwis schrieb: >> Odd... the call worked here (SVN 1.4.3). Which version is the server using? > > 1.1. Subversion did a grand renaming at some point. I fixed most of the > functions when deploying the script, but apparently missed some. Okay. Is an upgrade planned? I've heard that sever

Re: [Python-Dev] Build problems with sqlite on OSX

2007-05-28 Thread Neal Norwitz
One other thing to check is to ensure that sqlite was compiled with -fno-strict-aliasing. I know there was a strange problem on one of the buildbots due to this flag not being present. I have no idea if that could be your problem here though. n -- On 5/28/07, "Martin v. Löwis" <[EMAIL PROTECTED

Re: [Python-Dev] Unable to commit

2007-05-28 Thread Martin v. Löwis
> I don't know. After some Googling, I found that the call might need to be: > > if fs.node_prop(txn_root, path, SVN_PROP_MIME_TYPE, > 'svn:special') == '*': continue No. Instead, the missing argument was the apr_pool_t parameter, which was mandatory earlier, and is optional in current r

Re: [Python-Dev] Build problems with sqlite on OSX

2007-05-28 Thread Martin v. Löwis
Darrin Thompson schrieb: > First of all 1000 apologies if this is the wrong list. Please redirect > me if necessary. The list is right, but the question is slightly wrong: > Can someone advise as to the correct configure arguments for sqlite or > something else I might be missing? The question f

Re: [Python-Dev] [Distutils] Adventures with x64, VS7 and VS8 on Windows

2007-05-28 Thread Martin v. Löwis
>> Is there a shell script to build a final distribution tree? If >> not, is there a simple way to build an MSI similar to the one found >> on the Python.org site for the official releases but using the >> PCBuild8 stuff? > > I believe not. It's actually not that difficult. You just have to run

Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-28 Thread Martin v. Löwis
Brett Cannon schrieb: > Unfortunately the pre-commit hook > does not specify what line a change was made on so I have no clue where > it is failing (maybe this should be added?). It creates a reindent.Reindenter on the new contents, then invokes .run() on it, and complains if that returns true. If

Re: [Python-Dev] [Distutils] Adventures with x64, VS7 and VS8 on Windows

2007-05-28 Thread Mark Hammond
> From: Jamie Kirkpatrick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 23 May 2007 5:16 AM > I have a set of extensions that use SWIG to wrap my own C++ library. This library, on a > day-to-day basis is built against VS8 since the rest of our product suite is. Right now > I have no way to work w

Re: [Python-Dev] Unable to commit

2007-05-28 Thread Martin v. Löwis
> Odd... the call worked here (SVN 1.4.3). Which version is the server using? 1.1. Subversion did a grand renaming at some point. I fixed most of the functions when deploying the script, but apparently missed some. Regards, Martin ___ Python-Dev mailing

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-28 Thread Martin v. Löwis
> Supporting both kinds (country and western) on the same machine might be > helpful > to people for this very reason. A lot of legacy modules are only avaible > in 32 bit mode. But people may want to do contemporary development using the > new 64 bit mode. Of course, people who really want tha

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-28 Thread Martin v. Löwis
> Development tools used on windows already have to cope with this. > Spaces are not going away, so why not bite the bullet and deal > with them? Moving forward sometimes means crossing rivers. But in a safe path, step by step. People continue to report problems with spaces in file names, even th

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-28 Thread Martin v. Löwis
>> It doesn't need to, and reluctance is not wrt. to the proposed new >> layout, but wrt. changing the current one. Tons of infrastructure >> depends on the files having exactly the names that they have now, >> and being located in exactly the locations where they are currently >> located. Any chan

Re: [Python-Dev] python/trunk/Lib/test/test_urllib.py (for ftpwrapper)

2007-05-28 Thread Facundo Batista
ocean wrote: > After I did this change, most errors were gone. > > Index: Lib/urllib.py > === > --- Lib/urllib.py (revision 55584) > +++ Lib/urllib.py (working copy) > @@ -833,7 +833,7 @@ > self.busy = 0 > self.ftp