[Python-Dev] No manifest files on Windows?
In http://bugs.python.org/issue4120, the author suggests that it might be possible to completely stop using the manifest mechanism, for VS 2008. Given the many problems that this SxS stuff has caused, this sounds like a very desirable route, although I haven't done any actual testing yet. Can all the Windows experts please comment? Could that work? Does it have any downsides? If it works, I would like to apply it to 3.0, although I probably won't be able to apply it to tomorrow's rc. Would it also be possible to change that in 2.6.1 (even though python26.dll in 2.6.0 already includes a manifest, as do all the pyd files)? Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] [pygtk] Application name is '-c'
Frédéric wrote: In several places, instead of having my application name, I get '-c'. This could be a result of the app having got launched via 'python -c' somewhere along the way: % python -c 'import sys; print sys.argv[0]' -c Not sure whether to regard this as a bug or not. It's not clear what the app name *should* be when you use -c. What do the python-dev folks think? -- Greg ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] [pygtk] Application name is '-c'
On Tue, Oct 14, 2008 at 4:15 PM, Greg Ewing <[EMAIL PROTECTED]> wrote: > Frédéric wrote: >> >> In several places, instead of having my application name, I get '-c'. > > This could be a result of the app having got launched > via 'python -c' somewhere along the way: > > % python -c 'import sys; print sys.argv[0]' > -c > > Not sure whether to regard this as a bug or not. It's > not clear what the app name *should* be when you use > -c. What do the python-dev folks think? It is a feature. I chose to set it to '-c' because there is no other appropriate string to use. -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com