X2Go Bug report logs - #1286
python3 support for pyhoca-gui

version graph

Package: pyhoca-gui; Maintainer for pyhoca-gui is X2Go Developers <x2go-dev@lists.x2go.org>; Source for pyhoca-gui is src:pyhoca-gui.

Reported by: Orion Poplawski <orion@nwra.com>

Date: Sat, 14 Apr 2018 17:30:02 UTC

Severity: normal

Found in version 0.5.0.7

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1286; Package pyhoca-gui. (Sat, 14 Apr 2018 17:30:02 GMT) (full text, mbox, link).


Acknowledgement sent to Orion Poplawski <orion@nwra.com>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sat, 14 Apr 2018 17:30:02 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Orion Poplawski <orion@nwra.com>
To: submit@bugs.x2go.org
Subject: python3 support for pyhoca-gui
Date: Sat, 14 Apr 2018 11:25:15 -0600
[Message part 1 (text/plain, inline)]
Package: pyhoca-gui
Version: 0.5.0.7

2to3 is not sufficient to add python3 support of pyhoca-gui.  The 
attached patches are needed as well.

file() is no longer present in python3.  The mro patch fixes:

/usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s'
Traceback (most recent call last):
  File "setup.py", line 212, in <module>
    class build_installer_bbfreeze(build_installer, Freezer, Command):
TypeError: Cannot create a consistent method resolution
order (MRO) for bases object, Command

-- 
Orion Poplawski
Manager of NWRA Technical Systems          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                 https://www.nwra.com/
[pyhoca-gui-file.patch (text/x-patch, attachment)]
[pyhoca-gui-mro.patch (text/x-patch, attachment)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1286; Package pyhoca-gui. (Sat, 14 Apr 2018 19:05:01 GMT) (full text, mbox, link).


Acknowledgement sent to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sat, 14 Apr 2018 19:05:01 GMT) (full text, mbox, link).


Message #10 received at 1286@bugs.x2go.org (full text, mbox, reply):

From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: Orion Poplawski <orion@nwra.com>, 1286@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#1286: python3 support for pyhoca-gui
Date: Sat, 14 Apr 2018 19:02:57 +0000
[Message part 1 (text/plain, inline)]
Hi Orion,

On  Sa 14 Apr 2018 19:25:15 CEST, Orion Poplawski wrote:

> Package: pyhoca-gui
> Version: 0.5.0.7
>
> 2to3 is not sufficient to add python3 support of pyhoca-gui.  The  
> attached patches are needed as well.
>
> file() is no longer present in python3.  The mro patch fixes:
>
> /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s'
> Traceback (most recent call last):
>   File "setup.py", line 212, in <module>
>     class build_installer_bbfreeze(build_installer, Freezer, Command):
> TypeError: Cannot create a consistent method resolution
> order (MRO) for bases object, Command

Thanks for giving Pyhoca-GUI and Python3 a shot. Has a python3'ish  
wxpython already landed in Fedora? Obviously.

In Debian, this is still all on Python2.

I'll take a look the coming week.

Mike
-- 

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de

[Message part 2 (application/pgp-signature, inline)]

Information forwarded to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>:
Bug#1286; Package pyhoca-gui. (Sat, 14 Apr 2018 21:00:02 GMT) (full text, mbox, link).


Acknowledgement sent to Orion Poplawski <orion@nwra.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>. (Sat, 14 Apr 2018 21:00:02 GMT) (full text, mbox, link).


Message #15 received at 1286@bugs.x2go.org (full text, mbox, reply):

From: Orion Poplawski <orion@nwra.com>
To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 1286@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#1286: python3 support for pyhoca-gui
Date: Sat, 14 Apr 2018 14:50:05 -0600
On 04/14/2018 01:02 PM, Mike Gabriel wrote:
> Hi Orion,
> 
> On  Sa 14 Apr 2018 19:25:15 CEST, Orion Poplawski wrote:
> 
>> Package: pyhoca-gui
>> Version: 0.5.0.7
>>
>> 2to3 is not sufficient to add python3 support of pyhoca-gui.  The 
>> attached patches are needed as well.
>>
>> file() is no longer present in python3.  The mro patch fixes:
>>
>> /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s'
>> Traceback (most recent call last):
>>   File "setup.py", line 212, in <module>
>>     class build_installer_bbfreeze(build_installer, Freezer, Command):
>> TypeError: Cannot create a consistent method resolution
>> order (MRO) for bases object, Command
> 
> Thanks for giving Pyhoca-GUI and Python3 a shot. Has a python3'ish 
> wxpython already landed in Fedora? Obviously.
> 
> In Debian, this is still all on Python2.
> 
> I'll take a look the coming week.
> 
> Mike

In Fedora there is python3-wxpython4.  Will probably need some porting.

https://wxpython.org/Phoenix/docs/html/MigrationGuide.html

-- 
Orion Poplawski
Manager of NWRA Technical Systems          720-772-5637
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion@nwra.com
Boulder, CO 80301                 https://www.nwra.com/


Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Mar 23 14:56:57 2023; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.