Setting Up the Python Reddit API Wrapper Module

Moved Reddit API wrapper to /Library/Python/2.6/site-packages and ran ‘python setup_mod.py install’ on Mac with Python 2.6. Error encountered:

Traceback (most recent call last):
  File "setup_mod.py", line 10, in <module>
    load_file('reddit_pkg/__init__.py')
IOError: No such file: 'reddit_pkg/__init__.py'

Request step-by-step installation guidance.

hey harry47, try checking if the reddit_pkg/init.py actually exists in the package folder. you maby be in the wrong dirctory when running setup_mod.py. make sure you’re in the module base folder before installin.