RE: Writing to a filejyoung79 0 214 I appreciate you all taking the time to answer my question. =20
These were the types of things I was needing to hear.
Sorry for any confusion I ma...
threading.Semaphore (quite long)Thomas 0 206 [posted in de.clp in German]
Hello,
I want to implement an alternative concept to worker threads processing
a job queue. The alternative consi...
[pyplot] using f1=figure(1)Giacomo 2 105 i executed the following interactions and i remained disappointed
$ python
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux...
ValueError: insecure pickle stringpradeepbpin 3 159 I am encountering 'Value Error: insecure string pickle' when trying to
execute the script on Ubuntu. The same script and the pickled file
works with...
SQLObject 1.0.0Oleg 0 109 Hello!
I'm really happy to announce SQLObject version 1.0.0!
What is SQLObject
=================
SQLObject is an object-relational mapper....
how to create a virtual printerkalopsik 2 274 Hi,
Does anybody know how to create a virtual
printer with python (on both windows and linux)?
thnx.
D.
...
Non-deterministic outputEsben 2 119 Hi,
We are making a prototype program in Python. I discovered the output was
non-deterministic, i.e. I rerun the program on the same input files a...
Why aren't copy and deepcopy in __builtins__?John 6 102 Simple question. I use these functions much more frequently than many
others which are included in __builtins__. I don't know if my
programming ne...
Python TutorialColin 0 135 I have come across: http://www.java2s.com/Tutorial/Python/CatalogPython.htm
On a quick skim, the above seems to cover more ground
than the standar...
Data files for testsSteven 1 105 I have a package with some tests. The tests are not part of the package
itself, so I have a laid out my files like this:
src/
spam/
...