First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
TypeError: _new_() takes exactly 3 arguments (2 given) - what does it mean?
[Again, can't see the original, sorry] On May 26, 11:30 am, Terry Reedy <tjre...(a)udel.edu> wrote: On 5/24/2010 2:52 PM, Jesse McDonnell wrote: I'm attempting to install Powerlinehttp://code.google.com/p/powerline/, a computer reservation software based on CherryPy/Python using a MYSql database, ... 26 May 2010 15:47
multiprocessing and accessing server's stdout
Hi, I'm using multiprocessing's BaseManager to create a server on one machine and a client on another. The client fires a request and the server does some work, the result of which ends up on a shared file system that both the client and server can see. However, I need the client machine to see the stdout of the... 2 Jun 2010 19:48
TypeError: _new_() takes exactly 3 arguments (2 given) - whatdoes it mean?
On 5/24/2010 2:52 PM, Jesse McDonnell wrote: I'm attempting to install Powerline http://code.google.com/p/powerline/, a computer reservation software based on CherryPy/Python using a MYSql database, at my local library and I've run up against an error that I cannot google my way out of! The google groups fo... 26 May 2010 14:41
Error
On Wed, May 26, 2010 at 10:48 AM, William Miner <william.miner(a)enig.com> wrote: I’m relative new to python and I puzzled by the following strange (to me) behavior. I was taking pieces from two old scripts to build a new one. When I began to debug it I got the following error message: Traceback (most re... 26 May 2010 14:41
Yet Another Configuration Parser Module
Hey folks, I've written a small configuration parser for a recent project. I think it's pretty usefull and not that "fat" or "complex" as the regular python configuration modules like ConfigParser. The file contains everything you need to know. http://crac.pcriot.com/dl/config.py If you have any suggestions I... 26 May 2010 13:34
<python setup.py install_data> question
In a docutils svn checkout. [docutils/trunk/docutils]$ python setup.py install --root /tmp OK [docutils/trunk/docutils]$ python setup.py install_data --root /tmp distutils.errors.DistutilsFileError: could not delete '/usr/local/lib/python2.6/dist-packages/docutils/parsers/rst/include/README.txt': Permissio... 26 May 2010 13:34
Another Little MySQL Problem
On Tue, 2010-05-25 at 14:45 -0400, Victor Subervi wrote: Hi; I have this code: clientCursor.execute('select ID from %s' % (personalDataTable)) upds = [itm[0] for itm in clientCursor] print "<input type='hidden' name='upds' value='%s' />" % upds The problem is that the values passed... 27 May 2010 03:49
Does pickled objects work fine between different OS?
If I dump a Python dictionary into a file named "data.pkl" using Pickle module on a Linux operating system, will the data contained in "data.pkl" load fine in a Windows OS? I mean will I be able to load the dictionary data contained in "data.pkl" just fine on Windows XP? I could have tested it but don't have imme... 26 May 2010 12:26
LJ.com top article
I'm finally getting around to reading my copy of Linux Journal 8/2009 (picked up at OSCON last year), and on page 17, they list the most popular articles from linuxjournal.com. Given that I'm posting here, I'm sure all long-time readers already know what that article is: Eric Raymond's "Why Python?", now ten years... 26 May 2010 09:08
Looking for matlab to python converter.
I found something on sourceforge called mat2py, but there's nothing there. (It seems to be just a placeholder.) I figure that if anyone would know of something useful, this would be the place to try. TIA -- Time flies like the wind. Fruit flies like a banana. Stranger things have .0. happened but none str... 26 May 2010 10:14
First  |  Prev |  Next  |  Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116