First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
Will and Abe's "Guide to Pyjamas"
>  oh look - there's a common theme, there: "web technology equals useless" :) this is getting sufficiently ridiculous, i thought it best to summarise the discussions of the past few days, from the perspective of four-year-olds: http://pyjs.org/will_and_abe_guide_to_pyjamas.html l. ... 14 Jun 2010 19:35
How to print via python on windows
What is the easiest way to send a text file to a networked printer from a python script running on windows? ... 14 Jun 2010 16:14
File descriptor to file object
Hi, tempfile.mkstemp returns a file name and a file descriptor (as returned by os.open). Can I somehow convert this descriptor to a file object? Thanks! Nathan ... 15 Jun 2010 04:20
pyqt4 vs pygtk2 vs pyjamas (was: GUIs - A Modest Proposal)
On Jun 13, 3:43 pm, Michael Torrie <torr...(a)gmail.com> wrote: On 06/13/2010 05:29 AM, lkcl wrote:  really?  drat.  i could have done with knowing that at the time. hmmm, perhaps i will return to the pyqt4 port after all. We're now wandering well off-topic here, but then again this thread was ne... 14 Jun 2010 10:37
subprocess.Popen()/call() and appending file
Hi, Do we have any facility to append file from Popen()/call(); see below example... 1 import subprocess 2 f=open('log', 'w') 3 ...# writing some log-into into log file 4 p = subprocess.Popen(cmd, stdout=f, stderr=f) # (Q) 5 ...# do remaining stuff Q: At line# 4, the output of the 'cmd' will wipe-out ever... 14 Jun 2010 10:37
biopython
On 06/14/2010 02:59 PM, madhuri vio wrote: i cudnt run this!!!!!! Take a deep breath, and read the error message. It's very informative, and tells you exactly what the problem is, and how to fix it, if you'd just try to understand it. It would be much appreciated if you had a look at http://www.catb.org/~es... 14 Jun 2010 19:35
configuration setting for python server
I want to update the configuration file for python server ,but i am not able to locate the python configuration file. Please guide me in this respect. I am using a python web server This is the code for it ------------------------------------------------------- import string,cgi,time from os import curdir, s... 15 Jun 2010 17:37
Good solutions for passing around large numbers of argumentsin a layered architecture?
Nathan Rice wrote: I've been running into a problem lately where I have an architecture like so: Main class -> facade/configuration class -> low level logic class. The main class is what the user interacts with. The facade/config class is responsible for loading and managing the lower level clas... 14 Jun 2010 05:09
how to build with 2.4 having 2.6 as main python
Hello there, my Mandriva has the 2.6.4 python pre-installed (in /usr/lib64/ python2.6/) I need to install numpy 1.4 for python 2.4.3 (I installed it separately from source on/usr/local/lib/python2.4/ ) but still typing "python" I get: Python 2.6.4 (r264:75706, Jan 8 2010, 18:59:59) [GCC 4.4.1] on linux2 Ty... 15 Jun 2010 19:50
what are some good python modules?
What are some good python modules that can be downloaded for any purpose that is recomended? -Robin ... 14 Jun 2010 04:04
First  |  Prev |  Next  |  Last
Pages: 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97