Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Python Solutions: 26 - 50 of 62
 
I need a cgi script that reads an html file that i already wrote and replaces the word #ME# with my name, the word #DATE# with today's date, and the word #quote# with a random quote from a tex...
I'm a java guy doing my second Python 'hello world' application.    I'm doing this for GAE, but that probably isn't relevant to this problem.   I'm trying to build an object and dump objec...
hello, im building a small python app, what im trying to do is direct my app to a web page, then the page's content is being stored in a variable, but then what i want to do is go through t...
I'm trying to pass a variable (snametxt)in the binding of buttons made in a for loop to the button OnClick function.
I have a python script that Pepr helped me with earlier that I've now run into a problem with. Some of the attributes need to be wrapped in CDATA and the script that was made removes these and...
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 have a php script with the same file name located in 24 different subdirectories of a parent directory.  Due to changes in the path structure, I need to modify a path on line 7 of each file....
Hello, I am trying to use the code I got from here: http://www.experts-exchange.com/Q_23068228.html I have changed directory locations and the lines: expTemplate = 'CON(ISNULL(%s), %...
what is best way to exports from python to ms word ?
Hello, I used the script from http://www.experts-exchange.com/Q_23068228.html with great success. Only now it doesn't work and I am unsure why.  The only thing that has changed is the lengt...
I found the code below for how to use pygame to detect a mouse down event. I want to call a function continuously while  my wxBitmapButton is held down. I thought I could use the pygame ...
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 ...
Hello, The attached image has the error message and I am using the script below. However, this error is not endemic to this script. I am assuming its because the execution of the script (and ...
I am trying to access a website on my corporate intranet from a Python program. The intranet is set up to use a proxy server and the proxy server requires authentication. >>> try: ...      urll...
I'm trying to write a function in Django that would except a variable, and then click if that value exists in a certain column in my database. below I attached my sloppy solution but I feel th...
Greetings.  We've had Trac up and running for a while on our Linux server, but just started running into problems.  Specifically, when you click on Active Tickets or Active Tickets by Mileston...
I have a list of dates and their significance in a text file. There is over 100 of these files. I need to create a dictionary by importing these dates I have formatted these dates so that it w...
I have a list of IP addresses, say, [89.179.112.41, 141.24.190.77, 87.13.51.7, 89.20.2.162, 83.37.6.145, 83.132.139.180, 82.209.239.230, 72.199.163.122]. I also have a IP prefix to string m...
Hello, I am using this code from : http://www.experts-exchange.com/Q_23068228.html In the past my files names/folder had only two digits at the end of the name. But now they have three ...
Hello, Below I copied a text file (.gmd extension). I would like to copy the text with some insertions and save each file as .gmd with the a number included in the name of the .gmd that corr...
I have a simple python script used to query/update an MS-SQL database. SQL SELECT works fine. SQL UPDATE appears to work (no error), but the database is not updated. I have the same result...
Hi, Within a python script I'd like to find files based on an inputted search pattern (e.g test.py 'test*.txt') and place the files into an array, for subsequent processing. Any thought...
I recently retires as a desktop app programmer on a Windows platform.  I dumped Windows and installed Ubuntu.  What are the best replacements for SQL Server 2005 and MS Access 2007?  I used Ac...
I am new to Python. When debugging the python code, I got the following error messages: Exception in thread Thread-49: Traceback (most recent call last):   File "/usr/lib/python2.5/thread...
I want to make this coding more elegant..or shorter, but still provides the same functions. I want to know how a trained programmer would make this?