Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How to deploy pyqt5 application on raspberry pi from qt creator on windows 10?
Forum Updated to NodeBB v4.3 + New Features

How to deploy pyqt5 application on raspberry pi from qt creator on windows 10?

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 2 Posters 608 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    osman_seco
    wrote on last edited by
    #1

    I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
    Thanks in advance.

    ndiasN 1 Reply Last reply
    0
    • O osman_seco

      I need steps to create a single file application that I can run on my raspberry pi. Every help is welcome.
      Thanks in advance.

      ndiasN Offline
      ndiasN Offline
      ndias
      wrote on last edited by
      #2

      Hi @osman_seco,

      You can use PyInstaller or Nuitka to build and create an executable from Python code. You can find several documentation and examples.

      Note:
      Nuitka requires you to use --plugin-enable=pyqt5 command option to build PyQt5 application.

      O 1 Reply Last reply
      2
      • ndiasN ndias

        Hi @osman_seco,

        You can use PyInstaller or Nuitka to build and create an executable from Python code. You can find several documentation and examples.

        Note:
        Nuitka requires you to use --plugin-enable=pyqt5 command option to build PyQt5 application.

        O Offline
        O Offline
        osman_seco
        wrote on last edited by
        #3

        @ndias
        Thank you, can I specify which process architecture needs to deploy for example arm64.

        ndiasN 1 Reply Last reply
        0
        • O osman_seco

          @ndias
          Thank you, can I specify which process architecture needs to deploy for example arm64.

          ndiasN Offline
          ndiasN Offline
          ndias
          wrote on last edited by
          #4

          Hi @osman_seco,

          I've never tried cross-compile on Nuitka. But you can compile your code on a Raspberry Pi.

          PS: Regarding the use of Nuitka commands you can find brief information in the following topic

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved