DocNow / diffengine

track changes to the news, where news is anything with an RSS feed
MIT License
177 stars 30 forks source link

exceptions directory not copied during setup #86

Closed scotnewsedits closed 4 years ago

scotnewsedits commented 4 years ago

Updating an old installation ( 0.1.2 ) of diffengine downloaded latest and ran setup.py. sudo python3 setup.py install

exceptions directory not copied over to the diffengine-0.2.7-py3.5.egg directory

My quick fix was to cp -a from diffengine-source/diffengine-master/exceptions/ to /usr/local/lib/python3.5/dist-packages/diffengine-0.2.7-py3.5.egg

edsu commented 4 years ago

Did you download the latest from PyPI v0.2.7? What is on master is not yet ready for prime time.

scotnewsedits commented 4 years ago

I took the master as my older installation of Linux Mint 18 was having to be coaxed into downloading packages from alternate sources to get the correct versions anyway. It appears to be working now and sending tweet diffs.

edsu commented 4 years ago

Ok, thanks for kicking the tires on it, and please let us know of other problems you run into.