PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
347 stars 84 forks source link

Wrong font path #21

Closed francesco-vannini closed 7 years ago

francesco-vannini commented 8 years ago

papirus-write under build/scripts-2.7/ still has the old font path

shawaj commented 8 years ago

Think that file is not used at all?

francesco-vannini commented 8 years ago

the files under build are used when setup is lunched. Removing the build folder before setup fixes the issue as a new build folder gets created with the correct files. I suspect that if a file is present it does not get overwritten.

shawaj commented 8 years ago

So it seems like the best thing to do is remove the build folder completely then as we update software here, new installs will get the correct build files?

francesco-vannini commented 8 years ago

Yes, it is working on my branch

shawaj commented 8 years ago

Can you do a PR on that then? As the one you have done only includes an update to the inheritance problem, not the removing of the build folder

francesco-vannini commented 8 years ago

I have created a PR but be careful as in the PR there is more than just the deletion of the build folder. There is also a review of the README and the text.py files.

shawaj commented 8 years ago

whats wrong with readme and text.py?

shawaj commented 8 years ago

@francesco-vannini is there still something wrong with readme and text.py?

If they are separate issues to this, could you put them in separate issues?