Re: What is the purpose of ptyhon in Windows

2008-05-07 Thread WolfgangZ
[EMAIL PROTECTED] schrieb: hi All, I have no idea why I need to learn a new scripting language, nothing much to the sytnax, I need to understand what could be the prupose of another scripting language Cna you please help me with this, Is there a possibilty to work on bigger projects with Python

Re: subprocess.Popen(cmd) question

2007-08-10 Thread WolfgangZ
WolfgangZ schrieb: Hello, I'm starting some subprocesses inside a loop. The processes run independent and dont need any communication between each other. Due to memory issues I need to limit the number of running processes to around 10. How can I insert a break into my loop to wait until

subprocess.Popen(cmd) question

2007-08-10 Thread WolfgangZ
Hello, I'm starting some subprocesses inside a loop. The processes run independent and dont need any communication between each other. Due to memory issues I need to limit the number of running processes to around 10. How can I insert a break into my loop to wait until some processes are

Re: a question about unicode in python

2007-06-12 Thread WolfgangZ
hzqij schrieb: i have a python source code test.py # -*- coding: UTF-8 -*- # s is a unicode string, include chinese s = u'张三' then i run $ python test.py UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1: invalid data by in python interactive, it is right s

pycrust startup question

2007-03-01 Thread WolfgangZ
Hi, I've tried to add from __future__ import division to the startup script of pycrust. It seems to be imported as division is listed in the namespace. But it is somehow not activated. Any suggestions? PyCrust 0.9.5 Python 2.5 -- http://mail.python.org/mailman/listinfo/python-list