First  |  Prev |  Next  |  Last
Pages: 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
TkTable and Python 3.1
HI All, I'm fiddling around with Python and I'm trying to get tktable to work with Python 3.1 on Apple OS X 10.6 (Snow Leopard). Has anyone successfully accomplished this task, and if so, can you share how that you got it working? I've got Darwin Ports installed (current version) and I'm using Python 3.1 (ports)... 16 Feb 2010 00:25
Am I using ctypes correctly? Where are fprints going?
>From the Cplusplus-sig, I gathered that instead of Boost.Python I should use ctypes for the following problem. But let me make sure I'm using it correctly. I am calling the C Leptonica Image Processing C Library (http://leptonica.com) from python. Within its leptprotos.h file are functions like this: exte... 15 Feb 2010 23:19
Web Service Using XML for input and output
Shane McIntyre wrote: I'm attempting to use a web service that takes XML as an input and returns an XML output. I can connect to the service and attempt to pass in the XML but do not get any results. I believe my problem is how to package up the XML and send it in the request. The XML consists of about... 15 Feb 2010 22:14
How to use python to register a service (an existing .exe file)
Hi, Is there a python way to register new windows services. I am aware of the instsrv.exe program, which can be used to install services. I could use subprocess.Popen to call instsrv.exe "service_name" program.exe but wondered, whether there's already an existing function. Thans in advance and by... 2 Mar 2010 08:57
Few Small Questions Regarding CGI
Dear Group, I am trying to learn CGI. I was checking Python Docs. There are multiple modules. Which one to start with? Is there any other material or URL for step by step learning of CGI. My next question is: I want to test it. I have a small personal computer. I have internet but is connected by a service pr... 17 Feb 2010 00:04
error: Setup script exited with error: command 'gcc' failed with exit status 1
Hi, When i'm trying to install some modules for python i'm getting the fallowing error.. error: Setup script exited with error: command 'gcc' failed with exit status 1 can any one know what it exactly means.. if any body know please reply. i have gcc version 4.1.2 20080704 (Red Hat 4.1.2-46). i'm using pyt... 15 Feb 2010 16:36
Plugin architecture
Hello everyone, I'm thinking about writing plugin-style architecture for (a new) web-based app (with SQLAlchemy as backend). Say, there's core web app and someone decides to write plugin Accounting for this web app that would work with SQA objects of the core app or other plugins. I found this: http:/... 15 Feb 2010 17:44
saving a TIFF
On Mon, Feb 15, 2010 at 12:55 PM, fernando sedano <fersed(a)gmail.com> wrote: I'm trying to save an image created from two arrays (I'm using numpy and PIL): n=(b4a-b3a)/(b4a+b3a); ndvi = Image.fromarray(n) ndvi.save("F:\Fire_scar_mapping\ILS3\ndvi_test","TIFF") ...........but I get the followin... 15 Feb 2010 13:11
free vacation for 2 for spring break
Win a free vacation for party of 2 and visit Mexico or the Caribbean and have the time of your life. You can use it for spring break or anytime you see fit. Visit www.nostawltd.com and get a copy of “ancient secrets to aging like fine wine”. ... 15 Feb 2010 08:41
Executing a command from within python using the subprocess module
Dear Folks, I want to execute a command from within python using the subprocess module. Coming from a Perl background, I thought I could use variable interpolation in strings, but found that this is neither supported nor the Python way. Accordingly, I am a little at sea about how to accomplish it. I have... 18 Feb 2010 17:20
First  |  Prev |  Next  |  Last
Pages: 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206