Skip to content
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

Issue with fresh installation #299

Open
ankitsing opened this issue Jun 17, 2022 · 0 comments
Open

Issue with fresh installation #299

ankitsing opened this issue Jun 17, 2022 · 0 comments

Comments

@ankitsing
Copy link

An error occurred while loading Voltron:

Traceback (most recent call last):
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/entry.py", line 57, in
import voltron
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 95, in
setup_env()
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 31, in setup_env
pkg_plugins=PluginDirectory('plugins', parent=PackageDirectory())
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 49, in init
self.add(**kwargs)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 114, in add
self._children[key].prepare()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 439, in prepare
self.load()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 445, in load
self._pm.load_plugins(self.path)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 65, in load_plugins
self.load_plugins(filepath)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 61, in load_plugins
mod = imp.load_module(modname, file, path, descr)
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/plugins/debugger/dbg_lldb.py", line 579
log.warning(f"Exception when saving hook index for unregistering. {e}")
^
---Type to continue, or q to quit---
SyntaxError: invalid syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant