Re: Uliweb release 0.1 version

2012-05-26 Thread limodou
hank you. I've changed it in GIt. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ UliWeb <>: http://code.google.com/p/uliweb/ My Blog: http://hi.baidu.com/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Easiest framework to develop simple interactive web site in python?

2011-09-13 Thread limodou
he tips, > John. > maybe you can also try out uliweb. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ UliWeb <>: http://code.google.com/p/uliweb/ My Blog: http://hi.baidu.com/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN: UliPad 4.0 released!

2009-11-23 Thread limodou
e.com/group/ulipad - ulipad snippets site: http://ulipad.appspot.com (hosted by GAE) Hope you enjoy it. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ UliWeb <>: http://uliwebproject.appspot.com My Blog: http://hi.baidu.com/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Plugin based feature adding to web-application

2009-03-13 Thread limodou
you can specified certain prefix just like: "do_", etc. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ UliWeb <>: http://uliwebproject.appspot.com My Blog: http://hi.baidu.com/limodou -- http://mail.python.org/mailman/listinfo/python-list

[ANN]UliPad 3.9 released!

2008-04-24 Thread limodou
it. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ UliSpot <>: http://ulipad.appspot.com My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Element bug?(ElementTree)

2007-12-23 Thread limodou
On Dec 23, 2007 5:30 PM, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > limodou wrote: > > > I don't know if it's a bug? Try below code: > > > > >>> from elementtree.ElementTree import Element > > >>> a = Element('a') >

Element bug?(ElementTree)

2007-12-22 Thread limodou
on't know if it's an expected result, but this thing has beaten me some times. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide <>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN: UliPad 3.8.1 released!

2007-12-12 Thread limodou
Bug fix verion. 1. Remove profile invoke(big mistake) 2. Fix svn plugin checkout bug Download: http://ulipad.googlecode.com/files/ulipad.3.8.1.zip http://ulipad.googlecode.com/files/ulipad.3.8.1.exe -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: UliPad 3.8.1 released!

2007-12-12 Thread limodou
Please visit the site: http://code.google.com/p/ulipad I'm sorry forgot that. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide <>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: which configparse?

2007-12-06 Thread limodou
/moin/Dict4Ini > http://www.voidspace.org.uk/python/configobj.html > Thanks for you mentioned Dict4ini, but the new project site is in http://code.google.com/p/dict4ini -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide <>: http://code.google.com/p/meide/

ANN: UliPad 3.8 released!

2007-12-06 Thread limodou
ad -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide <>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Witch editor to use!

2007-11-30 Thread limodou
<>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: python class methods identity?

2007-11-23 Thread limodou
) > >>> x.var is y.var > True > >>> x.func is y.func > False > >>> id(x.var) > 11228488 > >>> id(y.var) > 11228488 > >>> id(x.func) > 14430976 > >>> id(y.func) > 14433656 > 估计只能看源码去了。不管怎么样比较变量的结果是预期的,而比较两个方法

Re: ignoring chinese characters parsing xml file

2007-10-23 Thread limodou
to) can't handle these unicode > characters. > I agree. For Japanese, you should know the exactly encoding name, and convert them, just like: print text.encoding('encoding') -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide <>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: ignoring chinese characters parsing xml file

2007-10-23 Thread limodou
com/p/ulipad/ meide <>: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: wxstyledtextctrl and xml markup

2007-09-13 Thread limodou
I like python! UliPad <>: http://code.google.com/p/ulipad/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: IDE for Python

2007-08-21 Thread limodou
erbankcomputing.co.uk/pyqt/download.php > (binary installer for Windows that contains Eric and PyQt) > and have a look at it! > Maybe someone can try UliPad, I just release 3.7 version a few days before. -- I like python! UliPad <>: http://code.google.com/p/ulipad/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN: UliPad 3.7 released!

2007-08-18 Thread limodou
tp://ulipad.googlecode.com/files/ulipad.3.7.exe If you have any suggestion or question, please subscribe the ulipad mailling list: http://groups.google.com/group/UliPad -- I like python! UliPad <>: http://code.google.com/p/ulipad/ My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Python editor

2007-02-07 Thread limodou
On 2/8/07, Stef Mientki <[EMAIL PROTECTED]> wrote: > limodou wrote: > > Maybe you can try ulipad. > > > thanks, > although it doesn't look bad, > and it certainly must have been a huge job doing this with Tcl/Tk, You are wrong, UliPad is based on wxPython, but

Re: Python editor

2007-02-07 Thread limodou
Maybe you can try ulipad. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Announcement -- ZestyParser

2007-01-26 Thread limodou
y examples, but there are no input data files. So I don't know how to test them. Can you send me some testing data files or just add them into the tarball file, so others can easy test the examples. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.

