neocities/python-neocities

Unable to import Neocities Library

Closed this issue · 5 comments

Python3.6 complains that the Library does not exist when trying to import.

Python file attached.
spreadsheet.txt

The code is just for my personal use and is very shoddy. I apologize for the half-baked code. :)

You're running your code with python3, and you ran python setup.py install, right? If so, the installer probably ran with python 2.

What is the output of python --version? If it's 2.x, you probably need to run python3 setup.py install.

The version is Python 3.6.4

screenshot 68
Screenshot shows that Neocities Library is installed.

Issue solved by updating virtual environment.