Skip to content

Commit

Permalink
LukeIS: weird pip hack to get .so files to install correctly on ubuntu
Browse files Browse the repository at this point in the history
r14806
  • Loading branch information
lukeis committed Nov 18, 2011
1 parent 4a546ab commit 70aa20e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file modified cpp/prebuilt/amd64/libwebdriver_firefox_ff6_64.so
Binary file not shown.
Binary file modified cpp/prebuilt/amd64/libwebdriver_firefox_ff7_64.so
Binary file not shown.
Binary file modified cpp/prebuilt/amd64/libwebdriver_firefox_ff8_64.so
Binary file not shown.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
from shutil import copy
import sys

from distutils.command.install import INSTALL_SCHEMES
for scheme in INSTALL_SCHEMES.values():
scheme['data'] = scheme['purelib']

def setup_python3():
# Taken from "distribute" setup.py
from distutils.filelist import FileList
Expand Down

0 comments on commit 70aa20e

Please sign in to comment.