-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac python2.7报错;饿 #282
Comments
@zcutlip this happens as well on my fresh install
Installed via |
paging @snare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error occurred while loading Voltron:
Traceback (most recent call last):
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/entry.py", line 57, in
import voltron
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/init.py", line 95, in
setup_env()
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/init.py", line 31, in setup_env
pkg_plugins=PluginDirectory('plugins', parent=PackageDirectory())
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/env.py", line 49, in init
self.add(**kwargs)
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/env.py", line 114, in add
self._children[key].prepare()
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/file.py", line 439, in prepare
self.load()
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/file.py", line 445, in load
self._pm.load_plugins(self.path)
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/plugin.py", line 65, in load_plugins
self.load_plugins(filepath)
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/scruffy/plugin.py", line 61, in load_plugins
mod = imp.load_module(modname, file, path, descr)
File "/Users/liumeng/Library/Python/2.7/lib/python/site-packages/voltron/plugins/debugger/dbg_lldb.py", line 579
log.warning(f"Exception when saving hook index for unregistering. {e}")
^
SyntaxError: invalid syntax
Please ensure Voltron is installed correctly per the documentation: https://github.com/snare/voltron/wiki/Installation
The text was updated successfully, but these errors were encountered: