Keeper not starting up

General discussions and questions.
Post Reply
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Keeper not starting up

Post 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!
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Keeper not starting up

Post by timurhai »

Hi!
Try to run in the console (cmd.exe).
May be it ouputs some errors.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Keeper not starting up

Post 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
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Keeper not starting up

Post 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
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Keeper not starting up

Post by Khiladi »

Yes, I did that I ran start.cmd, it opens a terminal and then closes it. That's it.
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Keeper not starting up

Post 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
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Keeper not starting up

Post 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"
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Keeper not starting up

Post 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'
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Keeper not starting up

Post 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
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Khiladi
Posts: 34
Joined: Mon Jul 06, 2020 6:49 am

Re: Keeper not starting up

Post by Khiladi »

Will do it Thanks!!!
Post Reply