django-toosimple-q icon indicating copy to clipboard operation
django-toosimple-q copied to clipboard

Error when run on Windows - Signal USR1

Open paulocoutinhox opened this issue 1 year ago • 0 comments

Hi,

Im gettings this error on Windows:

  File "C:\Users\rebec\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\django_toosimple_q\management\commands\worker.py", line 71, in handle
    signal.signal(signal.SIGUSR1, self.handle_signal)
                  ^^^^^^^^^^^^^^
AttributeError: module 'signal' has no attribute 'SIGUSR1'

Can you fix it?

Thanks.

paulocoutinhox avatar Jul 03 '24 18:07 paulocoutinhox