[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-05-30 Thread Dave Stroud
I found a way to run psfc.Install windows version with wine.Works
perfect.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-05-02 Thread Miguel Ángel García
Bug is documented in [pysolfc
#217](https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793)
and solved in pysolfc 2.14. Ubuntu 22.04 is installing pysolfc 2.6.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-04-24 Thread Bug Watch Updater
** Changed in: pysolfc (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-04-23 Thread Juhani Numminen
** Bug watch added: Debian Bug tracker #1008708
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008708

** Also affects: pysolfc (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008708
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-04-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: pysolfc (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-04-16 Thread Chuck Pool
I too am at a loss for repairing or mitigating Ubuntu 22.04 Beta's python3.10 
'deprecated formatter.py' and its status as 'obsolete, little used, and 
untested' in a bug-ticket found from Aug of 2021. My Pysolfc will not start on 
Ubuntu Beta 22.04 and it is annoying to say the least. I am not facile at 
coding and although I can compile programs with minor difficulty and easily 
follow directions with BASH, every 'fix' I've read leaves me with pysolfc in 
some kind of 'stutter-stop' loop. 
If there are any directions for exploring the hang-ups in Beta 22.04 Ubuntu, 
I'd really appreciate them as I've exhausted my abilities.
Thanks
Oh I tried to document my issues using Terminal output:

:~$ Uname -a

Linux doc-Lat-E7470 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22
UTC 2022 x86_64 x86_64 x86_64 GNU/Linux


:!$ lsb_release -crid

Distributor ID: Ubuntu
Description:Ubuntu Jammy Jellyfish (development branch)
Release:22.04
Codename:   jammy


:~$ apt policy pysolfc

pysolfc:
  Installed: 2.6.4-3
  Candidate: 2.6.4-3
  Version table:
 *** 2.6.4-3 500
500 http://us.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu jammy/universe i386 Packages
100 /var/lib/dpkg/status


:~$ /usr/games/pysolfc

Traceback (most recent call last):
  File "/usr/games/pysolfc", line 36, in 
from pysollib.main import main  # noqa: E402,I202
  File "/usr/share/games/pysolfc/pysollib/main.py", line 30, in 
from pysollib.app import Application
  File "/usr/share/games/pysolfc/pysollib/app.py", line 32, in 
from pysollib.images import Images, SubsampledImages
  File "/usr/share/games/pysolfc/pysollib/images.py", line 28, in 
from pysollib.pysoltk import copyImage, createBottom, createImage, loadImage
  File "/usr/share/games/pysolfc/pysollib/pysoltk.py", line 35, in 
from pysollib.tile.tkhtml import *  # noqa: F401,F403
  File "/usr/share/games/pysolfc/pysollib/tile/tkhtml.py", line 29, in 
from pysollib.ui.tktile.tkhtml import Base_HTMLViewer
  File "/usr/share/games/pysolfc/pysollib/ui/tktile/tkhtml.py", line 28, in 

import pysollib.htmllib2 as htmllib
  File "/usr/share/games/pysolfc/pysollib/htmllib2.py", line 7, in 
from formatter import AS_IS
ImportError: cannot import name 'AS_IS' from 'formatter' 
(/usr/lib/python3.10/formatter.py)

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1967793] Re: pysolfc no longer works in 22.04 due to python changes

2022-04-04 Thread Manfred Hampl
Remote bug reports:

https://bugzilla.redhat.com/show_bug.cgi?id=1990043
https://github.com/shlomif/PySolFC/issues/217

** Bug watch added: Red Hat Bugzilla #1990043
   https://bugzilla.redhat.com/show_bug.cgi?id=1990043

** Bug watch added: github.com/shlomif/PySolFC/issues #217
   https://github.com/shlomif/PySolFC/issues/217

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967793

Title:
  pysolfc no longer works in 22.04 due to python changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pysolfc/+bug/1967793/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs