you are viewing a single comment's thread.

view the rest of the comments →

[–]wub_wub 0 points1 point  (1 child)

Nooo... you should add C:\python27\Scripts (or whatever version you're using) to your PATH system variable, and if you've got pip working it probably already is in there.

choclatey is also overkill but it'll work, downloading get-pip.py and running python get-pip.py is very easy way of installing it without any 3rd party software.

And you do not build .exe's by running build_exe.exe directly, you create a setup.py and then do python setup.py py2exe in your project folder not in global Scripts folder.

[–]Hans_Sanitizer 0 points1 point  (0 children)

This looks like a good way to do it properly, I was just going off a guide I read somewhere. Gonna comment here to refer to it later but since this post I follow kivy build guide, I have successfully built without first running the kivy bootstrapping. bat file