Python论坛  - 讨论区

标题:[python-chinese] 问一个正则表达式的问题

2006年11月23日 星期四 09:31

WhiteFox wyh817在gmail.com
星期四 十一月 23 09:31:58 HKT 2006

正则表达式我一直搞不太清楚。。。
我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
比如
brad:/dsoe2na43oghad,,bradodua2nwifxyz

我用的
brad/S+brad/S+xyz
不行。。。
谢谢了

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

2006年11月23日 星期四 09:35

limodou limodou在gmail.com
星期四 十一月 23 09:35:35 HKT 2006

On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> 正则表达式我一直搞不太清楚。。。
> 我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
> 比如
> brad:/dsoe2na43oghad,,bradodua2nwifxyz
>
> 我用的
> brad/S+brad/S+xyz
> 不行。。。
> 谢谢了

把/改为\就行了。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

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

2006年11月23日 星期四 09:42

Zuggie magicccc在gmail.com
星期四 十一月 23 09:42:04 HKT 2006

Dear all,
    寫好一個程式,用py2exe生成可執行文件,拷貝到別的電腦時,有的電腦可以正常使用,有的電腦不行,提示說少某個dll文件,但這個dll文件在當前目錄下是存在的,請問怎麽解決這個問題?如果是因爲 windows 版本的問題,該怎麽辦?

Thanks 

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

2006年11月23日 星期四 09:45

WhiteFox wyh817在gmail.com
星期四 十一月 23 09:45:07 HKT 2006

哦,我邮件写错了,不好意思,我程序是写的\
,但是还是匹配不出来啊。。。

2006/11/23, limodou <limodou在gmail.com>:
> On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> > 正则表达式我一直搞不太清楚。。。
> > 我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
> > 比如
> > brad:/dsoe2na43oghad,,bradodua2nwifxyz
> >
> > 我用的
> > brad/S+brad/S+xyz
> > 不行。。。
> > 谢谢了
>
> 把/改为\就行了。
>
> --
> I like python!
> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月23日 星期四 09:47

limodou limodou在gmail.com
星期四 十一月 23 09:47:08 HKT 2006

On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> 哦,我邮件写错了,不好意思,我程序是写的\
> ,但是还是匹配不出来啊。。。
>
可是我试了,改为\就可以匹配啊。


-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

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

2006年11月23日 星期四 10:07

syli hailang_0512在163.com
星期四 十一月 23 10:07:38 HKT 2006

^brad.*brad.*xyz$

----- Original Message ----- 
From: "WhiteFox" <wyh817在gmail.com>
To: <python-chinese在lists.python.cn>
Sent: Thursday, November 23, 2006 9:45 AM
Subject: Re: [python-chinese]问一个正则表达式的问题


> 哦,我邮件写错了,不好意思,我程序是写的\
> ,但是还是匹配不出来啊。。。
> 
> 2006/11/23, limodou <limodou在gmail.com>:
>> On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
>> > 正则表达式我一直搞不太清楚。。。
>> > 我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
>> > 比如
>> > brad:/dsoe2na43oghad,,bradodua2nwifxyz
>> >
>> > 我用的
>> > brad/S+brad/S+xyz
>> > 不行。。。
>> > 谢谢了
>>
>> 把/改为\就行了。
>>
>> --
>> I like python!
>> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
>> My Blog: http://www.donews.net/limodou
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月23日 星期四 10:09

天才狐狸 mem_fox在263.net
星期四 十一月 23 10:09:27 HKT 2006

brad\S+xyz 这个不行吗?
----- Original Message ----- 
From: "WhiteFox" <wyh817 at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Thursday, November 23, 2006 9:45 AM
Subject: Re: [python-chinese]问一个正则表达式的问题


> 哦,我邮件写错了,不好意思,我程序是写的\
> ,但是还是匹配不出来啊。。。
> 
> 2006/11/23, limodou <limodou at gmail.com>:
>> On 11/23/06, WhiteFox <wyh817 at gmail.com> wrote:
>> > 正则表达式我一直搞不太清楚。。。
>> > 我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
>> > 比如
>> > brad:/dsoe2na43oghad,,bradodua2nwifxyz
>> >
>> > 我用的
>> > brad/S+brad/S+xyz
>> > 不行。。。
>> > 谢谢了
>>
>> 把/改为\就行了。
>>
>> --
>> I like python!
>> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
>> My Blog: http://www.donews.net/limodou
>> _______________________________________________
>> 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

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

