First  |  Prev |  Next  |  Last
Pages: 226 227 228 229 230 231 232 233 234 235 236 237 238
Webserver balance load
Can anyone suggest a way how to balance load on Apache server where I have Python scripts running? For example I have 3 webservers( Apache servers) and I would like to sent user's request to one of the three server depending on a load on the server. Thank you . L. ... 6 Mar 2007 16:27
GIS Shape file upload to FTP server
HI Group, As I am very new in python field so this question might be very silly to you but if I get any help is highly appreciated. Problem: I wrote a python script which is working fine to upload files to the ftp server but the problem is it is reducing the actual size after transferring. I need to upload... 1 Mar 2007 15:47
os.system and quoted strings
Hello, as I'm new to python I've stumbled accros os.system and its not very well documented usage. I use Win XP Pro and Python 2.5. Here is the code snippet: -------------------------------------------------------------------------------------------------- import time import os dir = "C:\\Documents ... 28 Feb 2007 10:00
threading and multicores, pros and cons
On Feb 14, 1:44 am, Paul Rubin <http://phr...(a)NOSPAM.invalid> wrote: When a customer comes with his new beautiful dual-core server and get a basic plone install up and running, he will immediately compare it to J2EE and wonder why he should pay a consultant to make it work properly. At this time, i... 20 Feb 2007 15:23
c++ for python programmers
I realize I'm approaching this backwards from the direction most people go, but does anyone know of a good c/c++ introduction for python programmers? Thanks, Thomas ... 18 Feb 2007 16:04
excel find last column
Hi all, I am trying to find the last used column in an excel sheet using win32com: lastcol = sh.UsedRange.Columns.Count works, but only if there is no formatting. I want to allow formatting in the columns. I would rather use the code below because formatted cells are irrelevant. using: lastcol = sh.Us... 9 Feb 2007 10:23
win32com.client
Hi Any one tell me where I can get (or download) python modules win32com or win32com.client because I have to use "Dispatch" thanks ... 2 Feb 2007 04:28
pdf to text
I know this question comes up a lot, so here goes again. I want to read text from a PDF file, run re searches on the text, etc. I do not care about layout, fonts, borders, etc. I just want the text. I've been reading Adobe's PDF Reference Guide and I'm beginning to develop a better understanding of PDF in gener... 30 Jan 2007 00:48
PyODBC Stored proc calling
Hi to all, can anyone give me a jump-start about how to call Stored Procedures from PyODBC ?? I want to execute a very simple testing Stored Procedure on an Sql Server database. I started using PyODBC and code like the following cnxn = pyodbc.connect('DRIVER={SQL Server};SERVER=hercules;DATABASE=pubs;UID=s... 19 Jan 2007 04:41
download win32file
Where can I download win32file / win32ui? The links below are broken. Mark Hammond should be made aware of this. URL below has two links that send you no place http://mail.python.org/pipermail/python-list/2002-October/167638.html Links: http://starship.python.net/crew/mhammond/win32/Downloads.html... 15 Jan 2007 19:02
First  |  Prev |  Next  |  Last
Pages: 226 227 228 229 230 231 232 233 234 235 236 237 238