-1

I'm currently working my way through this guide which details how to make a reddit bot. followed the first step and ran my code in Python IDLE but had an issue because I didn't have PRAW downloaded.

My question is how exactly do I download PRAW? I looked around and tried downloading it through a few methods but none of them seemed to work for me. Currently working my way through this method but I keep getting an error: Fatal error in launcher. Unable to create process using...

jmecs
  • 143
  • 2
  • 13
  • 1
    Can you show us the error? Also , why didn't the "last methods" didn't work? –  Nov 09 '16 at 21:24

1 Answers1

0

Try the following

  1. Download the zip from https://pypi.python.org/pypi/praw#downloads
  2. Unzip.
  3. python setup.py install
r0xette
  • 898
  • 3
  • 11
  • 24