-
Notifications
You must be signed in to change notification settings - Fork 33
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
No main.py created in windows?? #77
Comments
Sadly, I have no idea and never tried to install it on a Windows machine. Anybody else? |
Maybe we should include the one created by |
@slormo can you pick the PS: Keep the file name as-is; Python is not looking for a #!/usr/bin/env python3
import mastodon_archive
if __name__ == "__main__":
mastodon_archive.main() The |
Nope, still doesn't work I'm afraid. I tried the command, and got this error still.
|
Yes, |
I've moved it to the correct location, but it still throws up the exact same error. |
Did you call it with
i.e. include the |
After installing the repo as instructed, I ran the command to test it.
C:\Users\****>python3 mastodon-archive archive [email protected]
This returned the error:
It looks like a main.py file was not created. Any help?
The text was updated successfully, but these errors were encountered: