Tor Krill <[email protected]> writes: > Hi all, > > I really would like to run S3Ql 2.x on Debian Wheezy. Is this > possible?
Yes, you just need to install Python 3.3. > Looking at the PPA for Ubuntu S3QL requires Python 3.3 but Wheezy only > has Python 3.2. I investigated the possibilities to backport Python > 3.3 to Wheezy but that seems like quite an undertaking. Hmm. I think the last time I checked, it was enough to just recompile the jessy packages for wheezy: apt-get source python3.3/testing apt-get build-dep python3.3 (cd python3*; dpkg-buildpackage -us -uc) Have you tried that? > So to summarize, is it possible to run S3QL 2.x with Python 3.2? If > not, what is the problem? S3QL 2.x won't run on Python 3.2 without changes. There are some missing modules (faulthandler, lzma), some exceptions don't have names yet (http://docs.python.org/3/whatsnew/3.3.html#pep-3151), "yield from" does not exist, contextlib.ExitStack is missing, hmac.compare_digest is missing, and probably some more things. Best, -Nikolaus -- Encrypted emails preferred. PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
