unseenlaser / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

python-src is not empty in python-build directory #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Check out a fresh copy of the repository
2. cd python-build
3. run build.sh

build.sh expects that the directory python-src will be empty, which is the 
condition for replacing it with the 2.6.2 source.  It's not, as the file 
sysconfig.h is in there, so the directory has to be removed before build.sh 
will run to completion.

This is on revision eb84776c23f9 on Ubuntu.

I'm happy to attach an hg bundle, but "hg rm python-build/python-src" should 
fix the issue.

Original issue reported on code.google.com by matthewt...@gmail.com on 21 May 2011 at 9:32