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

Running on Windows without installing. #2

Open
timinaust opened this issue Feb 5, 2022 · 0 comments
Open

Running on Windows without installing. #2

timinaust opened this issue Feb 5, 2022 · 0 comments

Comments

@timinaust
Copy link
Owner

I don't use Windows these days, but I have checked it runs on Windows 10 under Python 3.9.10 and wxPython 4.1.1 without the need to install git and other utilities or any special permissions.

Download python 3.9 using the appropriate windows installer from here
Run the installer, and make sure you check the boxes to install 'pip' and 'Add Python to the environment variables'.

Check python runs by opening a new cmd window and typing.
C:...> python --version
Python 3.9.10

Install wxPython using
C:... > pip install -U wxPython
This installs wxPython, pillow and its dependencies.

Download metamorphose2 zip files from this branch of this repository and expand.
Download exif zip files from Ianare's exif repository.

Expand and move the contents of the exif-py-master/exif-py-master to metamorphose2...\metamorphose2...\src/exif folder.

Run metamorphose2.bat

Hint: You can rename and move folders to make them more convenient to find.

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