Python论坛  - 讨论区

标题:[python-chinese] [ot] 是邮件列表里的朋友咨询盘古是否支持python和django

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

风向标 vaneoooo在gmail.com
星期四 十一月 23 23:15:25 HKT 2006

ÑÏÖØÅÜÌâÏÂ
¶Ô²»Æð¶Ô²»Æð

È¥Å̹ŵÄÂÛ̳¿´µ½ÓÐÅóÓÑѯÎʺÏ×â·þÎñÆ÷ÊÇ·ñÖ§³Öpython+django
Ç¡ºÃÎÒÒ²ÐèÒª¡£¿´¿´Äܲ»ÄÜÁªÏµÉÏͬÑùÐèÒªdjango+pythonÖ§³ÖµÄµçÐÅ·þÎñÆ÷µÄÅóÓÑ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061123/85997b5f/attachment.htm 

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

2006年11月24日 星期五 09:39

周冲 zhouchong在staff.sina.com.cn
星期五 十一月 24 09:39:34 HKT 2006

ÊäÈëÃüÁîÐÐ python setup.py buildºó±¨ÈçÏ´íÎó,Ë­ÖªµÀÊÇʲôµØ·½³ö´íÁËÂð?

Traceback (most recent call last):

  File "/home/fivinbjn/python/plus/MySQLdbase/setup.py", line 17, in ?

    metadata = dict(config.items('metadata'))

  File "/usr/lib64/python2.3/ConfigParser.py", line 537, in items

    raise NoSectionError(section)

ConfigParser.NoSectionError: No section: 'metadata'

-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/8e251302/attachment.html 

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

2006年11月24日 星期五 16:35

叶彦波 f_yeyanbo在126.com
星期五 十一月 24 16:35:28 HKT 2006

ÈçºÎ½«Ò»¸ö16½øÖÆ×Ö·û´®×ª»»ÎªÒ»¸öÕûÊý?

ÀýÈç: ÎÒÃÇ¿ÉÒÔͨ¹ý
>>> hex(16)
'0x10'
½«Ò»¸öÕûÊýת»»ÎªÒ»¸ö×Ö·û´®,ÎÒÏëÎʵÄÊÇÒ»¸öÏà·´µÄ¹ý³Ì,ÈçºÎ½«'0x10'»ò'10'ת»»ÎªÒ»¸öÕûÊý16?
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/d77d3cbf/attachment.htm 

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

2006年11月24日 星期五 16:47

3751 lwm3751在gmail.com
星期五 十一月 24 16:47:58 HKT 2006

int('0x10', 16)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/0bf57ef2/attachment.htm 

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

2006年11月24日 星期五 16:55

叶彦波 f_yeyanbo在126.com
星期五 十一月 24 16:55:10 HKT 2006

谢谢
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20061124/6194ba99/attachment.html 

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

2006年11月25日 星期六 00:14

Z Zarz zarz.ml在gmail.com
星期六 十一月 25 00:14:30 HKT 2006

在windows下建议使用它的exe安装包.
省得麻烦:)

在06-11-24,周冲 <zhouchong at staff.sina.com.cn> 写道:
>
>  输入命令行 python setup.py build后报如下错误,谁知道是什么地方出错了吗?
>
> Traceback (most recent call last):
>
>   File "/home/fivinbjn/python/plus/MySQLdbase/setup.py", line 17, in ?
>
>     metadata = dict(config.items('metadata'))
>
>   File "/usr/lib64/python2.3/ConfigParser.py", line 537, in items
>
>     raise NoSectionError(section)
>
> ConfigParser.NoSectionError: No section: 'metadata'
>
> _______________________________________________
> 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
>



-- 
------------------------
zarz
------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061125/87871cfa/attachment.html 

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

2006年11月25日 星期六 21:32

aminic.python aminic.python在163.com
星期六 十一月 25 21:32:11 HKT 2006

Z Zarz 写道:
> 在windows下建议使用它的exe安装包.
> 省得麻烦:)
>
> 在06-11-24,*周冲* <zhouchong在staff.sina.com.cn
> zhouchong在staff.sina.com.cn>> 写道:
>
>     输入命令行 python setup.py build后报如下错误, 谁知道是什么地方出错
>     了吗?
>
>     Traceback (most recent call last):
>
>     File "/home/fivinbjn/python/plus/MySQLdbase/setup.py", line 17, in ?
>
>     metadata = dict(config.items('metadata'))
>
>     File "/usr/lib64/python2.3/ConfigParser.py", line 537, in items
>
>     raise NoSectionError(section)
>
>     ConfigParser.NoSectionError: No section: 'metadata'
>
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Unsubscribe: send unsubscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
>
>
> -- 
> ------------------------
> zarz
> ------------------------
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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
下载两个包
一个是mysql
还有一个mysql administrator
mysql是服务器
mysql administrator是图形控制端,用起来比较舒服点


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

2006年11月25日 星期六 21:51

一只小蚂蚁 qixiangnj在gmail.com
星期六 十一月 25 21:51:35 HKT 2006