2006年11月23日 星期四 13:49

WhiteFox wyh817在gmail.com
星期四 十一月 23 13:49:08 HKT 2006

>>> s="brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz"
>>> re.search("brad\S+brad\S+xyz",s)
>>> re.search("brad\S+brad\S+xyz",s).group()
Traceback (most recent call last):
  File "", line 1, in ?
AttributeError: 'NoneType' object has no attribute 'group'


这上面是我的运行结果,我也不知道为什么。。。。

2006/11/23, 天才狐狸 <mem_fox在263.net>:
> brad\S+xyz 这个不行吗?
> ----- Original Message -----
> From: "WhiteFox" <wyh817在gmail.com>
> To: <python-chinese在lists.python.cn>
> Sent: Thursday, November 23, 2006 9:45 AM
> Subject: Re: [python-chinese]问一个正则表达式的问题
>
>
> > 哦,我邮件写错了,不好意思,我程序是写的\
> > ,但是还是匹配不出来啊。。。
> >
> > 2006/11/23, limodou <limodou在gmail.com>:
> >> On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> >> > 正则表达式我一直搞不太清楚。。。
> >> > 我想问一下,如果我想匹配一个字符串,他是brad开头,中间也有一个brad,然后结尾是xyz的字符串怎么匹配啊 。。
> >> > 比如
> >> > brad:/dsoe2na43oghad,,bradodua2nwifxyz
> >> >
> >> > 我用的
> >> > brad/S+brad/S+xyz
> >> > 不行。。。
> >> > 谢谢了
> >>
> >> 把/改为\就行了。
> >>
> >> --
> >> I like python!
> >> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
> >> My Blog: http://www.donews.net/limodou
> >> _______________________________________________
> >> python-chinese
> >> Post: send python-chinese在lists.python.cn
> >> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> >> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> >> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月23日 星期四 13:54

Leo Jay python.leojay在gmail.com
星期四 十一月 23 13:54:04 HKT 2006

On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
>
> >>> s="brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz"
> >>> re.search("brad\S+brad\S+xyz",s)
> >>> re.search("brad\S+brad\S+xyz",s).group()
> Traceback (most recent call last):
>   File "", line 1, in ?
> AttributeError: 'NoneType' object has no attribute 'group'
>
>
> ÕâÉÏÃæÊÇÎÒµÄÔËÐнá¹û£¬ÎÒÒ²²»ÖªµÀΪʲô¡£¡£¡£¡£
>
>

\S±íʾ·Çwhitespace£¬µ«ÄãÃ÷Ã÷sÖÐÓÐÒ»¸ö¿Õ¸ñ°¡¡£

-- 
Best Regards,
Leo Jay
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061123/08b3d95a/attachment.html 

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

2006年11月23日 星期四 13:55

limodou limodou在gmail.com
星期四 十一月 23 13:55:21 HKT 2006

On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> >>> s="brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz"
> >>> re.search("brad\S+brad\S+xyz",s)
> >>> re.search("brad\S+brad\S+xyz",s).group()
> Traceback (most recent call last):
>   File "", line 1, in ?
> AttributeError: 'NoneType' object has no attribute 'group'
>
>
这个串与第一个串不同啊。你的第一封邮件是:

brad:/dsoe2na43oghad,,bradodua2nwifxyz

现在是:

brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz

这里面有了空格,所以\S匹配就有问题了。用别人提供的试试吧。


-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

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

2006年11月23日 星期四 15:26

头太晕 torrycn在gmail.com
星期四 十一月 23 15:26:50 HKT 2006

ÔÚÄãµÄϵͳÀïÕÒµ½ÄǸödllÎļþ,È»ºó¸ú³ÌÐòÒ»Æð·¢²¼,·ÅÔÚ³ÌÐòĿ¼Ï¼´¿É.

