Can't unpack tar on Windows due to casing problem
Bug #414655 reported by
Charlie Poole
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyRoom |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The root directory of 0.4.1 contains a file 'pyroom' and a directory 'PyRoom'. Since windows is case-insensitive, it's not possible to unpack the tar completely.
To post a comment you must log in.
Hi,
we're aware of that. For windows deployment, we'll need to ship partially different code anyway (dependencies, setup, etc). Our current solution, which is nowhere near ready, is however to just rename "pyroom" to "pyroom.pyw", which should get started by Windows without showing a cmd.exe window. Most archiving programs should be able to do that in-place before extracting.
Please keep in mind, however, that we're not supporting Windows installation yet. We definitely plan to, tough. At the moment, we're just lacking the manpower of packaging it with an installer, dependencies, etc.