astroufsc / chimera

Chimera - Observatory Automation System
http://chimera.sf.net/
GNU General Public License v2.0
36 stars 18 forks source link

[chimera-console] script not working #79

Open wschoenell opened 9 years ago

wschoenell commented 9 years ago

chimera-console script is not working. See below.

(chimera)dhcp-10-181-27-26:chimera-lna william$ chimera-console --help
Traceback (most recent call last):
  File "/Users/william/.virtualenvs/chimera/bin/chimera-console", line 27, in <module>
    from chimera.controllers.console import Console
ImportError: No module named console
wschoenell commented 9 years ago

I've found the missing files on the old repository: https://code.google.com/p/chimera/source/browse/#svn%2Fbranches%2Fchimera-new-scripts%2Fsrc%2Fchimera%2Fcontrollers%2Fconsole

This repository was migrated from googlecode without migrating the branches. This is why the code for the console is missing.

wschoenell commented 9 years ago

The missing files can be found here: 573ce2b0326910624f78f98efd5a00592656804a. It still does not work, probably because of all the changes on the core on the past years. The last commit of this was in 2008.