Author Topic: Big Python3 Update  (Read 8402 times)

Offline TerryN

  • Administrator
  • Hero Member
  • **********
  • Posts: 3924
Re: Big Update
« Reply #30 on: August 21, 2022, 11:24:46 AM »
I have still a Pysol problem, and that is with sound, I do not get any.
Code: [Select]
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

This error is caused by a change in Python 3.10.  Fixing requires a patch or update to the application concerned.  I haven't found any yet.

EDIT: See https://www.pclinuxos.com/forum/index.php/topic,158215.msg1364325.html#msg1364325
Logged
Self build - Intel i7-2600K, 8GB RAM, NVIDIA GTX 560 graphics
Acer TC-885 - Intel i7-8700 16GB RAM, Intel UHD 630 graphics
PCLinuxOS 2022 (KDE)
|Twitter|
|Mastodon|

Offline kalwisti

  • Hero Member
  • ********
  • Posts: 822
Re: Big Update
« Reply #31 on: August 21, 2022, 12:24:59 PM »
The GnuCash error message is:
Code: [Select]
[david@lenovo-pc ~]$ gnucash
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fb3e2789080 (most recent call first):
Aborted


*fixed*

Thank you very much, kind sir! You also sneakily upgraded GnuCash to ver. 4.11.  8)
Logged
Registered Linux User # 442201

ASUS Prime B560M-A AC mobo, Intel Core i3-10105F CPU, 16 GB RAM, Gigabyte GeForce GTX 1650 GPU, Crucial 500 GB NVMe, Thermaltake Versa H18 TG case // PCLinuxOS LXQt 2022.11

Offline kalwisti

  • Hero Member
  • ********
  • Posts: 822
Re: Big Update
« Reply #32 on: August 21, 2022, 12:28:52 PM »
The Sigil error message:
Code: [Select]
[david@lenovo-pc ~]$ sigil
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f4719a52400 (most recent call first):
Aborted

*fixed*

Thank you for taking such good care of us, Texstar.  :)
Logged
Registered Linux User # 442201

ASUS Prime B560M-A AC mobo, Intel Core i3-10105F CPU, 16 GB RAM, Gigabyte GeForce GTX 1650 GPU, Crucial 500 GB NVMe, Thermaltake Versa H18 TG case // PCLinuxOS LXQt 2022.11

Offline Igon

  • Jr. Member
  • **
  • Posts: 46
Re: Big Update
« Reply #33 on: August 21, 2022, 12:37:14 PM »
FF Multi Converter is not launching on the systems I updated. It's laumching on the others I haven't.

Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/ffmulticonverter", line 4, in <module>
    from ffmulticonverter import ffmulticonverter
ModuleNotFoundError: No module named 'ffmulticonverter'
Logged

Offline TerryN

  • Administrator
  • Hero Member
  • **********
  • Posts: 3924
Re: Big Update
« Reply #34 on: August 21, 2022, 12:48:17 PM »
The pyqtwebengine stopped working after the update.
It seems that it has detached from the repo and must be installed via PIP.
In fact , doing
Code: [Select]
python3 -m pip install pyqt5

pyqt5 is python3-qt5 on pclos.  ;)
pyqtwebengine will need to be built.
Logged
Self build - Intel i7-2600K, 8GB RAM, NVIDIA GTX 560 graphics
Acer TC-885 - Intel i7-8700 16GB RAM, Intel UHD 630 graphics
PCLinuxOS 2022 (KDE)
|Twitter|
|Mastodon|

Offline TerryN

  • Administrator
  • Hero Member
  • **********
  • Posts: 3924
Re: Big Update
« Reply #35 on: August 21, 2022, 01:04:53 PM »
FF Multi Converter is not launching on the systems I updated. It's laumching on the others I haven't.

Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/ffmulticonverter", line 4, in <module>
    from ffmulticonverter import ffmulticonverter
ModuleNotFoundError: No module named 'ffmulticonverter'

Rebuilt and sent to Dropbox
ffmulticonverter-1.8.0-6pclos2022
Logged
Self build - Intel i7-2600K, 8GB RAM, NVIDIA GTX 560 graphics
Acer TC-885 - Intel i7-8700 16GB RAM, Intel UHD 630 graphics
PCLinuxOS 2022 (KDE)
|Twitter|
|Mastodon|

Offline Texstar

  • Administrator
  • Super Villain
  • **********
  • Posts: 27355
  • Spring, Texas
    • PCLinuxOS
Re: Big Update
« Reply #36 on: August 21, 2022, 01:12:43 PM »
I have still a Pysol problem, and that is with sound, I do not get any.
Code: [Select]
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

This error is caused by a change in Python 3.10.  Fixing requires a patch or update to the application concerned.  I haven't found any yet.

I have sound effects in pysolfc. I don't have music but not sure if I am supposed to.


[tex@localhost ~]$ rpm -qa|grep pysol
python3-pysol-cards-0.14.2-1pclos2022
pysolfc-2.15.0-2pclos2022
pysol-sound-server-3.20-3pclos2022
python3-pysol-sound-server-3.20-3pclos2022
pysolfc-cardsets-2.1-2pclos2022

https://www.youtube.com/watch?v=hcJhqXWC5QM
Logged

Offline Texstar

  • Administrator
  • Super Villain
  • **********
  • Posts: 27355
  • Spring, Texas
    • PCLinuxOS
Re: Big Update
« Reply #37 on: August 21, 2022, 02:01:15 PM »
I have updated now and rebooted everything ok.
I turned off the machine and turned on the computer again while entering the password at login, the coffee machine automatically turned on and started, I didn't think it was included in the big update ..... :D :D :D :D


great job thanks ..

 ;D ;D ;D TerryN must have snuck that in the updates!
Logged

Offline francesco bat

  • Hero Member
  • ********
  • Posts: 1478
  • X Window System
    • La Grotta del Pipistrello
Re: Big Update
« Reply #38 on: August 21, 2022, 02:30:08 PM »
Another application that after the update no longer works is Terminator.
If I run Terminator from another terminal (LOL  ;D ;D ;D ), I get this
Code: [Select]
$ terminator
Traceback (most recent call last):
  File "/usr/bin/terminator", line 47, in <module>
    import terminatorlib.optionparse
ModuleNotFoundError: No module named 'terminatorlib'
Bye
Francesco bat
Logged
Desktop and Windows Manager: Trinity Desktop, IceWM, Fluxbox, Openbox.



Offline NoIBnds

  • Hero Member
  • ********
  • Posts: 2911
  • KDE5-64bit
Re: Big Update
« Reply #39 on: August 21, 2022, 03:18:14 PM »
Another application that after the update no longer works is Terminator.
If I run Terminator from another terminal (LOL  ;D ;D ;D ), I get this
Code: [Select]
$ terminator
Traceback (most recent call last):
  File "/usr/bin/terminator", line 47, in <module>
    import terminatorlib.optionparse
ModuleNotFoundError: No module named 'terminatorlib'
Bye
Francesco bat

Logged
Retired from Fighting Crime and or Evil for Truth, Justice, and the American Way.

Time is a great teacher, but unfortunately it kills all it's pupils.

If you find typos in this post, it’s my keyboard’s fault

Offline Texstar

  • Administrator
  • Super Villain
  • **********
  • Posts: 27355
  • Spring, Texas
    • PCLinuxOS
Re: Big Update
« Reply #40 on: August 21, 2022, 03:28:11 PM »
Another application that after the update no longer works is Terminator.
If I run Terminator from another terminal (LOL  ;D ;D ;D ), I get this
Code: [Select]
$ terminator
Traceback (most recent call last):
  File "/usr/bin/terminator", line 47, in <module>
    import terminatorlib.optionparse
ModuleNotFoundError: No module named 'terminatorlib'
Bye
Francesco bat

*fixed*


Logged

Offline PelleB

  • Full Member
  • ****
  • Posts: 87
Re: Big Update
« Reply #41 on: August 21, 2022, 03:37:27 PM »
I have still a Pysol problem, and that is with sound, I do not get any.
Code: [Select]
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

This error is caused by a change in Python 3.10.  Fixing requires a patch or update to the application concerned.  I haven't found any yet.
I will have to wait, then. Everything else I use seems to work, that is nice.
Logged

Offline Texstar

  • Administrator
  • Super Villain
  • **********
  • Posts: 27355
  • Spring, Texas
    • PCLinuxOS
Re: Big Update
« Reply #42 on: August 21, 2022, 04:12:15 PM »
I have still a Pysol problem, and that is with sound, I do not get any.
Code: [Select]
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

This error is caused by a change in Python 3.10.  Fixing requires a patch or update to the application concerned.  I haven't found any yet.
I will have to wait, then. Everything else I use seems to work, that is nice.

Sound effects work in pysolfc. I don't know why it isn't working for you.

https://www.youtube.com/watch?v=hcJhqXWC5QM

[tex@localhost ~]$ rpm -qa|grep pysol
python3-pysol-cards-0.14.2-1pclos2022
pysolfc-2.15.0-2pclos2022
pysol-sound-server-3.20-3pclos2022
python3-pysol-sound-server-3.20-3pclos2022
pysolfc-cardsets-2.1-2pclos2022
Logged

Online The CrankyZombie

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 11848
    • Safe and Secure
Re: Big Update
« Reply #43 on: August 21, 2022, 05:04:07 PM »
I turned off the machine and turned on the computer again while entering the password at login, the coffee machine automatically turned on and started, I didn't think it was included in the big update ..... :D :D :D :D

Wait what, you got cheated then..... mine also set out a mug and poured the creamer and sugar in it.
Logged
In memory of Dudley Do Wright - Feb 6 2009 - Oct 26 2016
ChimpBox Quad Core Prototype - AMD Fusion APU A4-5200 - Radeon HD8330 Graphics - 16GB DDR3 - KDE

Offline kjpetrie

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 11646
  • Cogito ergo qui est?
    • K J Petrie
Re: Big Update
« Reply #44 on: August 21, 2022, 05:59:13 PM »
Goldie cat stole python3-pillow and was sleeping on it. I sent it out to go to the software repo in a couple of hours.

Tex

I'm looking forward to downloading a cat.
Logged
KJP
-----------------------------------------------------------
PClos64 KDE on AMD 5700X on A520M DS3H (Rev 1.0), 32GB RAM, Asus EN210 (nouveau) GPU,  3 Kingston and one OC-Z SSDs, Amilo LSL 3220T & TMT 19558MT monitors.

https://www.kjpetrie.co.uk/