[issue6767] Python as zip package

2009-09-17 Thread Senthil
Senthil added the comment: I think it is okay to close this, with Martin's Howto. -- nosy: +orsenthil resolution: -> invalid status: open -> closed ___ Python tracker ___ __

[issue6767] Python as zip package

2009-08-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: Ah, for that, run "msiexec /a pythonXY.msi TARGETDIR=K:\". This just unpacks the MSI file, without installing anything. See http://www.python.org/download/releases/2.4/msi/ -- ___ Python tracker

[issue6767] Python as zip package

2009-08-23 Thread Joe
Joe added the comment: Because, I don't need/want an installation. I only need the files whith its directory structure. -- ___ Python tracker ___

[issue6767] Python as zip package

2009-08-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: Why would you want to have such a thing? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-li

[issue6767] Python as zip package

2009-08-23 Thread Joe
Joe added the comment: I meant as a zip archive package -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue6767] Python as zip package

2009-08-23 Thread Joe
New submission from Joe : It would be nice, if you could offer the Windows version also as a zi package, besides the msi installer. -- components: Windows messages: 91890 nosy: Joe severity: normal status: open title: Python as zip package type: feature request _