LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


View Poll Results: Which python3 should ship in Slackware 15.0?
Python 3.9 33 33.33%
Python 3.10 66 66.67%
Voters: 99. You may not vote on this poll

Reply
  Search this Thread
Old 11-04-2021, 07:43 AM   #151
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,372

Rep: Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088

Quote:
Originally Posted by chrisretusn View Post
Well it was identified
Code:
d/python3-3.9.7-x86_64-2.txz: Rebuilt.
       Back to Python 3.9, which seems to be the best version to use at this time.
That said, I agree.

I've been following this thread, was well aware of this and waiting for it to appear in ChangeLog.txt There probably should have been a note at the top of ChangeLog.txt. The quote @marav posted would have been sufficient. One can maybe assume outside of the obvious "py", "python" packages everything "Rebuilt" was against python 3.9; however there are a few "Upgraded" in there too that need python. Any way my preferred mirror hasn't picked up the changes yet, so I wait until after the next cron job tomorrow. To start dealing with this and the real gotcha in that ChangeLog.txt
I for one, I know few forums that tracks the latest changes in :
- kernel
- proposed DEs : KDE and XFCE
- Nvidia
- VirtualBox
- last release of various softwares

And who publishes the changelog of the last updates
 
Old 11-05-2021, 07:38 AM   #152
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,975

Rep: Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552
Quote:
Originally Posted by marav View Post
I for one, I know few forums that tracks the latest changes in :
- kernel
- proposed DEs : KDE and XFCE
- Nvidia
- VirtualBox
- last release of various softwares

And who publishes the changelog of the last updates
Confused regard the "I for one" in response to what?

Those are all awesome things about "this" forum. I wouldn't know what other distribution forums are doing. This forum is the only distribution forum I use.

As for the fifth item on the list, that is debatable. Doesn't really matter anyway.

To answer that last question, you do, thanks for that.

None of this changes my opinion and the fact that I agreed with marrowsuck, that a note at the top of that entry in ChangeLog.txt would have been nice.
 
1 members found this post helpful.
Old 11-05-2021, 02:27 PM   #153
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 239Reputation: 239Reputation: 239
Off line for a while; going back to python3.9 (after upgrading to current current):
Code:
bash-5.1# ls -l /usr/lib64/python3.10/site-packages/  | wc -l
468
will be half of that;-) egg-info leads to a doubling...
Code:
ls -l /usr/lib64/python3.10/site-packages/  | grep -v 'info' | wc -l
256

Last edited by brobr; 11-05-2021 at 02:41 PM.
 
Old 11-05-2021, 02:46 PM   #154
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,372

Rep: Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088Reputation: 4088
Quote:
Originally Posted by chrisretusn View Post
Confused regard the "I for one" in response to what?

Those are all awesome things about "this" forum. I wouldn't know what other distribution forums are doing. This forum is the only distribution forum I use.

As for the fifth item on the list, that is debatable. Doesn't really matter anyway.

To answer that last question, you do, thanks for that.

None of this changes my opinion and the fact that I agreed with marrowsuck, that a note at the top of that entry in ChangeLog.txt would have been nice.
Not specificaly your post (I'll give you that, quoting your post is not very relevant)
I'm just giving my opinion that when a forum provides a certain amount of information, it's hard to complain about not having it.

Everyone should be able to figure it out on their own.
 
Old 11-05-2021, 10:12 PM   #155
wael_h
Member
 
Registered: Mar 2009
Location: Phoenix, Arizona
Distribution: Slackware
Posts: 102

Rep: Reputation: 39
Hello everyone;

I made a lot of noise over this python thing the other day, I did not mean to be rude to Mr. Patrick Volkerding or jump over his head.
I get to use and enjoy Slackware for free, I am very grateful for that. I like to think I am not the only one frustrated without a release.

I am not a python expert at all. Also one needs to know a lot more than few things about Slackware to decide which package to include / exclude from Slackware.
In short what I want to say is that I know a lot less than I seem to ... if anyone got mad at me; here is a song for you.

Have great weekend everyone
Wael Hammoudeh

Last edited by wael_h; 11-05-2021 at 10:13 PM. Reason: correct typo
 
3 members found this post helpful.
Old 11-05-2021, 10:17 PM   #156
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,508

Original Poster
Rep: Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473
Quote:
Originally Posted by wael_h View Post
... if anyone got mad at me; here is a song for you.
I saw Chuck play that song back in 1995.

No worries, not mad, and have a good weekend yourself!
 
1 members found this post helpful.
Old 11-06-2021, 01:17 AM   #157
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,975

Rep: Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552Reputation: 1552
Quote:
Originally Posted by marav View Post
Not specificaly your post (I'll give you that, quoting your post is not very relevant)
I'm just giving my opinion that when a forum provides a certain amount of information, it's hard to complain about not having it.

Everyone should be able to figure it out on their own.
Agree!
 
Old 11-06-2021, 03:41 AM   #158
luvr
Member
 
Registered: May 2005
Location: Boom - The Home Town of Tomorrowland, Belgium
Distribution: Slackware, Xubuntu
Posts: 459
Blog Entries: 2

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by wael_h View Post
I totally agree that adding 3.10 was premature. Had I been asked BEFORE the addition, my answer would have been not now.
That would have been my answer, too.

Quote:
Now it was already added, I voted to keep it, I still do hold this opinion. When I say the whole world is moving to 3.10, I am not concerned with other distribution here, all python code is going to be ported to 3.10 and soon.
I didn’t vote, since I didn’t feel like I understood enough about the consequences of either option. My gut feeling kept telling me that upgrading to 3.10 at this time was somewhat over-ambitious and would only result in further delaying the Slackware 15.0 stable release for no apparent advantage, as far as I could see.

I think I’ll try and remember to treat my gut feeling with the kind of respect that it obviously deserves, should a similar question come up again sometime in the future. I guess I’d better vote, then, according to what it is trying to tell me.
 
2 members found this post helpful.
Old 11-06-2021, 04:32 PM   #159
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 974

Rep: Reputation: 239Reputation: 239Reputation: 239
Since reinstalling python-3.9 and all the other stuff, some gui's are working again. There were crashes when resizing windows (Carla, and maybe RaySession); Is this becauseo 3.10 might not gel well with PyQt5?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu 16.04 LTS to Ship Without Python 2, Windows Printers Detection Affected LXer Syndicated Linux News 0 03-07-2016 01:21 AM
LXer: Canonical should sell hardware to ship Ubuntu for Android LXer Syndicated Linux News 0 09-01-2012 10:51 PM
LXer: Python Python Python (aka Python 3) LXer Syndicated Linux News 0 08-05-2009 08:30 PM
LXer: News Bits: Red Hat Plans to Ship Next Version of Linux, Gefen ... LXer Syndicated Linux News 0 12-29-2006 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration