nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

Should not ship its own copy of Thrift and Evernote API client as separate packages #484

Open Kwpolska opened 8 years ago

Kwpolska commented 8 years ago

The current setup.py ships /usr/lib/python2.7/site-packages/everpad and /usr/lib/python2.7/site-packages/thrift. This leads to conflicts with other packages that use Thrift. Your custom copy of Thrift should be shipped as eg. everpad.thrift.

Kwpolska commented 8 years ago

The same issue applies to the Evernote API client.