praxes / hexrd

Legacy hexrd repository (python2.7)
http://hexrd.readthedocs.org
14 stars 42 forks source link

distutils install is broken #84

Closed joelvbernier closed 9 years ago

joelvbernier commented 9 years ago

I pulled in the recent changes to praxes and now I get the following:

bernier2@bernier2-Satellite-C855:~/github/hexrd$ hexrd gui system: Linux Traceback (most recent call last): File "/home/bernier2/anaconda/bin/hexrd", line 9, in load_entry_point('hexrd==0.3.0.dev-149-gb1b4fbe-dirty', 'console_scripts', 'hexrd')() File "/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/cli/main.py", line 70, in main args.func(args, p) File "/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/cli/gui.py", line 37, in execute from hexrd.wx import mainapp File "/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/wx/mainapp.py", line 36, in from hexrd.wx.mainframe import MainFrame File "/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/wx/mainframe.py", line 40, in from hexrd import copyright File "/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/copyright.py", line 38, in with open(os.path.join(os.path.dirname(file), COPYRIGHT_FILE), 'r') as f: IOError: [Errno 2] No such file or directory: '/home/bernier2/anaconda/lib/python2.7/site-packages/hexrd-0.3.0.dev_149_gb1b4fbe_dirty-py2.7-linux-x86_64.egg/hexrd/COPYING'


incidentally, the conda build is still broken on the windows machines I've tried... :-/

joelvbernier commented 9 years ago

builds now (at least on Linux) no longer update from source either...