> ÏÂÔØÁ½¸ö°ü
> Ò»¸öÊÇmysql
> »¹ÓÐÒ»¸ömysql administrator
> mysqlÊÇ·þÎñÆ÷
> mysql administratorÊÇͼÐοØÖƶˣ¬ÓÃÆðÀ´±È½ÏÊæ·þµã


ÍƼöʹÓÃHeidiSQL <http://www.heidisql.com/>Õâ¸öMySQL GUI, ÓÃןÜˬ£¡
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061125/feb8fb55/attachment.htm 

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

2006年11月26日 星期日 15:38

ji.hongsen ji.hongsen在e-trust.com.cn
星期日 十一月 26 15:38:42 HKT 2006

> 推荐使用HeidiSQL <http://www.heidisql.com/>这个MySQL GUI, 用着很爽!

只能显示英文数据啊。。。这个不太爽呀。


On Sat, 25 Nov 2006 21:51:35 +0800
"一只小蚂蚁" <qixiangnj at gmail.com> wrote:

> > 下载两个包
> > 一个是mysql
> > 还有一个mysql administrator
> > mysql是服务器
> > mysql administrator是图形控制端,用起来比较舒服点
> 
> 
> 推荐使用HeidiSQL <http://www.heidisql.com/>这个MySQL GUI, 用着很爽!



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

2006年11月27日 星期一 09:47

郭丹 mark.guo在gmail.com
星期一 十一月 27 09:47:45 HKT 2006

MySQL Administrator还不错,没有英文问题,只是刚用的时候有点奇怪,习惯以后也挺好用.

On 11/26/06, ji.hongsen <ji.hongsen at e-trust.com.cn> wrote:
>
>
> > 推荐使用HeidiSQL <http://www.heidisql.com/>这个MySQL GUI, 用着很爽!
>
> 只能显示英文数据啊。。。这个不太爽呀。
>
>
> On Sat, 25 Nov 2006 21:51:35 +0800
> "一只小蚂蚁" <qixiangnj at gmail.com> wrote:
>
> > > 下载两个包
> > > 一个是mysql
> > > 还有一个mysql administrator
> > > mysql是服务器
> > > mysql administrator是图形控制端,用起来比较舒服点
> >
> >
> > 推荐使用HeidiSQL <http://www.heidisql.com/>这个MySQL GUI, 用着很爽!
>
>
> _______________________________________________
> 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




-- 
"No More"
Mark's Blog  @ www.throughworks.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061127/9641408c/attachment.html 

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

2006年11月27日 星期一 09:52

NewBoyTim newboytim在163.com
星期一 十一月 27 09:52:30 HKT 2006

用了这么久mysql

现在才听说有mysql administrator

今晚回去找一下这个东西

在那里下载呀

 

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 郭丹
Sent: Monday, November 27, 2006 9:48 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 关于MySQLdb的安装

 

MySQL Administrator还不错,没有英文问题,只是刚用的时候有点奇怪,习惯以后也挺
好用.

On 11/26/06, ji.hongsen <ji.hongsen at e-trust.com.cn > wrote:


> 推荐使用HeidiSQL <http://www.heidisql.com/ >这个MySQL GUI, 用着很爽!

只能显示英文数据啊。。。这个不太爽呀。


On Sat, 25 Nov 2006 21:51:35 +0800
"一只小蚂蚁" <qixiangnj at gmail.com> wrote:

> > 下载两个包
> > 一个是mysql
> > 还有一个mysql administrator
> > mysql是服务器
> > mysql administrator是图形控制端,用起来比较舒服点
>
>
> 推荐使用HeidiSQL <http://www.heidisql.com/ >这个MySQL GUI, 用着很爽!


_______________________________________________
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




-- 
"No More"
Mark's Blog  @ www.throughworks.com 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061127/02ebd1fd/attachment.htm 

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

2006年11月27日 星期一 09:57

郭丹 mark.guo在gmail.com
星期一 十一月 27 09:57:35 HKT 2006

MySQL Administrator 是MySQL GUI的一部分.

http://dev.mysql.com/downloads/gui-tools/5.0.html


