omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Problem with using Pyinstaller

    Pythonista
    pyinstaller
    2
    2
    1141
    Loading More Posts
    • 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.
    • Louis Tong
      Louis Tong last edited by

      Dear Sir

      I have developed a program on my Pythonista.
      it is a program interact with an excel spreadsheet.

      I would like to convert it into an executable .exe file and thus I can use this program on my PC as well (without install python on that PC)

      For this purpose, I have installed Stash and use it to install a package called "Pyinstaller".

      However, I cannot call the command "Pyinstaller" in console.
      Is there any guide for using this on Pythonista?

      Louis

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        PyInstaller is tested against Windows, Mac OS X, and Linux. However, it is not a cross-compiler: to make a Windows app you run PyInstaller in Windows; to make a Linux app you run it in Linux, etc. PyInstaller has been used successfully with AIX, Solaris, and FreeBSD, bu

        Copy your script to your PC. You could use gist, or email, or dropbox. run pyinstaller on your PC. You cannot run it in pythonista.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors