I downloaded a python module(wx) from repository. Now, how to I install manually in windows instead of using pip. Downloaded file is "wx-3.0.3.tar.gz". After extraction where do I kept the files within python installation directory?
Asked
Active
Viewed 770 times
0
-
Is there a reason why you cannot use pip? – Antimony May 03 '17 at 19:10
-
I tried to install it in my office. I am not able to do there. I don't know why. Via browser the repository open properly, but while using pip it makes problem. – mohangraj May 04 '17 at 05:19
-
Did you try downloading the .exe file from [here](https://wxpython.org/download.php)? – Antimony May 04 '17 at 16:55