Opened 21 years ago
Closed 21 years ago
#165 closed enhancement (fixed)
Installer package for Windows
Reported by: | daniel | Owned by: | daniel |
---|---|---|---|
Priority: | highest | Milestone: | 0.6.1 |
Component: | general | Version: | 0.5.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Trac should install like any other program on MS Windows (and other oses as well, sede #163, #164).
There's a neat tool called py2exe for building standalone executables bundling all depending modules and shared libraries.
It should be conceivable to package up clearsilver, sqlite and possibly even subversion (the python bindings at least) into a single, static package.
Attachments (0)
Change History (5)
comment:1 by , 21 years ago
Milestone: | 0.7 → 0.9 |
---|---|
Priority: | normal → highest |
comment:2 by , 21 years ago
Milestone: | 0.9 → 0.8 |
---|
comment:3 by , 21 years ago
comment:4 by , 21 years ago
Milestone: | 0.8 → 0.6.1 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
I'm renaming this and moving it to 0.6.1 to signify that that's what we'll do.
The py2exe shebang will have to wait til later/1.0.
0.6.1 will have a windows installer though, and let's even throw in clearsilver for free. :)
comment:5 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [364].
Now we can build windows installer packages just by doing:
python setup.py bdist_wininst
As a sidenote, for someone who's already running python and all the dependenices on windows, its possible to build an installer automagically from trac using ./setup.py bdist_wininst (as long as ticket #163 is taken care of).