auto upgrade scripts?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • stefaan.himpe@gmail.com

    #1

    auto upgrade scripts?

    Hello list,

    Is anyone aware of a (light-weight, easy-to-use)
    auto-upgrade framework for python scripts?

    I find it hard to believe no one has wanted this before,
    yet google doesn't find too much relevant stuff.

    Thanks,
    Best regards,
    Stefaan.

  • Larry Bates

    #2
    Re: auto upgrade scripts?

    stefaan.himpe@g mail.com wrote:
    Hello list,
    >
    Is anyone aware of a (light-weight, easy-to-use)
    auto-upgrade framework for python scripts?
    >
    I find it hard to believe no one has wanted this before,
    yet google doesn't find too much relevant stuff.
    >
    Thanks,
    Best regards,
    Stefaan.
    >
    Auto-upgrade from what to what?

    -Larry Bates

    Comment

    • stefaan.himpe@gmail.com

      #3
      Re: auto upgrade scripts?

      Auto-upgrade from what to what?
      -Larry Bates
      Interesting question.

      In my case I want my program to check for (e.g.) bug-fix releases on
      some location (network drive or ftp), and if available, allow to
      automatically download and install them.
      Kind of like the AutoUpgrade functionality in .net (*shudder*) ;)

      Best regards,
      Stefaan.

      Comment

      • Larry Bates

        #4
        Re: auto upgrade scripts?

        stefaan.himpe@g mail.com wrote:
        >Auto-upgrade from what to what?
        >-Larry Bates
        >
        Interesting question.
        >
        In my case I want my program to check for (e.g.) bug-fix releases on
        some location (network drive or ftp), and if available, allow to
        automatically download and install them.
        Kind of like the AutoUpgrade functionality in .net (*shudder*) ;)
        >
        Best regards,
        Stefaan.
        >
        Since you mention .NET and didn't state otherwise, I'm assuming
        Windows platform? You should probably take a look at Inno Installer
        with web update wizard:



        -Larry

        Comment

        • stefaan.himpe@gmail.com

          #5
          Re: auto upgrade scripts?

          Since you mention .NET and didn't state otherwise, I'm assuming
          Windows platform?
          No, I need both linux and windows. I guess this means
          I'll have to make something myself ...

          Thanks, and best regards,
          Stefaan.

          Comment

          • alex23

            #6
            Re: auto upgrade scripts?

            stefaan.himpe@g mail.com wrote:
            In my case I want my program to check for (e.g.) bug-fix releases on
            some location (network drive or ftp), and if available, allow to
            automatically download and install them.
            Have you looked into PEAK's setuptools?





            That might be a reasonable place to start.

            -alex23

            Comment

            Working...