[Distutils] how to build a python extension with a shared object in osx10.11

2017-07-27 Thread bin
tents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo" -create -output build/temp.macosx-10.11-intel-2.7/main.o /var/folders/45/gz7ljrz94mdct3nvm9l5ftnrgp/T/main-684613.o /var/folders/45/gz7ljrz94mdct3nvm9l5ftnrgp/T/main-94fc36.o c++ -bundle -undefined dynamic_lookup -arch i386

Re: [Distutils] Using Scripts\foo.exe on a python which doesn't have Distribute installed?

2013-05-25 Thread Mohd Kamal Bin Mustafa
On Sat, May 25, 2013 at 4:16 PM, Matt Wilkie map...@gmail.com wrote: That looks very interesting Nick! Do you know of any small or smallish programs using this I could inspect and learn from? Most of the references I find surround pyinstaller it's specfile format. This article explain about

Re: [Distutils] RFC: Egg cache fro self-contained buildout

2013-05-13 Thread Mohd Kamal Bin Mustafa
+1 For deployment, I have a script that create a svn tag from trunk, run buildout and create tarball of the resulting buildout. On the production, another script will unpack the tarball and rerun buildout but this time with -N -o and since the eggs already in the tarball, it's very quick and it

[Distutils] Help with buildout

2013-03-31 Thread Kamal Bin Mustafa
Got this when running your buildout so I can't test the generated interpreter:- Error: There is a version conflict. We already have: colander 0.9.9 but notaliens-web 0.0 requires 'colander0.9.9'. notaliens.com/eggs/PasteDeploy-1.5.0-py2.7.egg', Does it a typo or really correct path ? Assuming