Python论坛  - 讨论区

标题:Re: Re:_答复:__[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?

2005年05月16日 星期一 13:42

Carambo qutr at tjub.com.cn
Mon May 16 13:42:08 HKT 2005

geckor£¬ÄãºÃ
>>> string.strip('str') + 'ing' # ¡¯string.strip'ÊǸÉʲôµÄ
È¥³ý×Ö·û´®Í·Î²¿Õ°×

Carambo £¬ qutr at tjub.com.cn 
2005-5-16 
----- ÊÕµ½ÒÔÏÂÀ´ÐÅÄÚÈÝ ----- 
·¢¼þÈË: geckor 
ÊÕ¼þÈË: python-chinese 
ʱ  ¼ä: 2005-05-16, 13:36:37
Ö÷  Ìâ: Re:_´ð¸´:__[python-chinese]_Re:_linuxÏÂÈçºÎ´ÓÔ´Âë°²×°wxPyth_on?


哦哦å“?br> 出现问题äº?br> 
  两个字符串值之间的联接是自动的,上例第一行可以写成“word = 'Help' 
'A'”这种方式只对字符串值有效,任何字符串表达式都不适用这种方法ã€?br>  >>> import string           # 这个是什么意æ€?br>  >>> 'str' 'ing' # <- This is ok
'string'
 >>> string.strip('str') + 'ing' # ’string.strip'是干什么的
'string'
 >>> string.strip('str') 'ing' # 这个就更不懂äº?br>    File "", line 1, in ?
     string.strip('str') 'ing'
                             ^
SyntaxError: invalid syntax

   
字符串可以用下标(索引)查询;就像C一样,字符串的第一个字符下标是0。这里没有独立的字符类型,字符仅仅是大小为一的字符串。就像在Icon中那 
样,字符串的子串可以通过切片标志来表示:两个由冒号隔开的索引ã€?br>  >>> word[4]
'A'
 >>> word[0:2]
'He'
 >>> word[2:4]
'lp'

#以上的我都内搞æ‡?br> #以下是我试验的结果,为什么呀

 >>> word[4]
Traceback (most recent call last):
   File "", line 1, in ?
NameError: name 'word' is not defined
 >>> string.strip('str') + 'ing'
Traceback (most recent call last):
   File "", line 1, in ?
NameError: name 'string' is not defined
 >>>

#哪位大哥指点一下,是不是我有知识漏洞啊
字符串索引是用来干什么的

ps:问题多多å•?br> 
åœ?2005.5.16, 下午12:57, 马剑 写道ï¼?br> 
> 还是少林寺的扫地僧厉害,乔峰他爸都不是对手,呵呵ã€?br> > python适合做业务层面的快速开发,尤其是对效率要求不是太强的时候。如果非è¦?br> > 强调效率,也可以通过用c来实现一些费时的操作,并和python联合运行ã€?br> > 到目前为止,在pc的高层开发领域,python几乎无所不能。。。这得益于他强大çš?br> > 嵌入性和扩展性ã€?br> >
> On Mon, 16 May 2005 12:02:38 +0800
> geckor at 126.com wrote:
> =================================================================
>> 呵呵 还是内功深厚的比较好,像郭靖啊,乔峰啊~~厉害!!!
>> 对了。问问大家:python适合做什么呢?网页开发还是~~~
>> åœ?2005.5.16, 上午11:37, 张雄 写道ï¼?br> >>
>>>
>>> 江湖上有两类高手:内功比较深厚的;武功比较怪异的ã€?br> >>>  
>>>
>>> 发件äº? python-chinese-bounces at lists.python.cn
>>> [mailto:python-chinese-bounces at lists.python.cn] 代表 geckor at 126.com
>>> 发送时é—? 2005å¹?æœ?6æ—?11:09
>>> 收件äº? qutr at tjub.com.cn; python-chinese at lists.python.cn
>>> 主题: Re: _[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?
>>>  
>>>
>>> 嗨,喜欢吃螃蟹的就是少啊,继续我的特立独行吧。本来在学校用mac的人就少,现在又对python感兴趣,学校里也人用这个编程。看来我是越æ?
>>> 越脱
>>> 离群众了å•?br> >>> 郁闷中〜〜ã€?br> >>>
>>> åœ?2005.5.16, 上午9:00, Carambo 写道ï¼?br> >>> geckor,你å¥?br> >>>
>>> 你的问题要到Python的官方网站去看,可能用mac的人很少。呵呵!
>>>
>>> Carambo,qutr at tjub.com.cn
>>> 2005-5-16----- 收到以下来信内容-----
>>> 发件äº?geckor
>>> 收件äº?刘颉,python-chinese
>>> æ—?é—?2005-05-15, 21:40:30
>>> ä¸?é¢?Re:_[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?
>>>
>>> 我的系统是mac os x.3.9 请问在mac下用python有什么需要特别之处吗
>>> 需要注意什么?ï¼?br> >>> åœ?005.5.15, 下午9:28, 刘颉 写道ï¼?br> >>>
>>>> 我的系统是magiclinux,也自带了python2.4..但我是下载了wxPython的rpm文件,共三ä¸?br> >>>> (common,devel,gtk)for
>>>> redhatçš?安装后可以运行Boa.你可以到wxpython.sf.net上直接下è½?
>>>>
>>>>
>>>>
>>>>
>>>> On 5/15/05, wang bin <wangbin1979 at gmail.com> wrote:
>>>>> 我的系统是slackware 10.1,自带的python
>>>>> 2.4.1,现在我想学习wxPython,所以下载了wxPython-src-2.6.0..0。但是不知道改怎样安装,并且支æŒ?br> >>>>>
>>> unicode。之前我单独安装了wxWidget(为了安装xchm软件ï¼?请问还需要重新装吗?我看了wxPython自带的文档,但是没有çœ?br> >>>>> 明白,执è¡?br> >>>>> python setup.py build
>>>>> 总是报错,请问有没有人在linux下装过,请给一些提示,谢谢ã€?br> >>>>> --
>>>>> 想飞之心,永远不死!
>>>>>
>>>> _______________________________________________
>>>> python-chinese list
>>>> python-chinese at lists.python.cn
>>>> http://python.cn/mailman/listinfo/python-chinese
>>>
>>>
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>>> _______________________________________________
>>> python-chinese list
>>> python-chinese at lists.python.cn
>>> http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>

哦哦å“?br> 
出现问题äº?br> 

Times
STKaiti两个字符串值之间的联接是自动的,上例第一行可以写æˆ?lt;/bigger>Timesâ€?lt;/bigger>Times New Romanword
= 'Help'
'A'SimSunâ€?lt;/bigger>STKaiti这种方式只对字符串值有效,任何字符串表达式都不适用这种方法ã€?br> 
Courier>>>
import string           
Courier# 这个是什么意æ€?lt;/x-tad-bigger>Courier

>>> 'str' 'ing' # <<- This is ok

'string'

>>> string.strip('str') + 'ing' # 
’string.strip'是干什么的Courier

'string'

>>> string.strip('str') 'ing' # 
这个就更不懂äº?lt;/x-tad-bigger>Courier

  File "<", line 1, in ?

    string.strip('str') 'ing'

                            ^

SyntaxError: invalid syntax


Times
STKaiti字符串可以用下标(索引)查询;就åƒ?lt;/bigger>Times New RomanCSTKaiti一样,字符串的第一个字符下标是Times New Roman0STKaiti。这里没有独立的字符类型,字符仅仅是大小为一的字符串。就像在Times New RomanIconSTKaiti中那样,字符串的子串可以通过切片标志来表示:两个由冒号隔开的索引ã€?br> 
Courier>>>
word[4]

'A'

>>> word[0:2]

'He'

>>> word[2:4]

'lp'


#以上的我都内搞æ‡?br> 
#以下是我试验的结果,为什么呀


>>> word[4]

Traceback (most recent call last):

  File "<", line 1, in ?

NameError: name 'word' is not defined

>>> string.strip('str') + 'ing'

Traceback (most recent call last):

  File "<", line 1, in ?

NameError: name 'string' is not defined

>>> 


#哪位大哥指点一下,是不是我有知识漏洞啊

字符串索引是用来干什么的


ps:问题多多å•?br> 


åœ?2005.5.16, 下午12:57, 马剑 写道ï¼?br> 

还是少林寺的扫地僧厉害,乔峰他爸都不是对手,呵呵ã€?br> 
python适合做业务层面的快速开发,尤其是对效率要求不是太强的时候。如果非è¦?br> 
强调效率,也可以通过用c来实现一些费时的操作,并和python联合运行ã€?br> 
到目前为止,在pc的高层开发领域,python几乎无所不能。。。这得益于他强大çš?br> 
嵌入性和扩展性ã€?br> 

On Mon, 16 May 2005 12:02:38 +0800

geckor at 126.com wrote:

=================================================================

呵呵 还是内功深厚的比较好,像郭靖啊,乔峰啊~~厉害!!!

对了。问问大家:python适合做什么呢?网页开发还是~~~

åœ?2005.5.16, 上午11:37, 张雄 写道ï¼?br> 



江湖上有两类高手:内功比较深厚的;武功比较怪异的ã€?br> 
 


发件äº? python-chinese-bounces at lists.python.cn 

[mailto:python-chinese-bounces at lists.python.cn] 代表 geckor at 126.com

发送时é—? 2005å¹?æœ?6æ—?11:09

收件äº? qutr at tjub.com.cn; python-chinese at lists.python.cn

主题: Re: _[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?

 


嗨,喜欢吃螃蟹的就是少啊,继续我的特立独行吧。本来在学校用mac的人就少,现在又对python感兴趣,学校里也人用这个编程。看来我是越来越è„?

离群众了å•?br> 
郁闷ä¸?lt;fontfamily>Hiragino Kaku Gothic Pro〜〜ã€?br> 

åœ?2005.5.16, 上午9:00, Carambo 写道ï¼?br> 
geckor,你å¥?br> 

你的问题要到Python的官方网站去看,可能用mac的人很少。呵呵!


 Carambo,qutr at tjub.com.cn

2005-5-16----- 收到以下来信内容-----

发件äº?geckor

收件äº?刘颉,python-chinese

æ—?é—?2005-05-15, 21:40:30

ä¸?é¢?Re:_[python-chinese]_Re:_linux下如何从源码安装wxPyth_on?


我的系统是mac os x.3.9 请问在mac下用python有什么需要特别之处吗

需要注意什么?ï¼?br> 
åœ?005.5.15, 下午9:28, 刘颉 写道ï¼?br> 

我的系统是magiclinux,也自带了python2.4..但我是下载了wxPython的rpm文件,共三ä¸?br> 
(common,devel,gtk)for

redhatçš?安装后可以运行Boa.你可以到wxpython.sf.net上直接下è½?





On 5/15/05, wang bin <<wangbin1979 at gmail.com> wrote:

我的系统是slackware 10.1,自带的python

2.4.1,现在我想学习wxPython,所以下载了wxPython-src-2.6.0..0。但是不知道改怎样安装,并且支æŒ?br> 

unicode。之前我单独安装了wxWidget(为了安装xchm软件ï¼?请问还需要重新装吗?我看了wxPython自带的文档,但是没有çœ?br> 
明白,执è¡?br> 
python setup.py build

总是报错,请问有没有人在linux下装过,请给一些提示,谢谢ã€?br> 
--

想飞之心,永远不死!


_______________________________________________

python-chinese list

python-chinese at lists.python.cn

http://python.cn/mailman/listinfo/python-chinese




 _______________________________________________

 python-chinese list

 python-chinese at lists.python.cn

 http://python.cn/mailman/listinfo/python-chinese

_______________________________________________

 python-chinese list

 python-chinese at lists.python.cn

 http://python.cn/mailman/listinfo/python-chinese

_______________________________________________

python-chinese list

python-chinese at lists.python.cn

http://python.cn/mailman/listinfo/python-chinese




_______________________________________________

python-chinese list

python-chinese at lists.python.cn

http://python.cn/mailman/listinfo/python-chinese



_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050516/17d8da9d/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号