Page 1 of 1

Keeper not starting up

Posted: Thu Jul 30, 2020 8:14 am
by Khiladi
Hi Timurhai,

I have been trying to start cgru in windows.
Whenever I run start.cmd in cgru root folder, nothing happens.
No CGRU in system tray.

Thanks!

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:15 am
by timurhai
Hi!
Try to run in the console (cmd.exe).
May be it ouputs some errors.

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:32 am
by Khiladi
Hey Thanks for the reply

Did that but it doesn't show any errors. Here is the link to the screen capture.
https://drive.google.com/file/d/1sZoivc ... sp=sharing

Thanks

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:36 am
by timurhai
You can not to send movies, better just copy text here.
You should run start.cmd
start - is command that runs raises new cmd.exe window

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:40 am
by Khiladi
Yes, I did that I ran start.cmd, it opens a terminal and then closes it. That's it.

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:44 am
by Khiladi
OKay I did that again now this message is coming in terminal

CGRU_VERSION 2.3.1
"Using CGRU Python: C:\cgru.2.3.1.windows\cgru.2.3.1\python"

but still keeper not started

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:48 am
by timurhai
1. Can you find keeper (python3 with keeper) process in some process viewer?
- may be you unable to see tray icon, but keeper is running.
2. Try to run "start.cmd f"

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 8:51 am
by Khiladi
Hi
I did what you asked and this came

CGRU_VERSION 2.3.1
"Using CGRU Python: C:\cgru.2.3.1.windows\cgru.2.3.1\python"
Traceback (most recent call last):
File "C:\cgru.2.3.1.windows\cgru.2.3.1\utilities\keeper\keeper.py", line 36, in <module>
from Qt import QtWidgets
File "C:\cgru.2.3.1.windows\cgru.2.3.1\lib\python\Qt.py", line 43, in <module>
import shutil
File "C:\cgru.2.3.1.windows\cgru.2.3.1\python\lib\shutil.py", line 10, in <module>
import fnmatch
File "C:\cgru.2.3.1.windows\cgru.2.3.1\python\lib\fnmatch.py", line 14, in <module>
import re
File "C:\cgru.2.3.1.windows\cgru.2.3.1\python\lib\re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 9:02 am
by timurhai
It seems that Python that came with CGRU does not work.
It definitely works on other machines.

Have you changed it somehow?
Have you some special python environment on than machine? (May be some PYTHON_PATH, PYTHON_HOME variables?)
Try to unpack a fresh CGRU archive on a fresh Windows machine.

Try to reset some environment first:

Code: Select all

SET PATH=
SET PYTHON_HOME=
SET PYTHON_PATH=
start.cmd f

Re: Keeper not starting up

Posted: Thu Jul 30, 2020 9:06 am
by Khiladi
Will do it Thanks!!!