Am 20.03.20 um 16:55 schrieb Damon Lynch:
> Hi Tobias,
>
> Coincidentally I noticed that bug myself. The fix is this:
>
> At or about line 228 in setup.py see the two lines starting with 'if
> not' that tests for the path:
>
> class raphodo_sdist(sdist):
> def run(self):
> if not os.
Hi Tobias,
Coincidentally I noticed that bug myself. The fix is this:
At or about line 228 in setup.py see the two lines starting with 'if
not' that tests for the path:
class raphodo_sdist(sdist):
def run(self):
if not os.path.isdir('build'):
os.mkdir('build')
sel
Am 18.03.20 um 05:29 schrieb Damon Lynch:
> Sorry, I didn't notice that there is a bug in the setup.py file:
>
> The end of line 268 is missing a comma. Lines 268 & 269 should be:
>
> 'PyGObject',
> 'PyQt5',
>
> I have no idea if this bug in setup.py actually pops up in the Debia
Sorry, I didn't notice that there is a bug in the setup.py file:
The end of line 268 is missing a comma. Lines 268 & 269 should be:
'PyGObject',
'PyQt5',
I have no idea if this bug in setup.py actually pops up in the Debian
build process (I never noticed it when building it). If
Package: rapid-photo-downloader
Version: 0.9.17-1
Severity: important
Version 0.9.19 is released, with some important bug fixes that
directly affect the usability of the program on high DPI screens, as
well as on recent versions of Qt.
In this release, changes have been made to the file setup.py.
5 matches
Mail list logo