Skip to content

Commit

Permalink
qthread issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
c-arthurs committed Sep 16, 2020
1 parent ef5d94e commit 0549f19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DAB_application.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DEPLOY MAC
# sudo pyinstaller -F --windowed -p /Users/callum/callum/TMAPP/scripts --add-data "/Users/callum/callum/TMAPP/scripts:scripts" --icon=scripts/docs/he.icns DAB_application.py
# sudo pyinstaller -F --windowed -p /Users/callum/callum/TMAPP/scripts --add-data "/Users/callum/callum/TMAPP/scripts:scripts" --add-binary "/Users/callum/Library/Application Support/pyinstaller/bincache00_py37_64bit/libopenslide.0.dylib:." --icon=scripts/docs/he.icns DAB_application.py
# Windows
# pyinstaller -F --windowed -p C:/Users/Daniel/Downloads/TMAPP-master/TMAPP-master/scripts --add-data "C:/Users/Daniel/Downloads/TMAPP-master/TMAPP-master/scripts;scripts" --icon=scripts/docs/he.ico DAB_application.py

Expand All @@ -21,7 +21,7 @@
from skimage import color
from PIL import Image

sys._MEIPASS = '.' # for running locally
# sys._MEIPASS = '.' # for running locally

class MyWindow(QMainWindow):
def __init__(self):
Expand Down
37 changes: 0 additions & 37 deletions dab_analysis_application.spec

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/Cut_Application_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
have been applied and then reapply them when the image is needed - for the remove small objects phase
"""

sys._MEIPASS = '.' # for running locally
# sys._MEIPASS = '.' # for running locally


# setup the Graphics scene to detect clicks
Expand Down
2 changes: 1 addition & 1 deletion scripts/DAB_layout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</size>
</property>
<property name="text">
<string>Whole Slide Image Exporter</string>
<string>TMA WSI Exporter</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0549f19

Please sign in to comment.