On Thu, May 21, 2020 at 3:44 AM Peter Otten <__pete...@web.de> wrote:
>
> Larry Martell wrote:
>
> > I have some code that uses the pyvirtualdisplay package and it works fine.
> >
> > pyvirtualdisplay,Display calls EasyProcess like this:
> >
> >@classmethod
> >def check_installed(cl
Larry Martell wrote:
> I have some code that uses the pyvirtualdisplay package and it works fine.
>
> pyvirtualdisplay,Display calls EasyProcess like this:
>
>@classmethod
>def check_installed(cls):
>EasyProcess([PROGRAM, '-help'], url=URL,
>ub
I have some code that uses the pyvirtualdisplay package and it works fine.
pyvirtualdisplay,Display calls EasyProcess like this:
@classmethod
def check_installed(cls):
EasyProcess([PROGRAM, '-help'], url=URL,
ubuntu_package=PACKAGE).check_installed(