Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

AttributeError: module 'signal' has no attribute 'SIGUSR1' undre windows when registering server #22

Closed
floAr opened this issue Sep 7, 2017 · 2 comments

Comments

@floAr
Copy link

floAr commented Sep 7, 2017

Trying to register a server with aetros-0.10.3.tar.gz in anaconda environment on python 3.6

(phd) C:\Users\floar>aetros server floAr/Pandora
Traceback (most recent call last):
  File "d:\programs\anaconda3\envs\phd\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "d:\programs\anaconda3\envs\phd\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "D:\Programs\Anaconda3\envs\phd\Scripts\aetros.exe\__main__.py", line 9, in <module>
  File "d:\programs\anaconda3\envs\phd\lib\site-packages\aetros\__init__.py", line 91, in main
    code = command.main(cmd_args)
  File "d:\programs\anaconda3\envs\phd\lib\site-packages\aetros\commands\ServerCommand.py", line 148, in main
    signal.signal(signal.SIGUSR1, self.on_signusr1)
AttributeError: module 'signal' has no attribute 'SIGUSR1'
@marcj
Copy link
Member

marcj commented Sep 7, 2017

Thanks for the report. We are aware of those Windows issues and try to fix them ASAP. This signal issue should be an easy one tho' :)

@marcj
Copy link
Member

marcj commented Sep 8, 2017

Fixed with version 0.10.4

@marcj marcj closed this as completed Sep 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants