Python论坛  - 讨论区

标题:[python-chinese] 在windows上面装两个版本的python有什么需要注意的

2006年03月29日 星期三 09:09

imcs ee imcsee at gmail.com
Wed Mar 29 09:09:57 HKT 2006

例如python2.3和python2.4,
不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
不知道英文的关键词是啥,没搜索到相关的文档。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/43d12393/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 09:13

jejwe jejwester at gmail.com
Wed Mar 29 09:13:13 HKT 2006

可以多个版本共存吗?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/1ce2eb29/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 09:18

imcs ee imcsee at gmail.com
Wed Mar 29 09:18:00 HKT 2006

应该是可以的,看到有人说过,
不过自己没用过,现在让2.3作确省版本,都不知道双击py文件如何启动2.4...


On 3/29/06, jejwe <jejwester at gmail.com> wrote:
>
> 可以多个版本共存吗?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/f068ba63/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 09:20

Jason Liu telecomliu at gmail.com
Wed Mar 29 09:20:14 HKT 2006

在06-3-29,imcs ee <imcsee at gmail.com> 写道:
>
>  例如python2.3和python2.4,
> 不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
> 不知道英文的关键词是啥,没搜索到相关的文档。
>

后装的设置为缺省,先装的当然就不能再缺省了。
不过两个版本的python都可用,使用的时候指定路径名就可以了。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/2c78d58c/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 09:32

imcs ee imcsee at gmail.com
Wed Mar 29 09:32:16 HKT 2006

现在2.3是确省的,我在py文件里面开头写了
#! c:/python24

不过显示还是运行的2.3版本,


On 3/29/06, Jason Liu <telecomliu at gmail.com> wrote:
>
>
>
> 在06-3-29,imcs ee <imcsee at gmail.com> 写道:
>
> >  例如python2.3和python2.4,
> > 不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
> > 不知道英文的关键词是啥,没搜索到相关的文档。
> >
>
>  后装的设置为缺省,先装的当然就不能再缺省了。
> 不过两个版本的python都可用,使用的时候指定路径名就可以了。
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/4e5f5822/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:03

recordus recordus at gmail.com
Wed Mar 29 10:03:46 HKT 2006

imcs ee 写道:
> 现在2.3是确省的,我在py文件里面开头写了
> #! c:/python24
> 不过显示还是运行的2.3版本,
>
> On 3/29/06, *Jason Liu* <telecomliu at gmail.com
> telecomliu at gmail.com>> wrote:
>
>
>
>     在06-3-29,*imcs ee* <imcsee at gmail.com imcsee at gmail.com>>
>     写道:
>
>         例如python2.3和python2.4,
>         不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
>         不知道英文的关键词是啥,没搜索到相关的文档。
>
>     后装的设置为缺省,先装的当然就不能再缺省了。
>     不过两个版本的python都可用,使用的时候指定路径名就可以了。
>
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese at lists.python.cn
>     python-chinese at lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Unsubscribe: send unsubscribe to
>     python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
试试
#!c:/python24/python.exe

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:10

马踏飞燕 honeyday.mj at gmail.com
Wed Mar 29 10:10:33 HKT 2006

在 06-3-29,imcs ee<imcsee at gmail.com> 写道:
>
> 现在2.3是确省的,我在py文件里面开头写了
> #! c:/python24
>
> 不过显示还是运行的2.3版本,
>

这个写法是给linux下面的shell看的。
windows下面是采用注册表来做文件关联的。
而且,随便你装多少个python版本都无所谓,只要在调用的时候指明python解释器的路径就可以了。
如果非要双击运行py文件的话,采用bat文件的方式也是一个选择。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:12

imcs ee imcsee at gmail.com
Wed Mar 29 10:12:37 HKT 2006

好像还是不行,现在暂时是每次需要用非确省版本时,modify一下(activepython的菜单里面有),先改成非确省,再改成确省。。。

On 3/29/06, recordus <recordus at gmail.com> wrote:
>
> imcs ee 写道:
> > 现在2.3是确省的,我在py文件里面开头写了
> > #! c:/python24
> > 不过显示还是运行的2.3版本,
> >
> > On 3/29/06, *Jason Liu* <telecomliu at gmail.com
> > telecomliu at gmail.com>> wrote:
> >
> >
> >
> >     在06-3-29,*imcs ee* <imcsee at gmail.com imcsee at gmail.com>>
> >     写道:
> >
> >         例如python2.3和python2.4,
> >         不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
> >         不知道英文的关键词是啥,没搜索到相关的文档。
> >
> >     后装的设置为缺省,先装的当然就不能再缺省了。
> >     不过两个版本的python都可用,使用的时候指定路径名就可以了。
> >
> >
> >     _______________________________________________
> >     python-chinese
> >     Post: send python-chinese at lists.python.cn
> >     python-chinese at lists.python.cn>
> >     Subscribe: send subscribe to
> >     python-chinese-request at lists.python.cn
> >     python-chinese-request at lists.python.cn>
> >     Unsubscribe: send unsubscribe to
> >     python-chinese-request at lists.python.cn
> >     python-chinese-request at lists.python.cn>
> >     Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 试试
> #!c:/python24/python.exe
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/b84aa40b/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:13

