Python论坛  - 讨论区

标题:[python-chinese] 请教,用py2exe生成的程序,执行出现错误,winxp好用,win2k出现问题

2008年01月23日 星期三 12:12

Joey tang.jiyu在gmail.com
星期三 一月 23 12:12:41 HKT 2008

Hi All,

ÎÒÓÃpythonдÁ˸öcommand lineµÄ³ÌÐò£¬ÓÃpy2exe´ò°ü£¬ÔÚwin xpÏÂÔËÐÐÁ¼ºÃ¡£

ºóÀ´»»µ½Ò»Ì¨win2kµÄ»úÆ÷ÉÏ£¬ÔËÐÐÊdzöÏÖÈçÏÂÎÊÌâ
C:\Documents and Settings\clab\Desktop\A.TNG\packagertool-
1.0.0.1\Packager_J2ME\
dist>createjar.exe
Traceback (most recent call last):
  File "createjar.py", line 385, in 
  File "createjar.py", line 199, in createJar
  File "os.pyc", line 172, in makedirs
WindowsError: [Error 3] The system cannot find the path specified: ''

²»ÖªµÀ¸ÃÈçºÎ½â¾ö£¬±È½Ï׿±£¬
Ï£Íû´ó¼ÒÖ§ÕС£

лл¡£

×¢£ºÔÚ¶ÔÓ¦µÄ´úÂëÖÐÑ°ÕÒ£¬¶ÔÓ¦µÄÐÐÖв¢Ã»ÓÐÆæ¹ÖµÄµØ·½¡£


-- 
Best Regard,
Tang, Jiyu (Joey)
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20080123/3e382703/attachment.htm 

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

2008年01月23日 星期三 12:17

xxmplus xxmplus在gmail.com
星期三 一月 23 12:17:25 HKT 2008

路径设置问题咯

2008/1/23 Joey <tang.jiyu at gmail.com>:
> Hi All,
>
> 我用python写了个command line的程序,用py2exe打包,在win xp下运行良好。
>
> 后来换到一台win2k的机器上,运行是出现如下问题
> C:\Documents and
> Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> dist>createjar.exe
> Traceback (most recent call last):
>   File "createjar.py", line 385, in 
>   File " createjar.py", line 199, in createJar
>   File "os.pyc", line 172, in makedirs
> WindowsError: [Error 3] The system cannot find the path specified: ''
>
> 不知道该如何解决,比较着急,
> 希望大家支招。
>
> 谢谢。
>
> 注:在对应的代码中寻找,对应的行中并没有奇怪的地方。
>
>
> --
> Best Regard,
> Tang, Jiyu (Joey)
> _______________________________________________
> 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
>



-- 
Any complex technology which doesn't come with documentation must be the best
available.

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

2008年01月23日 星期三 12:20

Joey tang.jiyu在gmail.com
星期三 一月 23 12:20:36 HKT 2008

²»Ì«Ã÷°×£¬

Ó¦¸ÃÈçºÎ½â¾öÄØ£¿



2008/1/23 xxmplus <xxmplus在gmail.com>:

> ·¾¶ÉèÖÃÎÊÌâ¿©
>
> 2008/1/23 Joey <tang.jiyu在gmail.com>:
>  > Hi All,
> >
> > ÎÒÓÃpythonдÁ˸öcommand lineµÄ³ÌÐò£¬ÓÃpy2exe´ò°ü£¬ÔÚwin xpÏÂÔËÐÐÁ¼ºÃ¡£
> >
> > ºóÀ´»»µ½Ò»Ì¨win2kµÄ»úÆ÷ÉÏ£¬ÔËÐÐÊdzöÏÖÈçÏÂÎÊÌâ
> > C:\Documents and
> > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > dist>createjar.exe
> > Traceback (most recent call last):
> >   File "createjar.py", line 385, in 
> >   File " createjar.py", line 199, in createJar
> >   File "os.pyc", line 172, in makedirs
> > WindowsError: [Error 3] The system cannot find the path specified: ''
> >
> > ²»ÖªµÀ¸ÃÈçºÎ½â¾ö£¬±È½Ï׿±£¬
> > Ï£Íû´ó¼ÒÖ§ÕС£
> >
> > лл¡£
> >
> > ×¢£ºÔÚ¶ÔÓ¦µÄ´úÂëÖÐÑ°ÕÒ£¬¶ÔÓ¦µÄÐÐÖв¢Ã»ÓÐÆæ¹ÖµÄµØ·½¡£
> >
> >
> > --
> > Best Regard,
> > Tang, Jiyu (Joey)
> > _______________________________________________
> > 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
> >
>
>
>
> --
> Any complex technology which doesn't come with documentation must be the
> best
> available.
> _______________________________________________
> 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




-- 
Best Regard,
Tang, Jiyu (Joey)
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20080123/8e171de0/attachment.htm 

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

2008年01月23日 星期三 12:24

xxmplus xxmplus在gmail.com
星期三 一月 23 12:24:52 HKT 2008

我猜的:The system cannot find the path specified
既然说找不到,那你原来的程序有没有依赖什么环境变量?有没有硬编码?等等等等。。。

2008/1/23 Joey <tang.jiyu at gmail.com>:
> 不太明白,
>
> 应该如何解决呢?
>
>
>
> 2008/1/23 xxmplus <xxmplus at gmail.com>:
>
> > 路径设置问题咯
> >
> > 2008/1/23 Joey <tang.jiyu at gmail.com>:
> >
> >
> >
> > > Hi All,
> > >
> > > 我用python写了个command line的程序,用py2exe打包,在win xp下运行良好。
> > >
> > > 后来换到一台win2k的机器上,运行是出现如下问题
> > > C:\Documents and
> > > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > > dist>createjar.exe
> > > Traceback (most recent call last):
> > >   File "createjar.py", line 385, in 
> > >   File " createjar.py", line 199, in createJar
> > >   File " os.pyc", line 172, in makedirs
> > > WindowsError: [Error 3] The system cannot find the path specified: ''
> > >
> > > 不知道该如何解决,比较着急,
> > > 希望大家支招。
> > >
> > > 谢谢。
> > >
> > > 注:在对应的代码中寻找,对应的行中并没有奇怪的地方。
> > >
> > >
> > > --
> > > Best Regard,
> > > Tang, Jiyu (Joey)
> > > _______________________________________________
> > > 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
> > >
> >
> >
> >
> > --
> > Any complex technology which doesn't come with documentation must be the
> best
> > available.
> > _______________________________________________
> > 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
>
>
>
> --
> Best Regard,
> Tang, Jiyu (Joey)
> _______________________________________________
> 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
>



-- 
Any complex technology which doesn't come with documentation must be the best
available.

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

2008年01月23日 星期三 12:25

Joey tang.jiyu在gmail.com
星期三 一月 23 12:25:18 HKT 2008

²éÁËһϴúÂ룬ÊÇÔÚijÐе÷ÓÃÁË os.makedirs() Õâ¸öº¯Êý£¬

ÓÃpy2exe×ö³öµÄexe, ÔËÐлáÓÐÎÊÌâô£¿



2008/1/23 Joey <tang.jiyu在gmail.com>:

> ²»Ì«Ã÷°×£¬
>
> Ó¦¸ÃÈçºÎ½â¾öÄØ£¿
> ¹þ
>
>
> 2008/1/23 xxmplus <xxmplus在gmail.com>:
>
> ·¾¶ÉèÖÃÎÊÌâ¿©
> >
> > 2008/1/23 Joey <tang.jiyu在gmail.com>:
> >  > Hi All,
> > >
> > > ÎÒÓÃpythonдÁ˸öcommand lineµÄ³ÌÐò£¬ÓÃpy2exe´ò°ü£¬ÔÚwin xpÏÂÔËÐÐÁ¼ºÃ¡£
> > >
> > > ºóÀ´»»µ½Ò»Ì¨win2kµÄ»úÆ÷ÉÏ£¬ÔËÐÐÊdzöÏÖÈçÏÂÎÊÌâ
> > > C:\Documents and
> > > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > > dist>createjar.exe
> > > Traceback (most recent call last):
> > >   File "createjar.py", line 385, in 
> > >   File " createjar.py", line 199, in createJar
> > >   File " os.pyc", line 172, in makedirs
> > > WindowsError: [Error 3] The system cannot find the path specified: ''
> > >
> > > ²»ÖªµÀ¸ÃÈçºÎ½â¾ö£¬±È½Ï׿±£¬
> > > Ï£Íû´ó¼ÒÖ§ÕС£
> > >
> > > лл¡£
> > >
> > > ×¢£ºÔÚ¶ÔÓ¦µÄ´úÂëÖÐÑ°ÕÒ£¬¶ÔÓ¦µÄÐÐÖв¢Ã»ÓÐÆæ¹ÖµÄµØ·½¡£
> > >
> > >
> > > --
> > > Best Regard,
> > > Tang, Jiyu (Joey)
> > > _______________________________________________
> > > 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
> > >
> >
> >
> >
> > --
> > Any complex technology which doesn't come with documentation must be the
> > best
> > available.
> > _______________________________________________
> > 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
>
>
>
>
> --
>
> Best Regard,
> Tang, Jiyu (Joey)
>



-- 
Best Regard,
Tang, Jiyu (Joey)
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20080123/de22a71b/attachment.html 

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

2008年01月23日 星期三 12:47

xxmplus xxmplus在gmail.com
星期三 一月 23 12:47:21 HKT 2008

可能是你没有权限?

2008/1/23 Joey <tang.jiyu at gmail.com>:
> 查了一下代码,是在某行调用了 os.makedirs() 这个函数,
>
> 用py2exe做出的exe, 运行会有问题么?
>
>
>
>
>
> 2008/1/23 Joey <tang.jiyu at gmail.com>:
>
> >
> > 不太明白,
> >
> > 应该如何解决呢?
> > 哈
> >
> >
> > 2008/1/23 xxmplus <xxmplus at gmail.com>:
> >
> >
> >
> >
> > > 路径设置问题咯
> > >
> > > 2008/1/23 Joey <tang.jiyu at gmail.com >:
> > >
> > >
> > >
> > > > Hi All,
> > > >
> > > > 我用python写了个command line的程序,用py2exe打包,在win xp下运行良好。
> > > >
> > > > 后来换到一台win2k的机器上,运行是出现如下问题
> > > > C:\Documents and
> > > > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > > > dist>createjar.exe
> > > > Traceback (most recent call last):
> > > >   File "createjar.py", line 385, in 
> > > >   File " createjar.py", line 199, in createJar
> > > >   File " os.pyc", line 172, in makedirs
> > > > WindowsError: [Error 3] The system cannot find the path specified: ''
> > > >
> > > > 不知道该如何解决,比较着急,
> > > > 希望大家支招。
> > > >
> > > > 谢谢。
> > > >
> > > > 注:在对应的代码中寻找,对应的行中并没有奇怪的地方。
> > > >
> > > >
> > > > --
> > > > Best Regard,
> > > > Tang, Jiyu (Joey)
> > > > _______________________________________________
> > > > 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
> > > >
> > >
> > >
> > >
> > > --
> > > Any complex technology which doesn't come with documentation must be the
> best
> > > available.
> > > _______________________________________________
> > > 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
> >
> >
> >
> > --
> >
> >
> >
> > Best Regard,
> > Tang, Jiyu (Joey)
>
>
>
> --
>
>
> Best Regard,
> Tang, Jiyu (Joey)
> _______________________________________________
> 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
>



