Re: Problem Python 2.6.1 vs 2.6 & pyWin32



Sorry for not being explicit. With "installer" I meant the binary
Windows installer you create with command "python setup.py
bdist_wininst". In the past we've been able to use
"package-version.win32.exe" files created with Python 2.5 on older
version, but that doesn't seem to be case with 2.6.

I see. This has nothing to do with the OP's question, then.

For Python 2.6, we switched to VS 2008. Apparently, the bdist_msi
installers now get linked with the VS 2008 CRT (msvcr90.dll), which
must be present on the system (in WinSxS) for the installer to run;
one way of installing the CRT is to install Python for all users,
another is to install it "just for me", and put \python26 into PATH
(so that the installer can find msvcr90.dll).

Regards,
Martin
.



Relevant Pages

  • msiexec and python-2.6.1.msi
    ... With previous versions of the Python Windows msi installer, ... I could run the following command from the windows cmd prompt: ... This would result in a 'full' python installation in the C:\python ... If, instead, I double click the python-2.6.1.msi installer, the ...
    (comp.lang.python)
  • Re: No matter what I do, IDLE will not work...
    ... crash dump, it is clear that the crash is happening inside of Tk, not ... Try running the same Turtle test using the Apple-supplied Python 2.6 ... Tcl/Tk 8.5 installer from here: ... It's funny you mention the theming - before snow leapord, ...
    (comp.lang.python)
  • Re: Python -- (just) a successful experiment?
    ... Ruby on Rails does *not* give you a sumo distribution like you are talking about and I have maintained. ... It does provide a single installer for Ruby on Rails and its dependencies for a few platforms so that people new to Ruby can give Ruby on Rails a try without doing a big installation dance. ... Package management is where we on the Python end ought to focus. ...
    (comp.lang.python)
  • RE: ProgressBar - Python and Powershell
    ... Python and Powershell are required because the installer would deal in virtual machines (VMware environment). ...
    (comp.lang.python)
  • Re: ProgressBar - Python and Powershell
    ... Why are you writing an installer in Python and Powershell? ... Just write an installer in WiX, NSIS or Inno like the rest of the sane world. ... ProgressBar - Python and Powershell ...
    (comp.lang.python)