Robert Chen search.pythoner at gmail.com
Wed Mar 29 10:13:57 HKT 2006

>
> 试试
> #!c:/python24/python.exe
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


不是在Windows上吗?这样的也可以?





--
Robert
Python源码剖析――http://blog.donews.com/lemur/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/3cce0ce4/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:16

马踏飞燕 honeyday.mj at gmail.com
Wed Mar 29 10:16:27 HKT 2006

在 06-3-29,Robert Chen<search.pythoner at gmail.com> 写道:
>
>
> > 试试
> > #!c:/python24/python.exe
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
> 不是在Windows上吗?这样的也可以?
>

当然不可以了,除非你用python写的CGI,然后让apache去运行之。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:23

ygao ygao2004 at gmail.com
Wed Mar 29 10:23:07 HKT 2006

仅这样改是不行的,你得模仿.exe安装的过程,连同注册表都得改,最完的叫作切换版本。HKEY_LOCAL_MACHINE\SOFTWARE\Python也得改,2.3
2.4它自己分得很清楚。
不过2.4.1 2.4.2它就不区分了。还有就是.py .pyw的关联。
这些你得自己做。如果你需要的话。


On 3/29/06, imcs ee <imcsee at gmail.com> wrote:
>
> 好像还是不行,现在暂时是每次需要用非确省版本时,modify一下(activepython的菜单里面有),先改成非确省,再改成确省。。。
>
>
> On 3/29/06, recordus <recordus at gmail.com> wrote:
> >
> > imcs ee 写道:
> > > 现在2.3是确省的,我在py文件里面开头写了
> > > #! c:/python24
> > > 不过显示还是运行的2.3版本,
> > >
> > > On 3/29/06, *Jason Liu* < telecomliu at gmail.com
> > > telecomliu at gmail.com>> wrote:
> > >
> > >
> > >
> > >     在06-3-29,*imcs ee* < imcsee at gmail.com imcsee at gmail.com>>
> > >     写道:
> > >
> > >         例如python2.3和python2.4,
> > >         不会后装的被设置为确省的,前面装的就无法确省的被调用了吧
> > >         不知道英文的关键词是啥,没搜索到相关的文档。
> > >
> > >     后装的设置为缺省,先装的当然就不能再缺省了。
> > >     不过两个版本的python都可用,使用的时候指定路径名就可以了。
> > >
> > >
> > >     _______________________________________________
> > >     python-chinese
> > >     Post: send python-chinese at lists.python.cn
> > >     python-chinese at lists.python.cn>
> > >     Subscribe: send subscribe to
> > >     python-chinese-request at lists.python.cn
> > >     python-chinese-request at lists.python.cn>
> > >     Unsubscribe: send unsubscribe to
> > >     python-chinese-request at lists.python.cn
> > >     python-chinese-request at lists.python.cn>
> > >     Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> > ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> >
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > 试试
> > #!c:/python24/python.exe
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
■■■■■■■■■■■■■■■■■■■■■
Myblog: http://blog.donews.com/ygao/
http://groups.google.com/group/python_study
■■■■■■■■■■■■■■■■■■■■■
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060329/8325fb15/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 10:27

recordus recordus at gmail.com
Wed Mar 29 10:27:26 HKT 2006

马踏飞燕 写道:
> 在 06-3-29,Robert Chen<search.pythoner at gmail.com> 写道:
>   
>>     
>>> 试试
>>> #!c:/python24/python.exe
>>> _______________________________________________
>>> python-chinese
>>> Post: send python-chinese at lists.python.cn
>>> Subscribe: send subscribe to
>>>       
>> python-chinese-request at lists.python.cn
>>     
>>> Unsubscribe: send unsubscribe to
>>>       
>> python-chinese-request at lists.python.cn
>>     
>>> Detail Info:
>>>       
>> http://python.cn/mailman/listinfo/python-chinese
>>
>> 不是在Windows上吗?这样的也可以?
>>
>>     
>
> 当然不可以了,除非你用python写的CGI,然后让apache去运行之。
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
明白了,呵呵

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月29日 星期三 13:52

Dreamingk(天成) dreamingk at gmail.com
Wed Mar 29 13:52:26 HKT 2006

py23和py24可以共存
win要靠 修改注册表中.py和.pyw的关联项来设置用什么程序打开他
命令行下把需要缺省的版本路径在path中放在前面就可以了

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号