2006/11/23, Zuggie <magicccc在gmail.com>:
>
> Dear all,
>     Œ‘ºÃÒ»‚€³Ìʽ£¬ÓÃpy2exeÉú³É¿ÉˆÌÐÐÎļþ£¬¿½Øµ½„eµÄëŠÄX•r£¬ÓеÄëŠÄX¿ÉÒÔÕý³£Ê¹Óã¬ÓеÄëŠÄX²»ÐУ¬ÌáʾÕfÉÙij‚€dllÎļþ£¬µ«ß@‚€dllÎļþÔÚ®”Ç°Ä¿ä›ÏÂÊÇ´æÔڵģ¬Õˆ†–Ôõ÷á½â›Qß@‚€†–î}£¿Èç¹ûÊÇÒò ‘
> windows °æ±¾µÄ†–î}£¬Ô“Ôõ÷áÞk£¿
>
> Thanks
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061123/a1fe7570/attachment.htm 

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

2006年11月23日 星期四 15:44

Zuggie magicccc在gmail.com
星期四 十一月 23 15:44:40 HKT 2006

我是放在程式目录下的,直接从系统中找到拷贝过来的,什么都没动,但把程式拷到别的机器时,在目录下有这个文件了,但还是总提示找不到这个 dll 文件。
  ----- 原始邮件 ----- 
  发件人: 头太晕 
  收件人: python-chinese at lists.python.cn 
  日期: 2006年11月23日 下午 03:26
  主题: Re: [python-chinese] py2exe的使用


  在你的系统里找到那个dll文件,然后跟程序一起发布,放在程序目录下即可.


  2006/11/23, Zuggie <magicccc at gmail.com>: 
    Dear all,
        寫好一個程式,用py2exe生成可執行文件,拷貝到別的電腦時,有的電腦可以正常使用,有的電腦不行,提示說少某個dll文件,但這個dll文件在當前目錄下是存在的,請問怎麽解決這個問題?如果是因爲 windows 版本的問題,該怎麽辦?

    Thanks
    _______________________________________________
    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://python.cn/pipermail/python-chinese/attachments/20061123/44492be8/attachment.html 

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

2006年11月23日 星期四 15:49

=?GB2312?B?hWSEXoVk?= wanliyou在gmail.com
星期四 十一月 23 15:49:46 HKT 2006

·¾¶Àï²»ÒªÓпոñÊÔÏÂ

On 11/23/06, Zuggie <magicccc at gmail.com> wrote:
>
>  ÎÒÊÇ·ÅÔÚ³ÌʽĿ¼Ïµģ¬Ö±½Ó´ÓϵͳÖÐÕÒµ½¿½±´¹ýÀ´µÄ£¬Ê²Ã´¶¼Ã»¶¯£¬µ«°Ñ³Ìʽ¿½µ½±ðµÄ»úÆ÷ʱ£¬ÔÚĿ¼ÏÂÓÐÕâ¸öÎļþÁË£¬µ«»¹ÊÇ×ÜÌáʾÕÒ²»µ½Õâ¸ö dll Îļþ¡£
>
> ----- ԭʼÓʼþ -----
> *·¢¼þÈË:* Í·Ì«ÔÎ <torrycn at gmail.com>
> *ÊÕ¼þÈË:* python-chinese at lists.python.cn
> *ÈÕÆÚ:* 2006Äê11ÔÂ23ÈÕ ÏÂÎç 03:26
> *Ö÷Ìâ:* Re: [python-chinese] py2exeµÄʹÓÃ
>
> ÔÚÄãµÄϵͳÀïÕÒµ½ÄǸödllÎļþ,È»ºó¸ú³ÌÐòÒ»Æð·¢²¼,·ÅÔÚ³ÌÐòĿ¼Ï¼´¿É.
>
> 2006/11/23, Zuggie <magicccc at gmail.com>:
> >
> > Dear all,
> >     Œ‘ºÃÒ»‚€³Ìʽ£¬ÓÃpy2exeÉú³É¿ÉˆÌÐÐÎļþ£¬¿½Øµ½„eµÄëŠÄX•r£¬ÓеÄëŠÄX¿ÉÒÔÕý³£Ê¹Óã¬ÓеÄëŠÄX²»ÐУ¬ÌáʾÕfÉÙij‚€dllÎļþ£¬µ«ß@‚€dllÎļþÔÚ®”Ç°Ä¿ä›ÏÂÊÇ´æÔڵģ¬Õˆ†–Ôõ÷á½â›Qß@‚€†–î}£¿Èç¹ûÊÇÒò ‘
> > windows °æ±¾µÄ†–î}£¬Ô“Ôõ÷áÞk£¿
> >
> > Thanks
> > _______________________________________________
> > 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
>



