Python论坛  - 讨论区

标题:[python-chinese] 问一个import问题

2007年07月11日 星期三 16:44

kergee!z kergee在gmail.com
星期三 七月 11 16:44:42 HKT 2007

大家好,我遇到了一个问题,var='os',现在我想import var,直接这样执行肯定会出错,那如何来实现呢?
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070711/ac96affd/attachment.html 

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

2007年07月11日 星期三 16:58

wang_zheng_yong wang_zheng_yong在163.com
星期三 七月 11 16:58:49 HKT 2007

exec("import os")

mystr = ...........

exec(mystr)



wang_zheng_yong
2007-07-11



·¢¼þÈË£º kergee!z
·¢ËÍʱ¼ä£º 2007-07-11 16:45:11
ÊÕ¼þÈË£º python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ [python-chinese]ÎÊÒ»¸öimportÎÊÌâ

´ó¼ÒºÃ£¬ÎÒÓöµ½ÁËÒ»¸öÎÊÌ⣬var='os'£¬ÏÖÔÚÎÒÏëimport var£¬Ö±½ÓÕâÑùÖ´Ðп϶¨»á³ö´í£¬ÄÇÈçºÎÀ´ÊµÏÖÄØ£¿
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070711/591fd4e4/attachment.htm 

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

2007年07月11日 星期三 17:06

赵威 zhaoweikid在163.com
星期三 七月 11 17:06:46 HKT 2007

kergee!z£¬ÄúºÃ£¡ 

¡¡¡¡ÕâÑùÓ¦¸ÃÒ²¿ÉÒÔ°É£º

       os = __import__(var)


======== 2007-07-11 16:44:42 ÄúÔÚÀ´ÐÅÖÐдµÀ£º ========

´ó¼ÒºÃ£¬ÎÒÓöµ½ÁËÒ»¸öÎÊÌ⣬var='os'£¬ÏÖÔÚÎÒÏëimport var£¬Ö±½ÓÕâÑùÖ´Ðп϶¨»á³ö´í£¬ÄÇÈçºÎÀ´ÊµÏÖÄØ£¿

= = = = = = = = = = = = = = = = = = = = = = 
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÖÂ
Àñ£¡

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÕÔÍþ
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡zhaoweikid在163.com
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2007-07-11
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070711/0f175566/attachment.html 

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

2007年07月11日 星期三 17:07

Bruce Wang number5在gmail.com
星期三 七月 11 17:07:50 HKT 2007

On 7/11/07, kergee!z <kergee在gmail.com> wrote:
>
> 大家好,我遇到了一个问题,var='os',现在我想import var,直接这样执行肯定会出错,那如何来实现呢?
>
>

http://www.python.org/doc/2.5/lib/built-in-funcs.html
__import__(var)


-- 
simple is good
http://brucewang.net
skype: number5
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070711/94a40f50/attachment.htm 

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

2007年07月11日 星期三 17:26

kergee!z kergee在gmail.com
星期三 七月 11 17:26:26 HKT 2007

多谢各位

在07-7-11,Bruce Wang <number5在gmail.com> 写道:
>
>
>
> On 7/11/07, kergee!z <kergee在gmail.com> wrote:
> >
> > 大家好,我遇到了一个问题,var='os',现在我想import var,直接这样执行肯定会出错,那如何来实现呢?
> >
> >
>
> http://www.python.org/doc/2.5/lib/built-in-funcs.html
> __import__(var)
>
>
> --
> simple is good
> http://brucewang.net
> skype: number5
> _______________________________________________
> 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/20070711/93684111/attachment.htm 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号