Re: Python 3.2 Debug build

2011-03-22 Thread Benjamin Kaplan
x27;ll get the latest commit instead of the stable 3.2 release. > > > From: Santoso Wijaya [mailto:santoso.wij...@gmail.com] > Sent: Thursday, March 17, 2011 6:05 PM > To: Willis Cheung > Cc: python-list@python.org > Subject: Re: Python 3.2 Debug build > > > > L

RE: Python 3.2 Debug build

2011-03-22 Thread Willis Cheung
: python-list@python.org Subject: Re: Python 3.2 Debug build Looks like something tripped over whitespaces in path names for svn tools. Try checking out a working copy from the hg repository? ~/santa On Thu, Mar 17, 2011 at 3:54 PM, Willis Cheung wrote: Hi all, I'm trying to buil

Re: Python 3.2 Debug build

2011-03-17 Thread Santoso Wijaya
Looks like something tripped over whitespaces in path names for svn tools. Try checking out a working copy from the hg repository? ~/santa On Thu, Mar 17, 2011 at 3:54 PM, Willis Cheung wrote: > Hi all, > > I'm trying to build the debug version of Python 3.2. I downloaded the py3k > folder fro

Re: Python 3.2 Debug build

2011-03-17 Thread Terry Reedy
On 3/17/2011 6:54 PM, Willis Cheung wrote: Hi all, I'm trying to build the debug version of Python 3.2. I downloaded the py3k folder from the python SVN. Just so you know, Python SVN is now a read-only historical arifact. Development now happens in the hg repository. If you build x.y docs, yo

Python 3.2 Debug build

2011-03-17 Thread Willis Cheung
Hi all, I'm trying to build the debug version of Python 3.2. I downloaded the py3k folder from the python SVN. Then I opened the pcbuild.sln and tried to build the "python" project. However the build failed when I got an error from the project "pythoncore" which I think "python" depends on? The er