First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
CPython Signal Handler Check for SIGKILL
On 07/19/2010 07:28 PM, Scott McCarty wrote: All, I just want to understand the C/Python piece better because I am writing a tutorial on signals and I am using python to demonstrate. I thought it would be fun to show that the SIGKILL is never processed, but instead python errors out. There is something in ... 19 Jul 2010 15:45
ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1
Folks: This innovative distributed filesystem is written entirely in Python. Well, actually we rely on some C/C++ extension code in Python packages like "zfec" and "pycryptopp" for some mathematical heavy lifting, but all of the code in the tahoe-lafs package is actually pure Python. Regards, Zooko ANN... 19 Jul 2010 13:32
mod_python load cx_Oracle error
It's quite weird when I import cx_Oracle in python interactive shell, it works perfectly. but when I import cx_Oracle in a *,py script, handled by mod_python.publisher, it keep reportint : ImportError: libclntsh.so.10.1: cannot open shared object file: No such file or directory Can I anyone have a clue what's... 19 Jul 2010 14:39
Email für Dich
On Mon, 19 Jul 2010 17:52:56 +0200, Wolfgang Meiners wrote: Liebe Kirsten, ich liebe dich und freue mich, dass du bald auch Ferien hast. Wolfgang Und die ganze Python gruppe liebt dich auch. -- The missionaries go forth to Christianize the savages - as if the savages weren't dangerous e... 19 Jul 2010 12:26
ANN: pyTenjin 0.9.0 - very fast and full-featured template engine
I released pyTenjin 0.9.0 http://www.kuwata-lab.com/tenjin/ http://pypi.python.org/pypi/Tenjin/ This release contains a lot of enhancements and changes. Also you should read planned changes in the next release (1.0.0). See http://www.kuwata-lab.com/tenjin/pytenjin-users-guide.html#planned-changes for details... 19 Jul 2010 11:19
Lupa 0.6 - Lua in Python
This is very very interesting. Do you have any direct application of it ? I know games like World of Warcraft uses Lua as scripting language. Thanks. Fabrizio -------------------------- Luck favors the prepared mind. (Pasteur) ... 20 Jul 2010 04:50
Different python versions confusion under Windows Vista x64
In Windows Vista x64 I have installed python 2.6 64-bit version and python 3.1 64-bit version to separate folders. Within the command interpreter I add python 2.6 to the PATH. In the command interpreter, When I type python somescript.py with an import sys print (sys.version) in the script, it shows: 3.... 19 Jul 2010 22:22
CPython 3.1.1 docs error in noddy3 example?
"Extending and Embedding the Python Interpreter" �2.1.2, the noddy3 extension module example, uses "S" as format character for string arguments in its call to PyArg_ParseTupleAndKeywords. This causes Noddy to only accept bytes as arguments, instead of strings (format "U"). I suspect this is a leftover from ... 19 Jul 2010 09:07
Accumulate function in python
Hello, I have a list of integers: x = [ 0, 1, 2, 1, 1, 0, 0, 2, 3 ] And would like to compute the cumulative sum of all the integers from index zero into another array. So for the array above, I should get: [ 0, 1, 3, 4, 5, 5, 5, 7, 10 ] What is the best way (or pythonic way) to get this. Regards, -Dhruv... 2 Aug 2010 13:38
how to copy and move file with its attribute?
I mean writeonly, hidden, system and so on attributes I use windows, but if possible, is there any method to do so in a crossplatfrom way? thanks ... 19 Jul 2010 15:45
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47