Re: class property methods getting called only once

2006-12-03 Thread limodou
n New Style Class. So you should write your Test as: class Test(object): And try again. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN: UliPad 3.6 released!

2006-12-03 Thread limodou
lcome to join the UliPad maillist to discuss. Hope you enjoy it. ;-) -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: How to Split Chinese Character with backslash representation?

2006-10-26 Thread limodou
On 10/27/06, Cameron Walsh <[EMAIL PROTECTED]> wrote: > limodou wrote: > > On 10/27/06, Wijaya Edward <[EMAIL PROTECTED]> wrote: > >> > >> Thanks but my intention is to strictly use regex. > >> Since there are separator I need to include as

Re: How to Split Chinese Character with backslash representation?

2006-10-26 Thread limodou
27;, 'R'] > > What we want as the output is this instead: > ['\xc5', '\xeb', '\xc7', '\xd5', '\xbc','FOO','BAR] > > What's the best way to do it? > If the case is very simple, why not just replace '_' with '', for example: str.replace('-', '') -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Fwd: How to Split Chinese Character with backslash representation?

2006-10-26 Thread limodou
-- Forwarded message -- From: limodou <[EMAIL PROTECTED]> Date: Oct 27, 2006 11:51 AM Subject: Re: How to Split Chinese Character with backslash representation? To: Wijaya Edward <[EMAIL PROTECTED]> On 10/27/06, Wijaya Edward <[EMAIL PROTECTED]> wrote: >

Re: What's the best IDE?

2006-10-25 Thread limodou
so provide a shell window also support auto-complete. And the auco-complete in editing is more powerful. Other good wxPython IDE should be SPE, drPython, PyPE, etc. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

[ANN]UliPad 3.5 released

2006-10-23 Thread limodou
sing UliPad, welcome to join the UliPad maillist to discuss. Hope you enjoy it. ;-) -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: How to paras such echo string effection?

2006-10-17 Thread limodou
ile of "Status",if paras all should be > > coast expenses,is there any effect way? > > PS:is there any python lib for CVS ? > > I think you can use regular expression to match the Status. Or simple find 'File' and 'Status' substring, and get the result. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Best IDE?

2006-10-16 Thread limodou
On 10/14/06, Fulvio <[EMAIL PROTECTED]> wrote: > *** > Your mail has been scanned by InterScan MSS. > *** > > > On Friday 13 October 2006 23:17, limodou wrote: > > hope you try it. > > If you'll manage for macro r

Re: Best IDE?

2006-10-13 Thread limodou
or example spell check, if you install pyenchant module * others things hope you try it. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN:UliPad 3.4 Release

2006-10-11 Thread limodou
lines as a similar mode, this functionality will be very handy. Hope fun! -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN:UliPad 3.4 Release

2006-10-09 Thread limodou
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

ANN:UliPad 3.4 Release

2006-10-09 Thread limodou
lines as a similar mode, this functionality will be very handy. Hope fun! -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: dictionary of list from a file

2006-10-04 Thread limodou
On 4 Oct 2006 13:11:15 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > limodou wrote: > > here is my program > > > > d = {} > > for line in file('test.txt'): > > line = line.strip() > > if line: > > k, v =

Re: dictionary of list from a file

2006-10-04 Thread limodou
[]).append(v) print d Dict in Python has a setdefault method, if there is a key in dict, it'll return the value, and if there is not a key existed, it'll insert a key with the value supplied by the second parameter and return the value. So using setdefault will be very handy for inserting key. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-14 Thread limodou
Roger > > > > -- > http://mail.python.org/mailman/listinfo/python-list > -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad -- http://mail.python.org/mailman/listinfo/python-list

Re: Looking for the Perfect Editor

2006-09-14 Thread limodou
to learn > > > > SciTE especially. > > >suggestions? > These things UliPad also can do. And it also support html, javascript, css, java, etc syntax highlight. UliPad also support Input Assistant, even include custom calltips and auto-complete, and many features, you can

Re: Python newbie with a problem writing files

2006-09-04 Thread limodou
On 4 Sep 2006 08:16:24 -0700, Jason <[EMAIL PROTECTED]> wrote: > limodou wrote: > > > Code: > > > > > > import feedparser > > > from xml.sax import saxutils > > > > > > feed_number=200 > > > > > > feed_list

Re: Unicode characters

2006-09-04 Thread limodou
he every character encoding of the string. You can conver it to unicode, and if the character value less than 127, it should be an ascii, otherwise maybe a multibytes character. for example: a = 'string' b = unicode(a, encoding_according_your_situation) for i in b: if ord(i) < 127:

Re: Python newbie with a problem writing files

2006-09-03 Thread limodou
tput.write = (feed_title) Maybe there is a extra '=', if it should be: xml_output.write(feed_title) ? > xml_output.close() > feed_number+=1 > > Error Message: > > Traceback (most recent call last): > File "C:/My_Blogroll/JJ_Blogroll2", line 11, in ? > x

Re: how to get a filename's extension

2006-09-03 Thread limodou
s there an easier way > to get the extension for a file name like: > > this.is.my.file.avi > > I would just like to pull out the 'avi' > > your help is greatly appreciated! :) > >>> import os >>> os.path.splitext('this.is.my.file.avi') (&#

[ANN]UliPad 3.3 is released

2006-08-24 Thread limodou
=AttachFile&do=get&target=UliPad3.3.exe wiki: http://wiki.woodpecker.org.cn/moin/UliPad svn: http://cvs.woodpecker.org.cn/svn/woodpecker/ulipad/trunk maillist: http://groups.google.com/group/ulipad If you have any problem as using UliPad, welcome to join the UliPad maillist to discuss. Hope fun!

[ANN]UliPad 3.3 is released

2006-08-23 Thread limodou
=AttachFile&do=get&target=UliPad3.3.exe wiki: http://wiki.woodpecker.org.cn/moin/UliPad svn: http://cvs.woodpecker.org.cn/svn/woodpecker/ulipad/trunk maillist: http://groups.google.com/group/ulipad If you have any problem as using UliPad, welcome to join the UliPad maillist to discuss. Hope fun!

Re: A Editor Feature for Extending Selection based on Language Syntax

2006-08-20 Thread limodou
nother press will include the enclosing tags, > another press extends the selection to the next outer content, and > another press include that tags too, and so on. > NewEdit can not support this feature now. -- I like python! My Blog: http://www.donews.net/limodou My Django

Re: ReStructuredText

2006-08-15 Thread limodou
ite-packages/docutils/transforms/__init__.py", line > 78, in Transformer > default_transforms = (universal.Decorations, > AttributeError: 'module' object has no attribute 'FinalChecks' > > -- I like python! My Blog: http://www.donews.net/limodou My Django Site: http://www.djangocn.org NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: dynamic construction of variables / function names

2006-03-29 Thread limodou
> > > I think , print "New"+func(2,4) and "New"+list[0] = "First > Funciton" > > will not work, either eval or exec should be used > is it correct way, is there a simple way, is this techniqe has a name? > > thanks > Y

Re: py web-app-frameworks without a rdbms...

2006-03-21 Thread limodou
these are not good candidates, could > you suggest appropriate ones... > > TIA, > /venkat > If you don't want to use RDBMS, I think Karrigell is better. Many features of Django and TurboGears relate to database. -- I like python! My Blog: http://www.donews.net/limodou NewEdi

Re: How to run shell commands within python

2006-02-15 Thread limodou
eeded to do > that in the future. > You can use os.system() or os.popen(), etc. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: read-only attributes

2006-02-09 Thread limodou
etx(self): return self.__x def setx(self, value): self.__x = value def delx(self): del self.__x x = property(getx, setx, delx, "I'm the 'x' property.") New in version 2.2. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups

Re: module with __call__ defined is not callable?

2006-02-07 Thread limodou
On 2/8/06, Delaney, Timothy (Tim) <[EMAIL PROTECTED]> wrote: > limodou wrote: > > > On 2/8/06, adam johnson <[EMAIL PROTECTED]> wrote: > >> Thanks for you answer. > >> > >> I was under the impression that you could tack methods onto an > >

Re: module with __call__ defined is not callable?

2006-02-07 Thread limodou
e defined on the class instead of attached to the > instance at any time. > don't need do like above! >>> class A: ... def __init__(self): ... A.__call__ = A.hello ... def hello(self): ... print "Hello, world!" >>> a = A(

Re: module with __call__ defined is not callable?

2006-02-07 Thread limodou
;>> class A: ... def __call__(self): ... print 'call' ... >>> a = A() >>> a() call I'm not sure that module can also has __call__() method just like class. I havn't seen the way before. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: module with __call__ defined is not callable?

2006-02-07 Thread limodou
ot;, line 1, in ? > TypeError: 'module' object is not callable > >>> mod.__call__() > 'in mod.__call__' > > > Thanks for any replies, Adam. > > I remebered that __call__() is just used for class, but not module. Am I wrong? -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: Size of list

2006-02-06 Thread limodou
not find this attribute in the python docs. Thanks try: size = len(PM_fields) -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

ANN:NewEdit 3.2 Released

2006-01-17 Thread limodou
have any problem as using NewEdit, welcome to join the NewEdit maillist to discuss. Hope fun! -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting module location

2006-01-04 Thread limodou
www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: why writing list to file puts each item from list on seperate line?

2005-12-30 Thread limodou
ood price store > > how do i do that? > >>> print ' '.join(['food', 'price', 'store']) os.linesep represents newline. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: why writing list to file puts each item from list on seperate line?

2005-12-30 Thread limodou
f.write ( ''.join( list ) ) and list = (food, price, store) the list is not called "list", but "tuple", a real list should be aList = [food, price, store] -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: reading files into dicts

2005-12-29 Thread limodou
ry.txt': 1135900994, '.\\New Text Document.txt': 1135900552} >>> d = dict4ini.DictIni(values=x) >>> d['.\sync_pics.py'] 1135900993 -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: __slots__ and copy again: why does it work?

2005-12-26 Thread limodou
eful :) -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Fwd: oddness question for threading in pyw

