Graveflo/BDO_Enhancement_Tool

Getting it to build feedback

Arielore opened this issue · 3 comments

Hi,

I am pretty exited to get to try this program! I struggled to get the environment just right to build it so I attached the Yaml file that anaconda made to help others to skip that fun.

I had two minor problems after following the readme;

  1. build_run.py line#60 fails the build as the folder 'QtCommon/forms' is not included with the source. I just made an empty folder and it was happy.
  2. One additional dependency had to be installed 'pyqtgraph' that wasn't on the readme list.

My yaml anaconda environment for win10 in PyCharm:
environment.txt

Thanks for your efforts!

Hey, thanks for giving feedback. I added pyqtgraph to the requirements and I believe I fixed the build error a while ago. I'm going to go ahead and push to the code base even though there are some experimental things I'm working on. I probably should have branched but whatever. Pull and see if that helps.

Nice, built on first try.