TeaM-TL / FotoKilof

GUI for ImageMagick and Wand
MIT License
294 stars 17 forks source link

Windows: Having problems installing program #152

Closed autisticgamer-500 closed 1 year ago

autisticgamer-500 commented 1 year ago

I am having a lot of trouble setting up/installing the program. I have tried both the .whl package and the source code. The instructions are unclear as to what to do. When i enter python -m pip install pywin32 fotokilof into the command prompt, it tells me that Python could not be found, even though I have Python 3.9 on my computer, just not under the program files folder.

TeaM-TL commented 1 year ago

Hi I think you don't have python in Path environment variable. Type in terminal: echo %Path% and check if you have python there.If not, you have to add by Control Panel or reinstall Python (but durig reinstall mark checkbox - add to Path)

TeaM-TL commented 1 year ago

no answer = no problem

autisticgamer-500 commented 1 year ago

Do I do this after regularly opening python?

On Sun, 26 Mar 2023 at 10:00, Tomasz Łuczak @.***> wrote:

no answer = no problem

— Reply to this email directly, view it on GitHub https://github.com/TeaM-TL/FotoKilof/issues/152#issuecomment-1483941931, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARRYNH6FB7IC22GPXPAX5GDW552JZANCNFSM6AAAAAAWDI3T3U . You are receiving this because you authored the thread.Message ID: @.***>

autisticgamer-500 commented 1 year ago

Also sorry for the late reply, I get a lot of emails and my phone doesn’t always inform me

On Sun, 26 Mar 2023 at 10:01, Thomas C. @.***> wrote:

Do I do this after regularly opening python?

On Sun, 26 Mar 2023 at 10:00, Tomasz Łuczak @.***> wrote:

no answer = no problem

— Reply to this email directly, view it on GitHub https://github.com/TeaM-TL/FotoKilof/issues/152#issuecomment-1483941931, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARRYNH6FB7IC22GPXPAX5GDW552JZANCNFSM6AAAAAAWDI3T3U . You are receiving this because you authored the thread.Message ID: @.***>

TeaM-TL commented 1 year ago

run cmd type: echo %Path% what is answer? Answer should contains path to Python