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

Standalone tool and bugfixes #1

Open
MPavicevic opened this issue Oct 28, 2019 · 3 comments
Open

Standalone tool and bugfixes #1

MPavicevic opened this issue Oct 28, 2019 · 3 comments

Comments

@MPavicevic
Copy link
Owner

Similar structure to Dispa-SET. Needs debugging in order to work properly (currently commons are not loaded properly)

@MPavicevic MPavicevic added the bug Something isn't working label Oct 28, 2019
@Mangips
Copy link
Collaborator

Mangips commented Oct 28, 2019

Regarding this I tried to fix it appending the "dispaset_sidetools" path (I found this when looking for a solution on the internet about this), and it seems to work:

So I just include these lines before the commons:
import sys
sys.path.append(r"C:\Users\Andrea\GitHub\DispaSET---Side-Tools\dispaset_sidetools")

@MPavicevic
Copy link
Owner Author

In the latest update I fixed the problem with the relative paths. Now everything should work fine

@MPavicevic
Copy link
Owner Author

@evajoskin Can you please verify verify this. Just clean up all scripts with:

import sys,os
sys.path.append(os.path.abspath(r'../..'))

@MPavicevic MPavicevic removed the bug Something isn't working label Apr 1, 2020
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

2 participants