-- 
------======Nerazzurri======------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061123/b219e4bd/attachment-0001.htm 

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

2006年11月23日 星期四 15:56

Zuggie magicccc在gmail.com
星期四 十一月 23 15:56:23 HKT 2006

没有空格,直接是在根目录下创建了一个文件夹,文件夹名字中也没有空格
  ----- 原始邮件 ----- 
  发件人: 卍刕卍 
  收件人: python-chinese at lists.python.cn 
  日期: 2006年11月23日 下午 03:49
  主题: Re: [python-chinese] 答复: py2exe的使用


  路径里不要有空格试下


  On 11/23/06, Zuggie <magicccc at gmail.com> wrote: 
    我是放在程式目录下的,直接从系统中找到拷贝过来的,什么都没动,但把程式拷到别的机器时,在目录下有这个文件了,但还是总提示找不到这个 dll 文件。
      ----- 原始邮件 ----- 
      发件人: 头太晕 
      收件人: python-chinese at lists.python.cn 
      日期: 2006年11月23日 下午 03:26
      主题: Re: [python-chinese] py2exe的使用 


      在你的系统里找到那个dll文件,然后跟程序一起发布,放在程序目录下即可.


      2006/11/23, Zuggie <magicccc at gmail.com>: 
        Dear all,
            寫好一個程式,用py2exe生成可執行文件,拷貝到別的電腦時,有的電腦可以正常使用,有的電腦不行,提示說少某個dll文件,但這個dll文件在當前目錄下是存在的,請問怎麽解決這個問題?如果是因爲 windows 版本的問題,該怎麽辦?

        Thanks
        _______________________________________________
        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://python.cn/pipermail/python-chinese/attachments/20061123/8b8188d5/attachment.html 

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

2006年11月23日 星期四 15:58

Zuggie magicccc在gmail.com
星期四 十一月 23 15:58:03 HKT 2006

并不是全部的电脑都不能,只是部分。能使用的系统都是 2003 或者 xp,不能使用的好像是 2000。
  ----- 原始邮件 ----- 
  发件人: 卍刕卍 
  收件人: python-chinese at lists.python.cn 
  日期: 2006年11月23日 下午 03:49
  主题: Re: [python-chinese] 答复: py2exe的使用


  路径里不要有空格试下


  On 11/23/06, Zuggie <magicccc at gmail.com> wrote: 
    我是放在程式目录下的,直接从系统中找到拷贝过来的,什么都没动,但把程式拷到别的机器时,在目录下有这个文件了,但还是总提示找不到这个 dll 文件。
      ----- 原始邮件 ----- 
      发件人: 头太晕 
      收件人: python-chinese at lists.python.cn 
      日期: 2006年11月23日 下午 03:26
      主题: Re: [python-chinese] py2exe的使用 


      在你的系统里找到那个dll文件,然后跟程序一起发布,放在程序目录下即可.


      2006/11/23, Zuggie <magicccc at gmail.com>: 
        Dear all,
            寫好一個程式,用py2exe生成可執行文件,拷貝到別的電腦時,有的電腦可以正常使用,有的電腦不行,提示說少某個dll文件,但這個dll文件在當前目錄下是存在的,請問怎麽解決這個問題?如果是因爲 windows 版本的問題,該怎麽辦?

        Thanks
        _______________________________________________
        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://python.cn/pipermail/python-chinese/attachments/20061123/75bae3f3/attachment.htm 

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

2006年11月23日 星期四 16:53

WhiteFox wyh817在gmail.com
星期四 十一月 23 16:53:44 HKT 2006