-- 
Any complex technology which doesn't come with documentation must be the best
available.

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

2008年01月23日 星期三 12:56

Weimin Li wli在sst.com
星期三 一月 23 12:56:52 HKT 2008

把源代码拷贝到exe相同的路径下试试,不过还是推荐用pyinstaller这个生成单个exe文件感觉更好用.
-----Original Message-----
From: python-chinese-bounces在lists.python.cn [mailto:python-chinese-bounces在lists.python.cn] On Behalf Of xxmplus
Sent: 2008年1月23日 12:47
To: python-chinese在lists.python.cn
Subject: Re: [python-chinese]请教,用py2exe生成的程序,执行出现错误,winxp好用,win2k出现问题

可能是你没有权限?

2008/1/23 Joey <tang.jiyu在gmail.com>:
> 查了一下代码,是在某行调用了 os.makedirs() 这个函数,
>
> 用py2exe做出的exe, 运行会有问题么?
>
>
>
>
>
> 2008/1/23 Joey <tang.jiyu在gmail.com>:
>
> >
> > 不太明白,
> >
> > 应该如何解决呢?
> > 哈
> >
> >
> > 2008/1/23 xxmplus <xxmplus在gmail.com>:
> >
> >
> >
> >
> > > 路径设置问题咯
> > >
> > > 2008/1/23 Joey <tang.jiyu在gmail.com >:
> > >
> > >
> > >
> > > > Hi All,
> > > >
> > > > 我用python写了个command line的程序,用py2exe打包,在win xp下运行良好。
> > > >
> > > > 后来换到一台win2k的机器上,运行是出现如下问题
> > > > C:\Documents and
> > > > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > > > dist>createjar.exe
> > > > Traceback (most recent call last):
> > > >   File "createjar.py", line 385, in 
> > > >   File " createjar.py", line 199, in createJar
> > > >   File " os.pyc", line 172, in makedirs
> > > > WindowsError: [Error 3] The system cannot find the path specified: ''
> > > >
> > > > 不知道该如何解决,比较着急,
> > > > 希望大家支招。
> > > >
> > > > 谢谢。
> > > >
> > > > 注:在对应的代码中寻找,对应的行中并没有奇怪的地方。
> > > >
> > > >
> > > > --
> > > > Best Regard,
> > > > Tang, Jiyu (Joey)
> > > > _______________________________________________
> > > > 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
> > > >
> > >
> > >
> > >
> > > --
> > > Any complex technology which doesn't come with documentation must be the
> best
> > > available.
> > > _______________________________________________
> > > 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
> >
> >
> >
> > --
> >
> >
> >
> > Best Regard,
> > Tang, Jiyu (Joey)
>
>
>
> --
>
>
> Best Regard,
> Tang, Jiyu (Joey)
> _______________________________________________
> 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
>



-- 
Any complex technology which doesn't come with documentation must be the best
available.
_______________________________________________
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]

2008年01月23日 星期三 14:03

Joey tang.jiyu在gmail.com
星期三 一月 23 14:03:44 HKT 2008

·¢ÏÖ³ÌÐòÔÚvistaÉÏûÓÐÎÊÌâ

°Ños.makedirs()×¢ÊÓµôºó£¬ÓÃpy2exeÉú³É£¬È»ºóÔÚwin2kÏÂÔËÐУ¬ÎÊÌâҲûÓÐÁË¡£

¸Ð¾õ¾ÍÊÇos.makedirs()µÄÎÊÌ⣬¹Ö¹Ö¡£

2008/1/23 Weimin Li <wli在sst.com>:

>
> °ÑÔ´´úÂ뿽±´µ½exeÏàͬµÄ·¾¶ÏÂÊÔÊÔ,²»¹ý»¹ÊÇÍƼöÓÃpyinstallerÕâ¸öÉú³Éµ¥¸öexeÎļþ¸Ð¾õ¸üºÃÓÃ.
>  -----Original Message-----
> From: python-chinese-bounces在lists.python.cn [mailto:
> python-chinese-bounces在lists.python.cn] On Behalf Of xxmplus
> Sent: 2008Äê1ÔÂ23ÈÕ 12:47
> To: python-chinese在lists.python.cn
> Subject: Re: [python-chinese]Çë½Ì£¬ÓÃpy2exeÉú³ÉµÄ³ÌÐò£¬Ö´ÐгöÏÖ´íÎó£¬winxpºÃÓã¬win2k³öÏÖÎÊÌâ
>
> ¿ÉÄÜÊÇÄãûÓÐȨÏÞ£¿
>
> 2008/1/23 Joey <tang.jiyu在gmail.com>:
> > ²éÁËһϴúÂ룬ÊÇÔÚijÐе÷ÓÃÁË os.makedirs() Õâ¸öº¯Êý£¬
> >
> > ÓÃpy2exe×ö³öµÄexe, ÔËÐлáÓÐÎÊÌâô£¿
> >
> >
> >
> >
> >
> > 2008/1/23 Joey <tang.jiyu在gmail.com>:
> >
> > >
> > > ²»Ì«Ã÷°×£¬
> > >
> > > Ó¦¸ÃÈçºÎ½â¾öÄØ£¿
> > > ¹þ
> > >
> > >
> > > 2008/1/23 xxmplus <xxmplus在gmail.com>:
> > >
> > >
> > >
> > >
> > > > ·¾¶ÉèÖÃÎÊÌâ¿©
> > > >
> > > > 2008/1/23 Joey <tang.jiyu在gmail.com >:
> > > >
> > > >
> > > >
> > > > > Hi All,
> > > > >
> > > > > ÎÒÓÃpythonдÁ˸öcommand lineµÄ³ÌÐò£¬ÓÃpy2exe´ò°ü£¬ÔÚwin xpÏÂÔËÐÐÁ¼ºÃ¡£
> > > > >
> > > > > ºóÀ´»»µ½Ò»Ì¨win2kµÄ»úÆ÷ÉÏ£¬ÔËÐÐÊdzöÏÖÈçÏÂÎÊÌâ
> > > > > C:\Documents and
> > > > > Settings\clab\Desktop\A.TNG\packagertool-1.0.0.1\Packager_J2ME\
> > > > > dist>createjar.exe
> > > > > Traceback (most recent call last):
> > > > >   File "createjar.py", line 385, in 
> > > > >   File " createjar.py", line 199, in createJar
> > > > >   File " os.pyc", line 172, in makedirs
> > > > > WindowsError: [Error 3] The system cannot find the path specified:
> ''
> > > > >
> > > > > ²»ÖªµÀ¸ÃÈçºÎ½â¾ö£¬±È½Ï׿±£¬
> > > > > Ï£Íû´ó¼ÒÖ§ÕС£
> > > > >
> > > > > лл¡£
> > > > >
> > > > > ×¢£ºÔÚ¶ÔÓ¦µÄ´úÂëÖÐÑ°ÕÒ£¬¶ÔÓ¦µÄÐÐÖв¢Ã»ÓÐÆæ¹ÖµÄµØ·½¡£
> > > > >
> > > > >
> > > > > --
> > > > > Best Regard,
> > > > > Tang, Jiyu (Joey)
> > > > > _______________________________________________
> > > > > 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
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Any complex technology which doesn't come with documentation must be
> the
> > best
> > > > available.
> > > > _______________________________________________
> > > > 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
> > >
> > >
> > >
> > > --
> > >
> > >
> > >
> > > Best Regard,
> > > Tang, Jiyu (Joey)
> >
> >
> >
> > --
> >
> >
> > Best Regard,
> > Tang, Jiyu (Joey)
> > _______________________________________________
> > 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
> >
>
>
>
> --
> Any complex technology which doesn't come with documentation must be the
> best
> available.
> _______________________________________________
> 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
>