2005-12-26 Thread limodou
I forward this letter from wxPython maillist, because it seems that no one answers my question, so I want to ask somebody for help in here. Thanks. -- Forwarded message -- From: limodou <[EMAIL PROTECTED]> Date: 2005-12-26 下午3:06 Subject: oddness question for threading in

Re: Python IDE (was: PythonWin troubleshooting)

2005-12-15 Thread limodou
y > others I hear about). > Try NewEdit for a test. http://wiki.woodpecker.org.cn/moin/NewEdit -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Library Reference - question

2005-11-17 Thread limodou
anual. This gives valuable information to the reader. Is > there such a version of "Python Library Reference", and if not would it > be a good idea to have such a version. > I don't know. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie wxPython ListCtrl Question

2005-11-16 Thread limodou
election row. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: How do I create a dir using Python.

2005-11-08 Thread limodou
8 Nov 2005 23:00:09 -0800, sumi <[EMAIL PROTECTED]>: > How do i create a dir using python. > import os os.mkdir(path) -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit -- http://mail.python.org/mailman/listinfo/python-list

Re: Help with unicode and sqlobject/pysqlite2

2005-09-28 Thread limodou
ow can I save data like "šdccž"? > This is equivalent to '\x9a\xf0\xe8\xe6\x9e' > > I'm using the latest version of sqlobject from SVN. > > qvx > I don't know about Easter European characters, but I think you should convert your characters into unicode first.

Re: stdin -> stdout

2005-08-19 Thread limodou
t;$line"); >} > ... Try this. import sys line = sys.stdin.readline() while line: sys.stdout.write(line) line = sys.stdin.readline() -- I like python! My Donews Blog: http://www.donews.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Some question about setuptools module

2005-08-05 Thread limodou
2005/8/5, Robert Kern <[EMAIL PROTECTED]>: > limodou wrote: > > > I'm sorry may be this letter is not suit for this maillist. > > You'll get better help on the Distutils-SIG list. > > http://mail.python.org/mailman/listinfo/distutils-sig/ > >

Some question about setuptools module

2005-08-05 Thread limodou
27;m sorry may be this letter is not suit for this maillist. -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn -- http://mail.python.org/mailman/listinfo/python-list

Re: 问个关于emule的问题

2005-06-25 Thread limodou
¥æé«˜è‡ªå·±çš„积分? > > 我给其他人的上传量无法改变我在对方的积分� > > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-b

Re: Frog 1.4 (web log aka blogging server)

2005-04-22 Thread limodou
; PS You can see Frog in action here: > http://www.razorvine.net/snake/frog/user/irmen/ > -- > http://mail.python.org/mailman/listinfo/python-announce-list > > Support the Python Software Foundation: > http://www.python.org/psf/donations.html >

Re: Source Encoding GBK/GB2312

2005-02-23 Thread limodou
gs/gbk.py in your > library? > > regards > Steve > > -- > http://mail.python.org/mailman/listinfo/python-list > -- I like python! My Blog: http://www.donews.net/limodou New Maillist: http://groups-beta.google.com/group/python-cn -- http://mail.python.org/mailman/listinfo/python-list

Re: safest way to kill a thread

2005-01-18 Thread limodou
I think only those threads which invoked with setDaemon() method will exit, and others will not, as the main program exit. [EMAIL PROTECTED] wrote: limodou wrote: Using Thread's method setDaemon() before you call the start() method. Just like : t.setDaemon(True) t.start() thank for fast

Re: safest way to kill a thread

2005-01-18 Thread limodou
s.net/limodou -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE

2004-12-15 Thread limodou
Try NewEdit if you have time. http://wiki.wookpecker.org.cn/moin.cgi/NewEdit Chris wrote: What IDE's do y'all recommend for Python? I'm using PythonWin atm, but I'd like something with more functionality. Chris -- I love python! My Blog: http://www.donews.net/limodou -- ht