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 i
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 bre
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 finis
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
[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