Skip to content

Commit 687e81d

Browse files
committed
BF: macOS Standalone crashing with autocomplete turned on
setupAppp needs to package parso outside the site-packages.zip fixes #3170
1 parent 17a29cf commit 687e81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setupApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def dyld_find(name, loader=None, **kwargs):
104104
'badapted', 'darc_toolbox', # adaptive methods from Ben Vincent
105105
'questplus',
106106
'metapensiero.pj', 'dukpy', 'macropy',
107-
'jedi',
107+
'jedi','parso',
108108
'psychtoolbox',
109109
'freetype', 'h5py',
110110
]

0 commit comments

Comments
 (0)