Python is an interpreted, interactive, object-oriented programming
language. It incorporates modules, exceptions, dynamic typing, very high
level dynamic data types, and classes. Python combines remarkable power
with very clear syntax. It has interfaces to many system calls and
libraries, as well as to various window systems, and is extensible in C or
C++. It is also usable as an extension language for applications that need
a programmable interface. Finally, Python is portable: it runs on many
brands of UNIX, on PCs under Windows, MS-DOS, and OS/2, and on the
Mac.
Attachment | Size | Date |
---|---|---|
python-3.3.5rc1-1.armv7hl.rpm | 13.83 MB | 28/02/2014 - 01:08 |
- Initial build
Comments
Umeaman
Tue, 2021/07/06 - 20:39
Permalink
This needs to be updated.
SebMa
Fri, 2019/11/29 - 20:43
Permalink
@NielDK Hi, your Python v3.3 depends on the wrong version of `libssl`, can you help me ? :
<code>
$ rpm -qf $(which python3)
Python-3.3.5rc1-1.armv7hl
$ $(which python3) -V
/usr/bin/python3: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
$ ls -F /usr/lib/libssl*so*
/usr/lib/libssl.so.1.0.2o+git2* /usr/lib/libssl.so.10@ /usr/lib/libssl3.so*
$ rpm -qf /usr/lib/libssl.so.1.0.2o+git2
openssl-libs-1.0.2o+git2-1.4.14.jolla.armv7hl
</code>
olf
Sat, 2019/11/30 - 01:08
Permalink
Your original issue report is just another instance of this issue (unfortunately a longstanding one).
Khertan
Tue, 2014/05/06 - 12:03
Permalink
Did u plan to package py3.4 ?
Victorious
Wed, 2014/03/19 - 22:52
Permalink
In program Warehouse - I can not download (button install inactive)
NielDK
Fri, 2014/02/28 - 01:15
Permalink
Updated package to include dependency for openssl minimum version 1.0.1f (from my repo)
Khertan
Thu, 2014/02/27 - 18:42
Permalink
libssl1.0.0 missing.
NielDK
Thu, 2014/02/27 - 19:41
Permalink
no ;)
install openssl
Khertan
Thu, 2014/02/27 - 21:16
Permalink
Of course, but that s still missing in package require :)