So, I have a problem.
I wrote a Reddit login in Python using the Reddit API, (I was following a tutorial) but I have a problem:
It requires two external modules or libraries or whatever you call them in python.
Requests: HTTP for Humans — Requests 1.2.0 documentation
and
8.18. pprint ? Data pretty printer — Python v2.7.4 documentation
So, my problem: I have absolutely no idea how to add these so that my .py file can use them.
Anyone wanna help?
Thanks.
Results 1 to 6 of 6
Threaded View
- 08 Apr. 2013 08:52pm #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 3.35
[Python] Anyone feel like helping me?