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

Error by running index.py #16

Closed
10Meisterbaelle opened this issue Oct 1, 2019 · 5 comments
Closed

Error by running index.py #16

10Meisterbaelle opened this issue Oct 1, 2019 · 5 comments

Comments

@10Meisterbaelle
Copy link

Silica Compiler 1.1.0 Traceback (most recent call last): File "index.py", line 226, in <module> main() File "index.py", line 53, in main tweak_release = PackageLister.GetTweakRelease() File "/home/nepeta/Downloads/Silica-master/util/PackageLister.py", line 55, in GetTweakRelease with open(self.root + "Packages/" + tweakEntry + "/silica_data/index.json", "r") as content_file: FileNotFoundError: [Errno 2] No such file or directory: '/home/nepeta/Downloads/Silica-master/util/../Packages/Test/silica_data/index.json'

@Shugabuga
Copy link
Owner

Duplicate of #15.

@10Meisterbaelle
Copy link
Author

It's different, compare the errors.

@Shugabuga
Copy link
Owner

I did. They're both errors caused by a missing or mal-formatted index.json file for the package. Python just complains slightly differently.

@10Meisterbaelle
Copy link
Author

10Meisterbaelle commented Oct 4, 2019 via email

@Shugabuga
Copy link
Owner

Shugabuga commented Oct 4, 2019

Look at the README for an example of an index.json file. It'll go in the package's silica_data file.

This has to be done for every package.

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