Changes between Version 1 and Version 8 of Ticket #1074


Ignore:
Timestamp:
2010-07-10T21:00:42Z (14 years ago)
Author:
davidsarah
Comment:

Replying to zeromus:

I don't speak for every windows user, but I can try to. Once a windows user has gone to the trouble to install python and build tahoe, I don't think he cares whether he has to double click tahoe.exe or tahoe.py.

This is the command-line interface. The user isn't double-clicking anything; they're typing "tahoe ...args..." at a Command Prompt. (Or a cygwin shell prompt; we don't support cygwin, but I don't want to break Tahoe on cygwin unnecessarily.)

Apart possibly from running an extra command in the install process to set up PATHEXT, the difference between tahoe.exe and tahoe.py is an implementation detail that doesn't affect the user interface.

For bbfreeze, which is similar to py2exe, see #585 -- but I think that's a distraction as far as this ticket is concerned, since we don't want to create a dependency on bbfreeze (or py2exe).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1074

    • Property Priority changed from major to critical
    • Property Keywords win64 added
    • Property Milestone changed from 1.8.0 to 1.7.1
  • Ticket #1074 – Description

    v1 v8  
    77There are several reasons to get rid of this launcher:
    88 * it mangles any non-ASCII arguments, preventing us from fixing #565 on Windows;
     9 * it does not work on Win64;
    910 * it adds a small amount of overhead to running CLI commands;
    1011 * it's unnecessary complexity;