• teapot repository

    From Robert Lipman@21:1/5 to All on Thu Aug 25 14:19:11 2022
    Hi,

    I have an application that I build in Tcl 8.5.18 (32-bit) with a version of TclDevKit that I licensed from ActiveState many years ago. The build process works very well for many years.

    Now I need to recreate the build process on a different computer and it's not working. I can install Tcl and TclDevKit, however, several teacup commands need to be executed in get packages from the repository. For example: teacup install tdom

    So we all know (I just found out) that doesn't work anymore. teacup list returns a message about http://teapot.activestate.com 301 Moved Permanently.

    What can I do with the teapot repository on GitHub? https://github.com/ActiveState/teapot

    Or with anything on https://teapot.activestate.com/index

    In TclDevKit, I specifically pick the packages that are needed. However, I think I can explicitly reference them in the Tcl code. So if I can install the repository from GitHub, then I should be able to refer to the needed packages.

    In the very long term, I need to rewrite my code for Tcl 8.6 which mainly requires migrating from tcom to twapi for all com functionality.

    Thanks,

    Bob

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Rickster@21:1/5 to Robert Lipman on Sat Aug 27 17:04:07 2022
    On Thursday, August 25, 2022 at 2:19:14 PM UTC-7, Robert Lipman wrote:
    Hi,

    I have an application that I build in Tcl 8.5.18 (32-bit) with a version of TclDevKit that I licensed from ActiveState many years ago. The build process works very well for many years.

    Now I need to recreate the build process on a different computer and it's not working. I can install Tcl and TclDevKit, however, several teacup commands need to be executed in get packages from the repository. For example: teacup install tdom

    So we all know (I just found out) that doesn't work anymore. teacup list returns a message about http://teapot.activestate.com 301 Moved Permanently.

    What can I do with the teapot repository on GitHub? https://github.com/ActiveState/teapot

    Or with anything on https://teapot.activestate.com/index

    In TclDevKit, I specifically pick the packages that are needed. However, I think I can explicitly reference them in the Tcl code. So if I can install the repository from GitHub, then I should be able to refer to the needed packages.

    In the very long term, I need to rewrite my code for Tcl 8.6 which mainly requires migrating from tcom to twapi for all com functionality.

    Thanks,

    Bob
    It seems I have the same version identified in the preceding; and have copied and installed it on several systems. However, it seems that ActiveState does not host many of the needed (for my apps) packages.
    Solution:
    1 Get the packages you need.
    2. Use devkit (tclpe) to incorporate them into the zip files that teacup requires in order that they be installed in the local repository.
    3. used teacup to perform the installation.
    Hope this helps.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Rickster@21:1/5 to The Rickster on Sat Aug 27 17:05:13 2022
    On Saturday, August 27, 2022 at 5:04:09 PM UTC-7, The Rickster wrote:
    On Thursday, August 25, 2022 at 2:19:14 PM UTC-7, Robert Lipman wrote:
    Hi,

    I have an application that I build in Tcl 8.5.18 (32-bit) with a version of TclDevKit that I licensed from ActiveState many years ago. The build process works very well for many years.

    Now I need to recreate the build process on a different computer and it's not working. I can install Tcl and TclDevKit, however, several teacup commands need to be executed in get packages from the repository. For example: teacup install tdom

    So we all know (I just found out) that doesn't work anymore. teacup list returns a message about http://teapot.activestate.com 301 Moved Permanently.

    What can I do with the teapot repository on GitHub? https://github.com/ActiveState/teapot

    Or with anything on https://teapot.activestate.com/index

    In TclDevKit, I specifically pick the packages that are needed. However, I think I can explicitly reference them in the Tcl code. So if I can install the repository from GitHub, then I should be able to refer to the needed packages.

    In the very long term, I need to rewrite my code for Tcl 8.6 which mainly requires migrating from tcom to twapi for all com functionality.

    Thanks,

    Bob
    It seems I have the same version identified in the preceding; and have copied and installed it on several systems. However, it seems that ActiveState does not host many of the needed (for my apps) packages.
    Solution:
    1 Get the packages you need.
    2. Use devkit (tclpe) to incorporate them into the zip files that teacup requires in order that they be installed in the local repository.
    3. used teacup to perform the installation.
    Hope this helps.
    BTW: I, too, use tcom and twapi.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Rickster@21:1/5 to The Rickster on Sat Aug 27 17:07:20 2022
    On Saturday, August 27, 2022 at 5:04:09 PM UTC-7, The Rickster wrote:
    On Thursday, August 25, 2022 at 2:19:14 PM UTC-7, Robert Lipman wrote:
    Hi,

    I have an application that I build in Tcl 8.5.18 (32-bit) with a version of TclDevKit that I licensed from ActiveState many years ago. The build process works very well for many years.

    Now I need to recreate the build process on a different computer and it's not working. I can install Tcl and TclDevKit, however, several teacup commands need to be executed in get packages from the repository. For example: teacup install tdom

    So we all know (I just found out) that doesn't work anymore. teacup list returns a message about http://teapot.activestate.com 301 Moved Permanently.

    What can I do with the teapot repository on GitHub? https://github.com/ActiveState/teapot

    Or with anything on https://teapot.activestate.com/index

    In TclDevKit, I specifically pick the packages that are needed. However, I think I can explicitly reference them in the Tcl code. So if I can install the repository from GitHub, then I should be able to refer to the needed packages.

    In the very long term, I need to rewrite my code for Tcl 8.6 which mainly requires migrating from tcom to twapi for all com functionality.

    Thanks,

    Bob
    It seems I have the same version identified in the preceding; and have copied and installed it on several systems. However, it seems that ActiveState does not host many of the needed (for my apps) packages.
    Solution:
    1 Get the packages you need.
    2. Use devkit (tclpe) to incorporate them into the zip files that teacup requires in order that they be installed in the local repository.
    3. used teacup to perform the installation.
    Hope this helps.
    Also, you can specify tcl 8.6 or any other version when you use devkit tclapp to build the executable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Robert Lipman@21:1/5 to [email protected] on Mon Aug 29 06:33:21 2022
    On Saturday, August 27, 2022 at 8:07:23 PM UTC-4, [email protected] wrote:
    On Saturday, August 27, 2022 at 5:04:09 PM UTC-7, The Rickster wrote:
    On Thursday, August 25, 2022 at 2:19:14 PM UTC-7, Robert Lipman wrote:
    Hi,

    I have an application that I build in Tcl 8.5.18 (32-bit) with a version of TclDevKit that I licensed from ActiveState many years ago. The build process works very well for many years.

    Now I need to recreate the build process on a different computer and it's not working. I can install Tcl and TclDevKit, however, several teacup commands need to be executed in get packages from the repository. For example: teacup install tdom

    So we all know (I just found out) that doesn't work anymore. teacup list returns a message about http://teapot.activestate.com 301 Moved Permanently.

    What can I do with the teapot repository on GitHub? https://github.com/ActiveState/teapot

    Or with anything on https://teapot.activestate.com/index

    In TclDevKit, I specifically pick the packages that are needed. However, I think I can explicitly reference them in the Tcl code. So if I can install the repository from GitHub, then I should be able to refer to the needed packages.

    In the very long term, I need to rewrite my code for Tcl 8.6 which mainly requires migrating from tcom to twapi for all com functionality.

    Thanks,

    Bob
    It seems I have the same version identified in the preceding; and have copied and installed it on several systems. However, it seems that ActiveState does not host many of the needed (for my apps) packages.
    Solution:
    1 Get the packages you need.
    2. Use devkit (tclpe) to incorporate them into the zip files that teacup requires in order that they be installed in the local repository.
    3. used teacup to perform the installation.
    Hope this helps.
    Also, you can specify tcl 8.6 or any other version when you use devkit tclapp to build the executable.

    Thanks. My solution is to zip up the entire teapot directory and copy it over to the computer where needed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)