[TurboGears] Re: [Distutils] [TurboGears] hardcoded paths in tg-admin.exe and easy_install.exe?

2005-11-16 Thread Phillip J. Eby
At 10:17 PM 11/15/2005 -0600, Ian Bicking wrote: [EMAIL PROTECTED] wrote: Perhaps this has been mentioned already. So, forgive me if it has. I install Python into 'C:/Program Files/Python24' as I do not like to clutter up the C:/ portion of my file system. After installing turbogears and

[TurboGears] Re: [Distutils] [TurboGears] hardcoded paths in tg-admin.exe and easy_install.exe?

2005-11-16 Thread Phillip J. Eby
At 01:19 PM 11/16/2005 -0500, Phillip J. Eby wrote: At 10:17 PM 11/15/2005 -0600, Ian Bicking wrote: [EMAIL PROTECTED] wrote: Perhaps this has been mentioned already. So, forgive me if it has. I install Python into 'C:/Program Files/Python24' as I do not like to clutter up the C:/

[TurboGears] Re: [Distutils] [TurboGears] hardcoded paths in tg-admin.exe and easy_install.exe?

2005-11-16 Thread Jared Kuolt
C:/Program\ Files/Python24 Should work (though I haven't tested it) On 11/16/05, Phillip J. Eby [EMAIL PROTECTED] wrote: Mark Mc Mahon wrote: On 11/16/05, Phillip J. Eby [EMAIL PROTECTED] wrote: At 01:19 PM 11/16/2005 -0500, Phillip J. Eby wrote: At 10:17 PM 11/15/2005 -0600, Ian

[TurboGears] Re: [Distutils] [TurboGears] hardcoded paths in tg-admin.exe and easy_install.exe?

2005-11-16 Thread Jared Kuolt
Go to a command line and cd to C: C:\WhateverDir\ cd C: C:\ Program[hit tab] Doesn't that give you a forward slash? And quotes maybe? (Sorry I can't help more; I work on a FreeBSD box)

[TurboGears] Re: [Distutils] [TurboGears] hardcoded paths in tg-admin.exe and easy_install.exe?

2005-11-16 Thread Phillip J. Eby
Mark Mc Mahon wrote: On 11/16/05, Phillip J. Eby [EMAIL PROTECTED] wrote: SNIP Probably the issue here is that I need to be using some Windows API to invoke Python instead of execv/spawnv, in order to prevent the command line from being re-parsed. :( Failing that, using the short name