Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Config problem running locally #47

Closed cheshire137 closed 5 years ago

cheshire137 commented 5 years ago

Similar to the error in #46, I'm getting the following when I try to run createadmin.py from the sdv directory:

% python createadmin.py
Traceback (most recent call last):
  File "createadmin.py", line 2, in <module>
    from config import config
ImportError: cannot import name 'config'

I'm using Python 3.6.4 in macOS. My sdv/config.py file contains only this:

% cat sdv/config.py
#!/usr/bin/env python
cheshire137 commented 5 years ago

Closing this out as the readme now has steps for creating a config file.