Python3

Rating: 
5
Your rating: None Average: 5 (1 vote)

 

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.

Application versions: 
AttachmentSizeDate
File python-3.3.5rc1-1.armv7hl.rpm13.83 MB28/02/2014 - 01:08
Changelog: 

- Initial build

Comments

Umeaman's picture

This needs to be updated.

SebMa's picture

@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's picture

Your original issue report is just another instance of this issue (unfortunately a longstanding one).

Khertan's picture

Did u plan to package py3.4 ?

Victorious's picture

In program Warehouse - I can not download (button install inactive)

NielDK's picture

Updated package to include dependency for openssl minimum version 1.0.1f (from my repo)

Khertan's picture

libssl1.0.0 missing.

NielDK's picture

no ;)

install openssl

Khertan's picture

Of course, but that s still missing in package require :)