-- 
Best Regard,
Tang, Jiyu (Joey)
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20080123/5a9306b4/attachment-0001.html 

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

2008年01月23日 星期三 14:27

Jiahua Huang jhuangjiahua在gmail.com
星期三 一月 23 14:27:04 HKT 2008

请问可有 GUI 的 pyinstaller,

不会用 Windows 的 CMD

2008/1/23 Weimin Li <wli at sst.com>:
>
> 把源代码拷贝到exe相同的路径下试试,不过还是推荐用pyinstaller这个生成单个exe文件感觉更好用.
>

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

2008年01月23日 星期三 14:32

Weimin Li wli在sst.com
星期三 一月 23 14:32:57 HKT 2008


您看下readme文件,类似sample就三行,照着改下就可以了. 要加强版的就参考Manual.html了.

-----Original Message-----
From: python-chinese-bounces在lists.python.cn [mailto:python-chinese-bounces在lists.python.cn] On Behalf Of Jiahua Huang
Sent: 2008年1月23日 14:27
To: python-chinese在lists.python.cn
Subject: Re: [python-chinese]请教,用py2exe生成的程序,执行出现错误,winxp好用,win2k出现问题

请问可有 GUI 的 pyinstaller,

不会用 Windows 的 CMD

2008/1/23 Weimin Li <wli在sst.com>:
>
> 把源代码拷贝到exe相同的路径下试试,不过还是推荐用pyinstaller这个生成单个exe文件感觉更好用.
>
_______________________________________________
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]

2008年01月23日 星期三 14:42

Jiahua Huang jhuangjiahua在gmail.com
星期三 一月 23 14:42:02 HKT 2008

看过,也试用过,
但是 Windows 的 CMD 总用不来,
CMD 里敲那么长的 python 路径实在麻烦

2008/1/23 Weimin Li <wli at sst.com>:
>
> 您看下readme文件,类似sample就三行,照着改下就可以了. 要加强版的就参考Manual.html了.
>

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

2008年01月23日 星期三 14:46

Jiahua Huang jhuangjiahua在gmail.com
星期三 一月 23 14:46:46 HKT 2008

执行那 McGUI.py 报错说
python: can't open file 'Makespec.py': [Errno 2] No such file or directory
python: can't open file 'Build.py': [Errno 2] No such file or directory


2008/1/23 Weimin Li <wli at sst.com>:
>
>
> 您看下readme文件,类似sample就三行,照着改下就可以了. 要加强版的就参考Manual.html了.
>

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

2008年01月23日 星期三 14:52

Weimin Li wli在sst.com
星期三 一月 23 14:52:20 HKT 2008

我用的是rev1.3的,刚搜了下似乎已经有人在搞gui版的了,不妨到official站or google 看下.

这个cmd命令麻烦吗,如果麻烦你就自己做个GUI来实现它的过程吧@@

你的error:
 'Makespec.py', 'Build.py': 不在你python的path下,不妨到pyinstaller目录执行, 然后在命令中输入你的py绝对路径.

-----Original Message-----
From: python-chinese-bounces在lists.python.cn [mailto:python-chinese-bounces在lists.python.cn] On Behalf Of Jiahua Huang
Sent: 2008年1月23日 14:47
To: python-chinese在lists.python.cn
Subject: Re: [python-chinese]请教,用py2exe生成的程序,执行出现错误,winxp好用,win2k出现问题

执行那 McGUI.py 报错说
python: can't open file 'Makespec.py': [Errno 2] No such file or directory
python: can't open file 'Build.py': [Errno 2] No such file or directory


2008/1/23 Weimin Li <wli在sst.com>:
>
>
> 您看下readme文件,类似sample就三行,照着改下就可以了. 要加强版的就参考Manual.html了.
>
_______________________________________________
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]

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号