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

Create a Script to Ease Retrieval of Dependencies for Usage From Source #1392

Closed
nvaccessAuto opened this issue Feb 26, 2011 · 1 comment
Closed

Comments

@nvaccessAuto
Copy link

Reported by TheProgrammer on 2011-02-26 03:50
Right now, in order to run NVDA from source, it is necessary to download quite a few (non-Python) dependencies (e.g., typelibs, IDL's, etc) and put them into very specific locations. To help with this process, after having had to do it myself, I was wondering if it would be possible to create a Python script that could download the dependencies, rename the ones that need renaming, and put them where they're supposed to go (perhaps via rules or instructions in a text or XML file). The urllib.urlretrieve module could be used for file retrieval, then, for files that are compressed, the zipfile module could be used to extract them. If you want to support dependency updates, the sha512 module could be used along with a file containing the SHA1 checksums of the files. Ideas? Suggestions?

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2011-02-26 21:08
Duplicate of #525.
Changes:
Added labels: duplicate
State: closed

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

No branches or pull requests

1 participant