Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)
Mozilla Public License 2.0
84
stars
37
forks
source link
build/build.py -- path.py not properly imported (path is not the same as Path) #186
Open
neoh4x0r opened 6 years ago
Using: path.py (10.5) on Debian 9 (stretch) The error message is:
Install path.py (via pip)
After installing path.py
The problem is that path should be Path
After changing references from path to Path -- the xpi was built.