Re: [Distutils] [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-30 Thread Martin v. Löwis
> Us trying to lecture MS on software security is pointless. I didn't try to lecture MS. I explained that to Lars Immisch, who essentially said that authenticode is a good thing because it is based on certificates. Regards, Martin ___ Distutils-SIG mail

Re: [Distutils] [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-30 Thread Kristján Valur Jónsson
> -Original Message- > From: "Martin v. Löwis" [mailto:[EMAIL PROTECTED] > > > > Yes, I am aware of that. But the signature makes a man-in-the-middle > > attack harder. > > Sure. However, I think that this protection against an unlikely > scenario > cannot outweigh the main problem of code

Re: [Distutils] [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-30 Thread Martin v. Löwis
>>> Educated, adult developers with good internet connections may know that, >>> but all users? What about software on a CD or a memory stick? >> >> Also, I believe users *still* get a confirmation window, just the >> message changes from "we don't know who wrote this software" to >> "we know PSF w

Re: [Distutils] Windows installer, setuptools and distritools

2007-05-30 Thread henk-jan ebbers
OK, works. Now I can make a windows installer. It installs my program, and you can uninstall it (using windows add/remove software). Dependencies are in the postinstallation script; shortcuts/links are installed for the user. The installed dependencies will not be uninstalled when my program is

Re: [Distutils] Windows installer, setuptools and distritools

2007-05-30 Thread Phillip J. Eby
At 06:03 PM 5/30/2007 +0200, henk-jan ebbers wrote: >So: >either a user uses the executable-windows-installer (with >postinstallation script, but dependencies are not resolved), >or a user uses easy_install (without postinstallation script, >but dependencies are resolved) > >Is it possible to pl

Re: [Distutils] Windows installer, setuptools and distritools

2007-05-30 Thread henk-jan ebbers
So: either a user uses the executable-windows-installer (with postinstallation script, but dependencies are not resolved), or a user uses easy_install (without postinstallation script, but dependencies are resolved) Is it possible to place something like 'easy_install ' in the postinstallation

Re: [Distutils] Windows installer, setuptools and distritools

2007-05-30 Thread Phillip J. Eby
At 12:57 PM 5/30/2007 +0200, henk-jan ebbers wrote: >I have 2 questions about using setuptools for a windows installer: > >1.I want to make a executable-windows-installer with setuptools >(bdist_wininst) . > in setup.py I place a dependency: install_requires = >["TurboGears >= 1.0.1",],

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-30 Thread Phillip J. Eby
At 11:29 AM 5/30/2007 -0400, Tres Seaver wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Phillip J. Eby wrote: > > > (By the way, you can always add those lines to the root user's > > $HOME/.pydistutils.cfg instead of editing individual setup.cfg > > files. Then, any packages installed (

Re: [Distutils] I need to create a customized Fedora live cd with Python applications on it

2007-05-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip J. Eby wrote: > (By the way, you can always add those lines to the root user's > $HOME/.pydistutils.cfg instead of editing individual setup.cfg > files. Then, any packages installed (or RPMs built) by the root user > will include .pyo file

[Distutils] Windows installer, setuptools and distritools

2007-05-30 Thread henk-jan ebbers
I have 2 questions about using setuptools for a windows installer: 1.I want to make a executable-windows-installer with setuptools (bdist_wininst) . in setup.py I place a dependency: install_requires = ["TurboGears >= 1.0.1",], installation is not zip-safe:zip_safe=False,

Re: [Distutils] [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-30 Thread Lars Immisch
Dear Martin, >> Educated, adult developers with good internet connections may know that, >> but all users? What about software on a CD or a memory stick? > > Also, I believe users *still* get a confirmation window, just the > message changes from "we don't know who wrote this software" to > "we k