From afe4545cd46640e0c887829ff1d3966846e2b0c8 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 16 Aug 2008 03:37:25 -0700 Subject: [PATCH] install pyximport on Cython installation --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 5a3c138a..fa272c95 100644 --- a/setup.py +++ b/setup.py @@ -101,3 +101,8 @@ setup( **setup_args ) + +# Now install pyximport +os.chdir('pyximport') +os.spawnlp(os.P_WAIT, 'python', 'python', 'Setup.py', *sys.argv[1:]) +os.chdir('..') -- 2.26.2