哦,明白了,谢谢各位了啊。。。
我用了^brad.*brad.*xyz$,很好用,呵呵

2006/11/23, limodou <limodou在gmail.com>:
> On 11/23/06, WhiteFox <wyh817在gmail.com> wrote:
> > >>> s="brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz"
> > >>> re.search("brad\S+brad\S+xyz",s)
> > >>> re.search("brad\S+brad\S+xyz",s).group()
> > Traceback (most recent call last):
> >   File "", line 1, in ?
> > AttributeError: 'NoneType' object has no attribute 'group'
> >
> >
> 这个串与第一个串不同啊。你的第一封邮件是:
>
> brad:/dsoe2na43oghad,,bradodua2nwifxyz
>
> 现在是:
>
> brad:mpfeadfdfdaefda brad<4efdsafqergd.xyz
>
> 这里面有了空格,所以\S匹配就有问题了。用别人提供的试试吧。
>
>
> --
> I like python!
> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

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

2006年11月24日 星期五 14:21

Chao Xiong chaox.maillist在gmail.com
星期五 十一月 24 14:21:30 HKT 2006

嗯,我也碰到过这个问题,2000不能使用。。。而且我用pyinstaller也试过,也这样。

2006/11/23, Zuggie <magicccc at gmail.com>:
>
>  并不是全部的电脑都不能,只是部分。能使用的系统都是 2003 或者 xp,不能使用的好像是 2000。
>
> ----- 原始邮件 -----
> *发件人:* 卍刕卍 <wanliyou at gmail.com>
> *收件人:* python-chinese at lists.python.cn
> *日期:* 2006年11月23日 下午 03:49
> *主题:* Re: [python-chinese] 答复: py2exe的使用
>
>
> 路径里不要有空格试下
>
> On 11/23/06, Zuggie <magicccc at gmail.com> wrote:
> >
> >  我是放在程式目录下的,直接从系统中找到拷贝过来的,什么都没动,但把程式拷到别的机器时,在目录下有这个文件了,但还是总提示找不到这个 dll
> > 文件。
> >
> > ----- 原始邮件 -----
> > *发件人:* 头太晕 <torrycn at gmail.com>
> > *收件人:* python-chinese at lists.python.cn
> > *日期:* 2006年11月23日 下午 03:26
> > *主题:* Re: [python-chinese] py2exe的使用
> >
> >
> > 在你的系统里找到那个dll文件,然后跟程序一起发布,放在程序目录下即可.
> >
> > 2006/11/23, Zuggie <magicccc at gmail.com>:
> > >
> > > Dear all,
> > >     寫好一個程式,用py2exe生成可執行文件,拷貝到別的電腦時,有的電腦可以正常使用,有的電腦不行,提示說少某個dll文件,但這個dll文件在當前目錄下是存在的,請問怎麽解決這個問題?如果是因爲
> > > windows 版本的問題,該怎麽辦?
> > >
> > > Thanks
> > > _______________________________________________
> > > 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/675bcfb2/attachment.html 

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

2006年11月24日 星期五 23:50

Bruce Wang number5在gmail.com
星期五 十一月 24 23:50:14 HKT 2006

ÉÙÄĸödllÎļþ?
ÊDz»ÊÇmsvcrt71.dll?


