Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

distutils.core.setup --install-script option in Python 2.6 ?

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


jim.vickroy at noaa

Nov 5, 2009, 11:15 AM

Post #1 of 6 (70 views)
Permalink
distutils.core.setup --install-script option in Python 2.6 ?

Hello,

I have just upgraded from Python 2.5 to 2.6 and am unable to locate any
trace of the --install-script option, in release 2.6.4 (MS Windows XP),
for distutils.core.setup. I also have been unable to locate any mention
of it on-line.

My v2.5 setup.py scripts are failing with the falling error:

error: option --install-script not recognized

I apologize for missing something obvious here, but I am stuck.

Thanks in advance for your feedback.

-- jv
--
http://mail.python.org/mailman/listinfo/python-list


gagsl-py2 at yahoo

Nov 5, 2009, 8:58 PM

Post #2 of 6 (53 views)
Permalink
Re: distutils.core.setup --install-script option in Python 2.6 ? [In reply to]

En Thu, 05 Nov 2009 16:15:06 -0300, j vickroy <jim.vickroy[at]noaa.gov>
escribió:

> I have just upgraded from Python 2.5 to 2.6 and am unable to locate any
> trace of the --install-script option, in release 2.6.4 (MS Windows XP),
> for distutils.core.setup. I also have been unable to locate any mention
> of it on-line.

Do you mean this option?
http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
Probably the distutils SIG is a better place to ask:
http://www.python.org/community/sigs/current/distutils-sig/

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list


jim.vickroy at noaa

Nov 6, 2009, 2:12 AM

Post #3 of 6 (52 views)
Permalink
Re: distutils.core.setup --install-script option in Python 2.6 ? [In reply to]

Gabriel Genellina wrote:
> En Thu, 05 Nov 2009 16:15:06 -0300, j vickroy <jim.vickroy[at]noaa.gov>
> escribió:
>
>> I have just upgraded from Python 2.5 to 2.6 and am unable to locate
>> any trace of the --install-script option, in release 2.6.4 (MS Windows
>> XP), for distutils.core.setup. I also have been unable to locate any
>> mention of it on-line.
>
> Do you mean this option?
> http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
... actually, I really do mean the --install-script option

> Probably the distutils SIG is a better place to ask:
> http://www.python.org/community/sigs/current/distutils-sig/
>

Thanks for the tip, I'll give that a try.
--
http://mail.python.org/mailman/listinfo/python-list


Jim.Vickroy at noaa

Nov 6, 2009, 2:12 AM

Post #4 of 6 (51 views)
Permalink
Re: distutils.core.setup --install-script option in Python 2.6 ? [In reply to]

Gabriel Genellina wrote:
> En Thu, 05 Nov 2009 16:15:06 -0300, j vickroy <jim.vickroy[at]noaa.gov>
> escribió:
>
>> I have just upgraded from Python 2.5 to 2.6 and am unable to locate
>> any trace of the --install-script option, in release 2.6.4 (MS Windows
>> XP), for distutils.core.setup. I also have been unable to locate any
>> mention of it on-line.
>
> Do you mean this option?
> http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
... actually, I really do mean the --install-script option

> Probably the distutils SIG is a better place to ask:
> http://www.python.org/community/sigs/current/distutils-sig/
>

Thanks for the tip, I'll give that a try.
--
http://mail.python.org/mailman/listinfo/python-list


Jim.Vickroy at noaa

Nov 6, 2009, 2:30 AM

Post #5 of 6 (51 views)
Permalink
Re: distutils.core.setup --install-script option in Python 2.6 ? [In reply to]

j vickroy wrote:
> Gabriel Genellina wrote:
>> En Thu, 05 Nov 2009 16:15:06 -0300, j vickroy <jim.vickroy[at]noaa.gov>
>> escribió:
>>
>>> I have just upgraded from Python 2.5 to 2.6 and am unable to locate
>>> any trace of the --install-script option, in release 2.6.4 (MS
>>> Windows XP), for distutils.core.setup. I also have been unable to
>>> locate any mention of it on-line.
>>
>> Do you mean this option?
>> http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
>>
> ... actually, I really do mean the --install-script option
Oh my, you are exactly right. That is it. That is what happens when I
work at 3:00 AM.

What I did not communicate clearly in my initial posting is that
--install-script does not seem to be accepted in 2.6.4 and I could find
no mention of that being the case on-line. Nor could I find this option
in the 2.6.4 distutils source code of my Python installation.

>
>> Probably the distutils SIG is a better place to ask:
>> http://www.python.org/community/sigs/current/distutils-sig/
>>
>
> Thanks for the tip, I'll give that a try.

--
http://mail.python.org/mailman/listinfo/python-list


jim.vickroy at noaa

Nov 6, 2009, 2:30 AM

Post #6 of 6 (51 views)
Permalink
Re: distutils.core.setup --install-script option in Python 2.6 ? [In reply to]

j vickroy wrote:
> Gabriel Genellina wrote:
>> En Thu, 05 Nov 2009 16:15:06 -0300, j vickroy <jim.vickroy[at]noaa.gov>
>> escribió:
>>
>>> I have just upgraded from Python 2.5 to 2.6 and am unable to locate
>>> any trace of the --install-script option, in release 2.6.4 (MS
>>> Windows XP), for distutils.core.setup. I also have been unable to
>>> locate any mention of it on-line.
>>
>> Do you mean this option?
>> http://docs.python.org/distutils/builtdist.html#the-postinstallation-script
>>
> ... actually, I really do mean the --install-script option
Oh my, you are exactly right. That is it. That is what happens when I
work at 3:00 AM.

What I did not communicate clearly in my initial posting is that
--install-script does not seem to be accepted in 2.6.4 and I could find
no mention of that being the case on-line. Nor could I find this option
in the 2.6.4 distutils source code of my Python installation.

>
>> Probably the distutils SIG is a better place to ask:
>> http://www.python.org/community/sigs/current/distutils-sig/
>>
>
> Thanks for the tip, I'll give that a try.
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.