Skip to content

Commit

Permalink
macOS app: add tkinter_gl to required packages, exclude OpenGL
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Nov 25, 2024
1 parent ec27ba1 commit ffc0280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac_osx_app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):
plist_dict['PythonInfoDict']['PythonLongVersion'] = sys.version
plist_dict['PythonInfoDict']['py2app']['version'] = py2app_version
packages = 'snappy,spherogram,snappy_manifolds,snappy_15_knots,plink,cypari,FXrays,'
packages += 'IPython,pygments,plink,pyx,lib2to3,knot_floer_homology,low_index'
packages += 'IPython,pygments,plink,pyx,knot_floer_homology,low_index,tkinter_gl'

try:
import jedi
Expand All @@ -84,7 +84,7 @@ def run(self):
APP = ['SnapPyApp.py']
DATA_FILES = ['SnapPy.sdef']
OPTIONS = {'argv_emulation': False,
'excludes': 'scipy,numpy,wx,wxversion,wxPython,matplotlib,sphinx,idlelib,docutils,curses,cython,Cython,pandas',
'excludes': 'scipy,numpy,wx,wxversion,wxPython,matplotlib,sphinx,idlelib,docutils,curses,cython,Cython,pandas,OpenGL',
'packages': packages,
# 'frameworks': 'Tcl.framework,Tk.framework',
'includes': 'tkinter,gzip,tarfile,readline,pydoc,fractions',
Expand Down

0 comments on commit ffc0280

Please sign in to comment.