Who's Online
23 user(s) are online (
18 user(s) are browsing
Forums )
Members: 0
Guests: 23
more...
Topic options
View mode
Newest First
Python 2 libraries
Posted on:
2022/10/23 14:13
#1
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
Collections is a fundamental module for Python, but it is not existing in our SYS:System/Python/lib. Presumably, we at least should have all the modules from package: libpython2.7-minimal? Is it a simple matter of copying the PY files over. I am guessing so .....
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Re: Python 2 libraries
Posted on:
2022/10/23 16:05
#2
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
Right, collections was not released in until after 2.5.6.
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Anonymous
Re: Python 2 libraries
@all I didn't want to start a new thread, so maybe i can hijack yours? I guess its not possible to add libs from releases later than our 2.5.x Python? I'd need "argparse", but that was introduced in 3.2 ... And i guess a newer port of Python is out of the question too? (I have no idea how much work is involved for that to happen, though, sorry for asking)
Re: Python 2 libraries
Posted on:
2022/11/10 0:13
#4
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
When I get around to it I will attempt a port of Python 2.7 since if anyone is running Py scripts from version 2, it is generally at least 2.7. As you know, we only support 2.5 right now. ArgParse is also in version 2 I believe. Unless someone else is thinking about it, version 3 is just not on the horizon right now. I do think - though - that a version of 2.7 will be good for us.
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Anonymous
Re: Python 2 libraries
@rjd324 Cool Humm, but argparse can't be found it says...need to look for it online then
Re: Python 2 libraries
Posted on:
2022/11/10 11:09
#7
Site Builder
Joined: 2006/12/2 23:57Last Login
: Yesterday 12:01
From Athens/Dublin
Group:
Registered Users Webmasters
@Raziel
Quote:
I'd need "argparse", but that was introduced in 3.2 Please have a look at my aiostreams code, because I am using something like that and maybe it is useful for you too.
https://github.com/walkero-gr/aiostreams/blob/master/argparse.py
Anonymous
Re: Python 2 libraries
@walkero
Why, thanks a lot, the error i was getting is gone now
Unfortunately it needs yet another package and that will be a nogo.
lxml has too many other dependancies
Re: Python 2 libraries
Posted on:
2022/11/12 3:04
#9
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
I have a version of 2.7.3 running on the X5000 at the moment. I need to do some more testing and see if I can improve the PYTHONPATH / PYTHONHOME situation.
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Anonymous
Re: Python 2 libraries
@rjd324
Need a betatester?
Re: Python 2 libraries
Posted on:
2022/11/17 1:03
#11
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
@Raziel I just sent you a message.
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Re: Python 2 libraries
Posted on:
2024/7/1 21:34
#12
Not too shy to talk
Joined: 2023/6/26 23:59Last Login
: 3/24 2:37
From UK
Group:
Registered Users
Did this ever see the light of day? I mean, I assume not, or it would be out there?
Amiga x5040 ı 16GB ı RX580 GB-A1000 060@100, A1200 PiStorm32-Lite CM4
Re: Python 2 libraries
Posted on:
2024/8/28 0:05
#13
Quite a regular
Joined: 2021/12/20 2:52Last Login
: Yesterday 22:37
From UK
Group:
Registered Users
@MartinW I have a fairly stable 2.7.18 version right now - which is the last version; including argparse and collections as expected.
If liberty means anything at all, it means the right to tell people what they do not want to hear. George Orwell.
Re: Python 2 libraries
Posted on:
2024/8/28 8:52
#14
Not too shy to talk
Joined: 2023/6/26 23:59Last Login
: 3/24 2:37
From UK
Group:
Registered Users
Have since discovered that realistically python v2 anything isn’t of any use to me. I was working with pygame which like most stuff these days needs at least v3. I have no idea which version of v3. I’m in the process of porting it to C++ but I’m having to relearn C++ so it’s slow going and things have stalled for now due to life.
Amiga x5040 ı 16GB ı RX580 GB-A1000 060@100, A1200 PiStorm32-Lite CM4
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)