Hi,
I am trying to build a python module distributed using distutils. But when I run "python setup.py build" it throws an error "Python was built with Visual Studio version 8.0, and extensi...
I would like to automate a few simple tasks:
1. Remove rows 1 - 4 and rows 87 - 89
2. Remove any rows in which column "B" says "Closed"
3. Add a single quote to the beginning and end o...
I was wondering if it is possible to create a web application with Python using an Apache Server and with an Oracle Rdb database as the back-end?
If yes, what do I need?
Thank you!
I have a list of company names that I'm trying to normalize. I have a list of words and the words they need to be changed to.
What I'm doing here is looping through the replace words, then...
How can I print out the following output in python
A 1
A 2
A 3
A 4
B 1
B ...
Hi,
My goal is to output data to an XML file and then parse the resulting XML file with python to generate plots.
The problem is that I have no experience with python or XML. :) Basical...
I'm a first time python guy trying to build a python GAE application. I want to add some unit tests. I installed NoseGAE. I'm getting problems. Below is my error message. What does th...
I have some code to create some child threads to do traceroute to some IP addresses. The code is attached as follows.
When the code runs, it prints
place 111111111111111111111111111111...
I have an array of string values equal to:
[[1.2223, 1.4443, 1.5544], [ 1.66554, 1.7776. 1.8885]]
I wrote a way toin order read each of these values and do something with it, but it seems...
I need to create a python script that is able to:
1. look through a directory of jpg files
2. match their name with a node in an xml,
3. if there is a match, append the jpg ...
We get files perodically that either have; No carraige control at all, a line feed only, or a CrLf. In the case of the CrLf, everything is fine. In the case of the Lf only, we need to add Cr...
Hello All,
I am running CentOS 5 on my machine and want to lern Python. When I open a terminal and type python at the prompt it puts me in interactive mode. My question is how do I enter ...
Normaly after autosetmode on the tree widget ( when the subwidget hlist has been filled ) all nodes with children get a -/+ symbol if they contain children, and nothing if no children are ther...
Hi All.. Thanks for your time and effort in responding....I am new to Scripting languaghes and need some guidance.
Here's the scenario... we recieve large ASCII text files from a Unix syste...
I'm writing a series of functions to grab the Date Created field for different file types. I've been successful for Word, Excel, Powerpoint and Visio. I'm currently trying to write a function ...
Hi,
i`ve got a nested list and a nested dictionary as a string...
i want to convert them into a nested list and a dictionary ..how do i go about doing that...
something like ['sdaf','asdf...
I need to ask again for a INPUT from the user if the user typed wrongly
for example
I ask the user for Input by
length = getInput("Enter the Length","100",)
here getInput is a AB...
I'm trying to extract data from the following web page: http://www.fhp.state.fl.us/traffic/crs_h407.htm
I would like to store each traffic incident on a new web page. When viewing the HTML,...
Hi, I'm currently in the process of learning python and have a fair understanding of the basics. I am using GTK to develop a GUI for my program and am having problems with sockets.
I realis...
Hello Experts,
I have a Python SOAP server that needs to be accessed by clients written in different languages. SOAPpy does not provide a dynamic/remote way for those clients to access the ...
I need some help converting this python code to c#. There are 3 methods for encoding, decoding, and setting the level of latitude,longitude pairs to create a google maps polyline.
Here is t...
I'm trying to work with a combo box event, but the event itself doesn't seem to be called at all. Here's my code:
self.DiffLight = wxComboBox(self,-1,'1',wxDLG_PNT(self,18,112),wxDL...
I want to collapse the last tree branch when I expand a new tree branch. Please advise.
Here is the code:
import wx
tree=["Login",["jobs",["Jobs f/m","Jobs list"]],["Manufacturers",[...
Hi,
I'm fairly new to Python and completely confused when it comes to Curses. Perhaps an expert here can lend me a helping hand as I'm having a heck of a time trying to get any reason out of ...
I have some Python Code that reads from a file ... But there seems to be something wrong with my logic. I read the file below and it never gets into the portion where it actually sees the li...