Skip to content

Commit

Permalink
BF: macOS Standalone crashing with autocomplete turned on
Browse files Browse the repository at this point in the history
setupAppp needs to package parso outside the site-packages.zip

fixes #3170
  • Loading branch information
peircej committed Sep 29, 2020
1 parent 17a29cf commit 687e81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def dyld_find(name, loader=None, **kwargs):
'badapted', 'darc_toolbox', # adaptive methods from Ben Vincent
'questplus',
'metapensiero.pj', 'dukpy', 'macropy',
'jedi',
'jedi','parso',
'psychtoolbox',
'freetype', 'h5py',
]
Expand Down

0 comments on commit 687e81d

Please sign in to comment.