Skip to content

Commit

Permalink
Adapt to new setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Nov 23, 2017
1 parent 132b2c2 commit aa81ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cx_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def load_PyQt4_Qt(finder, module):
print("Error building PyMca")
sys.exit(1)

cmd = "python setup.py install --install-lib %s --distutils" % PyMcaInstallationDir
cmd = "python setup.py install --install-lib %s --install-data %s --distutils" % \
(PyMcaInstallationDir, PyMcaInstallationDir)
if os.system(cmd):
print("Error building PyMca")
sys.exit(1)
Expand Down

0 comments on commit aa81ad0

Please sign in to comment.