Package Details: pyhoca-gui 0.6.1.1-1

Git Clone URL: https://aur.archlinux.org/pyhoca-gui.git (read-only, click to copy)
Package Base: pyhoca-gui
Description: Graphical client (wx) for the X2Go system
Upstream URL: http://www.x2go.org/
Licenses: AGPL
Submitter: Muflone
Maintainer: Muflone
Last Packager: Muflone
Votes: 13
Popularity: 0.000190
First Submitted: 2015-12-08 17:40 (UTC)
Last Updated: 2021-09-26 18:59 (UTC)

Latest Comments

dreieck commented on 2025-01-03 09:20 (UTC)

Launching this (freshly installed) fails with
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?:

Traceback (most recent call last):
  File "/usr/bin/pyhoca-gui", line 50, in <module>
    app.main(args=args, logger=logger, liblogger=liblogger)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/pyhoca/wxgui/launcher.py", line 404, in main
    thisPyHocaGUI = PyHocaGUI(args, logger, liblogger, appname=self.PROG_NAME, version=self.VERSION)
  File "/usr/lib/python3.13/site-packages/pyhoca/wxgui/frontend.py", line 239, in __init__
    x2go.X2GoClient.__init__(self, **_x2goclient_kwargs)
    ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/x2go/client.py", line 314, in __init__
    self.session_profiles = self.profiles_backend(config_files=[_sessions_config_file], logger=self.logger, broker_url=broker_url, broker_password=broker_password, broker_noauth=broker_noauth)
                            ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/x2go/backends/profiles/file.py", line 60, in __init__
    inifiles.X2GoIniFile.__init__(self, config_files=config_files, logger=logger, loglevel=loglevel)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/x2go/inifiles.py", line 102, in __init__
    self.iniConfig = configparser.SafeConfigParser()
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?

If I understand other information on the internet correctly, this is an issue popped up with newer python versions, and upstream needs to fix that.

perpf commented on 2021-12-13 13:59 (UTC)

Hi,

since shortly (probably since today) I get the following error when running pyhoca-gui:

Traceback (most recent call last):
  File "/usr/bin/pyhoca-gui", line 38, in <module>
    from pyhoca.wxgui import __VERSION__
ModuleNotFoundError: No module named 'pyhoca'

There have been a lot of updates to my regular python packages today, so there might be a connection.

Greetings!

jal666 commented on 2021-01-12 20:27 (UTC)

-> Downloading python-x2go-0.6.1.3.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 339 100 339 0 0 4913 0 --:--:-- --:--:-- --:--:-- 4913 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.