Giter Site home page Giter Site logo

pvrutils's People

Contributors

jbretsch avatar

Watchers

 avatar  avatar

pvrutils's Issues

RFE: Please support Python 3

Could you please upgrade the clean script to also support Python 3?

Background:
Thank you for creating cleanup.py, it has been very useful on my Dreambox (with vendor image) for may years now.
But, my DM900 is currently being decommissioned (display broken) in favour of a more powerful box that runs OpenBh 5.0.
On that distro, while I welcome the transition to Python 3 (seeing how long py2 has been EOL), cleanup.py now errors out with a syntax error.

root@vuduo4kse:~# ./bin/cleanup.py 
  File "/home/root/./bin/cleanup.py", line 15
    print '''
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(''')?
root@vuduo4kse:~# head -n 1 ./bin/cleanup.py
#!/usr/bin/python
root@vuduo4kse:~# /usr/bin/python --version
Python 3.9.7
root@vuduo4kse:~# ls -l /usr/bin/python*
lrwxrwxrwx    1 root     root             7 Jan  1  1970 /usr/bin/python -> python3
lrwxrwxrwx    1 root     root             9 Jan  1  1970 /usr/bin/python3 -> python3.9
-rwxr-xr-x    1 root     root          5544 Feb 13 22:56 /usr/bin/python3.9
root@vuduo4kse:~# cat /etc/os-release 
ID=openbh
NAME="openbh"
VERSION="5.0"
VERSION_ID=5.0
PRETTY_NAME="openbh 5.0"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.