From 70daaa91e16fd2d0436f92920f2e1d026872fa74 Mon Sep 17 00:00:00 2001 From: Ethan Jucovy Date: Sun, 5 May 2013 10:17:14 -0400 Subject: [PATCH] debugging --- fassembler-boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fassembler-boot.py b/fassembler-boot.py index 88db097..57a9184 100755 --- a/fassembler-boot.py +++ b/fassembler-boot.py @@ -1272,7 +1272,7 @@ def after_install(options, home_dir): show_stdout=True) logger.indent += 2 try: - call_subprocess([os.path.abspath(join(home_dir, 'bin', 'easy_install')), 'mysql-python'], + call_subprocess([os.path.abspath(join(home_dir, 'bin', 'easy_install')), 'mysql-python==1.2.2'], cwd=os.path.abspath(fassembler_dir), filter_stdout=filter_python_develop, show_stdout=False)