On 11/27/06, NewBoyTim <newboytim at 163.com> wrote:
>
>  用了这么久mysql
>
> 现在才听说有mysql administrator
>
> 今晚回去找一下这个东西
>
> 在那里下载呀
>
>
>
> ----------------------------------------------------------------
> NewBoyTim
> E-mail:NewBoyTim at 163.com
> Blog:Http://Blog.PartyWind.Com
> Python新手
> ----------------------------------------------------------------
>
>   ------------------------------
>
> *From:* python-chinese-bounces at lists.python.cn [mailto:
> python-chinese-bounces at lists.python.cn] *On Behalf Of *郭丹
> *Sent:* Monday, November 27, 2006 9:48 AM
> *To:* python-chinese at lists.python.cn
> *Subject:* Re: [python-chinese] 关于MySQLdb的安装
>
>
>
> MySQL Administrator还不错,没有英文问题,只是刚用的时候有点奇怪,习惯以后也挺好用.
>
> On 11/26/06, *ji.hongsen* <ji.hongsen at e-trust.com.cn > wrote:
>
>
> > 推荐使用HeidiSQL <http://www.heidisql.com/ >这个MySQL GUI, 用着很爽!
>
> 只能显示英文数据啊。。。这个不太爽呀。
>
>
> On Sat, 25 Nov 2006 21:51:35 +0800
> "一只小蚂蚁" <qixiangnj at gmail.com> wrote:
>
> > > 下载两个包
> > > 一个是mysql
> > > 还有一个mysql administrator
> > > mysql是服务器
> > > mysql administrator是图形控制端,用起来比较舒服点
> >
> >
> > 推荐使用HeidiSQL <http://www.heidisql.com/ >这个MySQL GUI, 用着很爽!
>
>
> _______________________________________________
> 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
>
>
>
>
> --
> "No More"
> Mark's Blog  @ www.throughworks.com
>
> _______________________________________________
> 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
>



-- 
"No More"
Mark's Blog  @ www.throughworks.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061127/21231f04/attachment.html 

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

2006年11月27日 星期一 10:05

NewBoyTim newboytim在163.com
星期一 十一月 27 10:05:15 HKT 2006

原来是5.0的

我还在用4.X

 

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 郭丹
Sent: Monday, November 27, 2006 9:58 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 关于MySQLdb的安装

 

MySQL Administrator 是MySQL GUI的一部分.

http://dev.mysql.com/downloads/gui-tools/5.0.html



On 11/27/06, NewBoyTim <newboytim at 163.com> wrote:

用了这么久mysql

现在才听说有mysql administrator

今晚回去找一下这个东西

在那里下载呀

 

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 郭丹
Sent: Monday, November 27, 2006 9:48 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 关于 MySQLdb的安装

 

MySQL Administrator还不错,没有英文问题,只是刚用的时候有点奇怪,习惯以后也挺
好用 .

On 11/26/06, ji.hongsen <ji.hongsen at e-trust.com.cn > wrote:


> 推荐使用HeidiSQL <http://www.heidisql.com/  <http://www.heidisql.com/> >这
个MySQL GUI, 用着很爽!

只能显示英文数据啊。。。这个不太爽呀。


On Sat, 25 Nov 2006 21:51:35 +0800
"一只小蚂蚁" <qixiangnj at gmail.com> wrote:

> > 下载两个包
> > 一个是mysql
> > 还有一个mysql administrator
> > mysql是服务器
> > mysql administrator是图形控制端,用起来比较舒服点
>
>
> 推荐使用HeidiSQL <http://www.heidisql.com/  <http://www.heidisql.com/> >这
个MySQL GUI, 用着很爽!


_______________________________________________
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




-- 
"No More"
Mark's Blog  @ www.throughworks.com 


_______________________________________________
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




-- 
"No More"
Mark's Blog  @ www.throughworks.com 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061127/b260715d/attachment.htm 

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

2006年11月27日 星期一 15:58

NewBoyTim newboytim在163.com
星期一 十一月 27 15:58:49 HKT 2006

谢谢了

晚上回去下来看看,

不知道在linux下有没有呢

 

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 郭丹
Sent: Monday, November 27, 2006 9:58 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 关于MySQLdb的安装

 

MySQL Administrator 是MySQL GUI的一部分.

http://dev.mysql.com/downloads/gui-tools/5.0.html



On 11/27/06, NewBoyTim <newboytim at 163.com> wrote:

用了这么久mysql

现在才听说有mysql administrator

今晚回去找一下这个东西

在那里下载呀

 

----------------------------------------------------------------
NewBoyTim
E-mail:NewBoyTim at 163.com
Blog:Http://Blog.PartyWind.Com
Python新手
----------------------------------------------------------------
  

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of 郭丹
Sent: Monday, November 27, 2006 9:48 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 关于 MySQLdb的安装

 

MySQL Administrator还不错,没有英文问题,只是刚用的时候有点奇怪,习惯以后也挺
好用 .

On 11/26/06, ji.hongsen <ji.hongsen at e-trust.com.cn > wrote:


> 推荐使用HeidiSQL <http://www.heidisql.com/  <http://www.heidisql.com/> >这
个MySQL GUI, 用着很爽!

只能显示英文数据啊。。。这个不太爽呀。


On Sat, 25 Nov 2006 21:51:35 +0800
"一只小蚂蚁" <qixiangnj at gmail.com> wrote:

> > 下载两个包
> > 一个是mysql
> > 还有一个mysql administrator
> > mysql是服务器
> > mysql administrator是图形控制端,用起来比较舒服点
>
>
> 推荐使用HeidiSQL <http://www.heidisql.com/  <http://www.heidisql.com/> >这
个MySQL GUI, 用着很爽!


_______________________________________________
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




-- 
"No More"
Mark's Blog  @ www.throughworks.com 


_______________________________________________
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




-- 
"No More"
Mark's Blog  @ www.throughworks.com 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20061127/fb3e65be/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号