Giter VIP home page Giter VIP logo

Comments (4)

fra589 avatar fra589 commented on August 31, 2024

Hi @entelzonta,
You don't have to use make. The makefile is just for internationalization develop. Just run cn5X.py and it should work with the install you have alleready done.
@++;
Gauthier.

from cn5x.

entelzonta avatar entelzonta commented on August 31, 2024

Hi again

show in terminal like this

pi@raspberrypi:~/cn5X $ python cn5X.py

File "cn5X.py", line 504

def on_sig_config_changed(self, data: str):
^
SyntaxError: invalid syntax

from cn5x.

fra589 avatar fra589 commented on August 31, 2024

Hi @entelzonta

By default, on your Raspbery, python version is in version 2. So, to run a python 3.X script, you need to use :
$ python3 cn5X.py

or : chmod +x cn5X.py and ./cn5X.py wich use by default python3 to run itself (cf first line of the script).

@++;
Gauthier.

from cn5x.

entelzonta avatar entelzonta commented on August 31, 2024

Hi,

Oh got it. Thank you solved my problem

from cn5x.

Related Issues (20)

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.