On 11/24/06, Chao Xiong <chaox.maillist在gmail.com> wrote:
>
> àÅ£¬ÎÒÒ²Åöµ½¹ýÕâ¸öÎÊÌ⣬2000²»ÄÜʹÓᣡ£¡£¶øÇÒÎÒÓÃpyinstallerÒ²ÊÔ¹ý£¬Ò²ÕâÑù¡£
>
> 2006/11/23, Zuggie <magicccc在gmail.com>:
> >
> >  ²¢²»ÊÇÈ«²¿µÄµçÄÔ¶¼²»ÄÜ£¬Ö»ÊDz¿·Ö¡£ÄÜʹÓõÄϵͳ¶¼ÊÇ 2003 »òÕß xp£¬²»ÄÜʹÓõĺÃÏñÊÇ 2000¡£
> >
> > ----- ԭʼÓʼþ -----
> > *·¢¼þÈË:* …d„^…d <wanliyou在gmail.com>
> > *ÊÕ¼þÈË:* python-chinese在lists.python.cn
> > *ÈÕÆÚ:* 2006Äê11ÔÂ23ÈÕ ÏÂÎç 03:49
> > *Ö÷Ìâ:* Re: [python-chinese] ´ð¸´: py2exeµÄʹÓÃ
> >
> >
> > ·¾¶Àï²»ÒªÓпոñÊÔÏÂ
> >
> > On 11/23/06, Zuggie < magicccc在gmail.com> wrote:
> > >
> > >  ÎÒÊÇ·ÅÔÚ³ÌʽĿ¼Ïµģ¬Ö±½Ó´ÓϵͳÖÐÕÒµ½¿½±´¹ýÀ´µÄ£¬Ê²Ã´¶¼Ã»¶¯£¬µ«°Ñ³Ìʽ¿½µ½±ðµÄ»úÆ÷ʱ£¬ÔÚĿ¼ÏÂÓÐÕâ¸öÎļþÁË£¬µ«»¹ÊÇ×ÜÌáʾÕÒ²»µ½Õâ¸ö dll
> > > Îļþ¡£
> > >
> > > ----- ԭʼÓʼþ -----
> > > *·¢¼þÈË:* Í·Ì«ÔÎ <torrycn在gmail.com>
> > > *ÊÕ¼þÈË:* python-chinese在lists.python.cn
> > > *ÈÕÆÚ:* 2006Äê11ÔÂ23ÈÕ ÏÂÎç 03:26
> > > *Ö÷Ìâ:* Re: [python-chinese] py2exeµÄʹÓÃ
> > >
> > >
> > > ÔÚÄãµÄϵͳÀïÕÒµ½ÄǸödllÎļþ,È»ºó¸ú³ÌÐòÒ»Æð·¢²¼,·ÅÔÚ³ÌÐòĿ¼Ï¼´¿É.
> > >
> > > 2006/11/23, Zuggie <magicccc在gmail.com>:
> > > >
> > > > Dear all,
> > > >     Œ‘ºÃÒ»‚€³Ìʽ£¬ÓÃpy2exeÉú³É¿ÉˆÌÐÐÎļþ£¬¿½Øµ½„eµÄëŠÄX•r£¬ÓеÄëŠÄX¿ÉÒÔÕý³£Ê¹Óã¬ÓеÄëŠÄX²»ÐУ¬ÌáʾÕfÉÙij‚€dllÎļþ£¬µ«ß@‚€dllÎļþÔÚ®”Ç°Ä¿ä›ÏÂÊÇ´æÔڵģ¬Õˆ†–Ôõ÷á½â›Qß@‚€†–î}£¿Èç¹ûÊÇÒò ‘
> > > > windows °æ±¾µÄ†–î}£¬Ô“Ôõ÷áÞk£¿
> > > >
> > > > Thanks
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > > > Unsubscribe: send unsubscribe to   python-chinese-request在lists.python.cn
> > > >
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> >
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
simple is good
http://brucewang.net
skype: number5
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/a9b3202e/attachment-0001.html 

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

2006年11月26日 星期日 10:12

Zuggie magicccc在gmail.com
星期日 十一月 26 10:12:35 HKT 2006

是,提示说少 msvcrt71.dll 这个文件,可是这个文件在执行程式目录下是存在的。
  ----- Original Message ----- 
  From: Bruce Wang 
  To: python-chinese at lists.python.cn 
  Date: 2006年11月24日 下午 11:50
  Subject: Re: [python-chinese] 答复: 答复: py2exe的使用


  少哪个dll文件? 
  是不是msvcrt71.dll?



  On 11/24/06, Chao Xiong <chaox.maillist at gmail.com> wrote: 
    嗯,我也碰到过这个问题,2000不能使用。。。而且我用pyinstaller也试过,也这样。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061126/61b3728d/attachment.html 

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

2006年11月27日 星期一 14:17

zhang peng finalmdj在gmail.com
星期一 十一月 27 14:17:10 HKT 2006

我用2000
似乎没问题

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号