For issues relating to development in Python, version 2.5.
0
votes
1answer
25 views
Problems With Tkinter in python 2.5
So I'm doing a simple program that basically makes a scale/slidebar on the screen. When I run the application the scale shows up and works, but it doesn't print the values to the console(terminal). ...
0
votes
1answer
27 views
“No such column” error during deletion of a record in Django admin
I have following model (models.py) in my Django project:
class Topic(models.Model):
id = models.AutoField(primary_key=True)
title = models.CharField(max_length=140)
def ...
0
votes
2answers
53 views
Int() Conversions not working right in python
So I'm making a python Module to create and save data for an in-game character.
the the class is Character and goes as follows:
#!/usr/bin/python
import os
import re
class Character:
storage = ...
1
vote
1answer
38 views
How, I can change Excel sheet tab background colour by python
I am generating report and want to highlight the tab when its fails.
import xlrd
import xlwt
wb = Workbook()
add_result = wb.add_sheet(req_id[req_num])
wb.save("report_name.xls")
-2
votes
0answers
44 views
syntax error using multiple string inputs when using *args? [closed]
I'm having trouble working with *args and input strings. When I enter long strings I get a syntax error:
>>> ...
0
votes
1answer
68 views
NameError from Python input() function
input_var = input ("Press 'E' and 'Enter' to Exit: ")
NameError: name 'e' is not defined
I am using Python 2.5. How I can overcome this error?
1
vote
5answers
64 views
using 'not' and 'or' together in Python
In Python 2.5, I used the code:
yn=raw_input('''This program is for solving linear and quadratic equations.
Is this what you want to do?
''')
if not 'y' in yn or 'Y' in yn:
...
2
votes
2answers
86 views
Validate comma separated decimal values reading char by char
I have a String which contains a Currency Value.
I have to read character by character from string and function must return result = 0 for all values of val.
Ex: string = "You Score is MX var."
Where ...
0
votes
2answers
104 views
What is the difference between + and %?
If I do:
logging.debug('subject: '+subject)
logging.debug('body: '+body)
then it works well.
If I replace it with:
logging.debug('subject: %s, body: %s' % (subject, body))
then I get
...
0
votes
1answer
39 views
How to parse inbound GAE email manually?
Since I am having problems with standard GAE's e-mail functionality when e-mail subject is UTF-8 encoded, I am trying to handle it manually:
msg_encoding = ...
0
votes
1answer
26 views
size of objects in python 2.5
In python 2.6 and later you can do sys.getsizeof:
>>> import sys
>>> sys.getsizeof("abc")
40
Is there a way to do this in python 2.5?
0
votes
1answer
38 views
How to log e-mail details in AppEngine Admin console?
I send message from my google account to my GAE e-mail:
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: base64
Then use the following code:
logging.debug('Received personal ...
1
vote
1answer
50 views
How to receive inbound messages with unicode subject?
When I receive message with Unicode subject, I am getting the following error:
'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
Traceback (most recent call last):
File ...
1
vote
0answers
10 views
Import multiple python function from different program in STAX Job
I have been working on STAF & STAX, i have to created some STAX job using some modules of python and multiple function but all of them are in same file .
Now I want to create some big stax ...
-2
votes
2answers
63 views
Fetch and validate date by reading char by char in python
How do I read a date in MM-DD-YY format and validate as a real date?
I know it would be easier and more robust to handle it with the datetime module - but that's not what I want, so any solutions ...
1
vote
1answer
39 views
how to pack and unpack data using python 2.5
I know there are mutliple questions relating to my question but i'm having difficulty understating how pack & unpack works.
for example using struct.pack("!B",14) gives me value of x0e basically ...
0
votes
0answers
28 views
Python 2.5 - Automatic Downloading
Does anyone here knows any python script that could create an interface with ftp site, login and password? Which when everytime you'll login a pop up window with checkboxes will appear...these ...
0
votes
0answers
101 views
building openCV's cv2.pyd for python 2.5
Last versions of openCV (2.0 and up I think), have cv2.pyd which is the newer and easier interface to Python. cv2.pyd is compiled for each version of Python from 2.6 and up.
For an arbitrary reason, ...
1
vote
2answers
109 views
OS X 10.8: Repairing badly broken Python install, path vars, modules
So sorry for posting yet another of these types of questions, I've looked extensively and can't find an answer.
I'm a Python nub, and have only a loose grasp of Unix.
I specifically need to develop ...
2
votes
1answer
49 views
Slew rate measuring
I have to measure slew rates in signals like the one in the image below. I need the slew rate of the part marked by the grey arrow.
At the moment I smoothen the signal with a hann window to get rid ...
0
votes
1answer
105 views
PyQt4: Using a QPushButton widget to delete an item from QList widget
I am learning PyQt4 (I am using version 4.4.4) and I'm pretty new to Python (Python 2.5). I have a GUI with a QListWidget and a QPushButton. I want a user to be able to click to select an entry in the ...
0
votes
1answer
18 views
Is it easier to make 1 file with lots of data or 4 files, each with 1 set of data?
I am making a program that will, among other things, create new objects with an instance variable called 'name'. If 'name' is not passed into the method, then my code reads from a file that contains ...
0
votes
2answers
72 views
WindowsError 32 while trying to os.rename
I'm using a base folder REF_IMAGES where I keep reference bitmaps for a specified language. I have other several languages folder like REF_IMAGES-EN, REF_IMAGES-NL etc.
I want to create a script ...
1
vote
1answer
194 views
django.utils module import error in appengine 1.7.6
I just updated to 1.7.6 appengine and started getting ImportError for django.utils, my app is using python 2.5 and had no issues running before this update.
Any idea if this was removed in the ...
3
votes
2answers
76 views
Signal Compressing
I need to "compress" the size of python arrays which represent signals. The signals look like following example.
signal = [
[0.0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0,1.1], #time values
...
1
vote
1answer
48 views
How to support different handlers for incoming GAE e-mails?
In accordance with GAE docs, several handlers could be support for incoming e-mails. I would like to support two:
string@appid.appspotmail.com should go to Handler1;
...
0
votes
2answers
58 views
Extracting new errors from log file and emailing result
The following python 2.5 script works but as I am a beginner I wonder if there any blatant mistakes or perhaps a better way do what I am trying to achieve?
The aim is to open the current day's log - ...
0
votes
1answer
158 views
Cannot set up Google App Engine for Python 2.7 on OSX 10.6
Trying to run the Python 2.7 dev environment for Google App Engine on Mac OSX (10.6.8), but I cannot get the helloworld example won't run.
I cannot import webapp2 in a Python shell. When I try to ...
-2
votes
2answers
54 views
combine list of list element in python
Let say I have the a list of list
[ ['B','2'] , ['o','0'], ['y']]
and i want to combine the list into something like this without using iteratool
["Boy","B0y","2oy","20y"]
cant use itertool cuz ...
0
votes
1answer
89 views
Why is Python giving me a error from a incorrect path?
Ok, so this is really strange...
I run Python 2.5 on Windows XP, and I used easy_install to get the library java2python. I tried to run j2py.py, but whenever I do, it gives me this error:
...
0
votes
2answers
242 views
How to get HTTP return code from python urllib's urlopen?
I have the following code:
f = urllib.urlopen(url)
html = f.read()
I would like to know the HTTP status code (HTTP 200, 404 etc) that comes from opening the url above.
Anybody knows how it can be ...
0
votes
3answers
277 views
Chinese and Japanese character support in python
How to read correctly japanese and chinese characters.
I'm using python 2.5. Output is displayed as "E:\Test\?????????"
path = r"E:\Test\は最高のプログラマ"
t = path.encode()
print t
u = path.decode()
print u
...
0
votes
1answer
90 views
How to get relative file path on Python 2.5?
I was using python 2.6 for a script, but for requirement limitations I have to downgrade my script to python 2.5, how can I get the relative path using python 2.5?
I was previously using:
...
0
votes
1answer
202 views
Why is python's urllib2.urlopen giving me a 403 error? [duplicate]
Possible Duplicate:
Python’s urllib2 doesn’t work on some sites
Ok, I just want to access this URL using python: http://www.gocomics.com/wizardofid/2013/01/22
But, whenever I call ...
0
votes
1answer
74 views
Float value is equal -1.#IND
A function returns a list which contains of float values. If I plot this list, I see that some of the float values are equal -1.#IND. I also checked the type of those -1.#IND values. And they are also ...
2
votes
2answers
43 views
Check if signal is in the limits given by another signal
How can I check if a signal is below the limits of a reference signal, with python? Each signal is given as a two-dimensional list, for example like in following code and diagram.
#Signal = [[t0, t1, ...
0
votes
1answer
23 views
Are there any good tutorials on the Albow module?
Ok, so the Albow python module is not very well documented in my opinion, and I need some help trying to find a good tutorial on it that shows me how to render 3D objects. I just can't find any. ...
0
votes
1answer
362 views
How do I test if there is a server open on a port with python?
Ok, so I did the following, figuring it would raise an exception if it could not connect:
>>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
>>> s.settimeout(0.2)
...
0
votes
1answer
66 views
Condition for one section applying to all sections
I've tried fixing this multiple times, yet I still can't find out what is wrong with it. The idea is to give each "user" a different "passcode" that will either let them access something else that I ...
0
votes
2answers
91 views
I don't understand what is wrong with this code
I get an error on the following code and I don't understand what is wrong with it.
I am just trying to learn how to do this, and this was a test.
I can't figure out what is wrong or how to fix it.
...
1
vote
1answer
137 views
When using Pyinstaller 2.0 syntax error in pyinstaller-2.0/PyInstaller/lib/macholib/util.py
I have just installed PyInstaller 2.0 and I have been attempting to use it to create an executable of a python script. However, from terminal, when I cd into the directory pyinstaller-2.0 and run the ...
0
votes
3answers
200 views
Is a python script faster when you convert it to a .exe using py2exe? [closed]
I am really bad at compiling programs, and I just want to know if my python 2.5 program would be faster if I converted it to a .exe using py2exe. I don't want to spend a lot of time trying to compile ...
3
votes
1answer
151 views
Pydev and *.pyc Files
I am using Eclipse 4.2.1 with the pydev Plugin (version 2.7.1) for python development.
It seems that pydev has problems with precompiled python files (*.pyc files). I am using a package which is only ...
0
votes
1answer
180 views
How do I use the FPS argument in cv2.VideoWriter?
Ok, so I am making a video. I want to know exactly how to use the FPS argument. It is a float, so I assumed it was what interval do I want between each frame. Can you give an example? I just want to ...
1
vote
1answer
112 views
Why is this python WMI call giving me an error?
Ok, I am pretty clueless here. I use the python WMI module to do the following command:
sj = wmi.Win32_ScheduledJob
sj.Create("cmd", 0x40000000, 32, 1, 0, "******153000.000000-420")
And ...
0
votes
3answers
79 views
How to define a Django model with a reference to itself?
I'm new to Django and currently write an application, where users can enter their opinions on some topic.
Every opinion A may have zero or more opinions, which support A and several (zero or more) ...
-1
votes
2answers
151 views
How to test if an object is iterable on python 2.5+ on all platforms?
I discovered that on Debian with Python 2.5.5 the collections module does not have Iterable class.
Example: http://python.codepad.org/PxLHuRFx
The same code executed on OS X 10.8 with Python 2.5.6 ...
0
votes
1answer
31 views
How to support multiple versions of python for urllib2?
I want my code to suuport python >= 2.5 The code uses urllib like this:
handle = urllib2.urlopen(req, timeout)
This worked fine for python2.6 & python2.7 but python2.5 does not support explicit ...
1
vote
2answers
473 views
Convert string into dictionary with python
I know that this question sound a duplicate, but it's not, at least looked for a while and I couldn't fine nothing for my specific problem.
I have the following string:
"{first : {name : 'test', ...
12
votes
2answers
156 views
Why does importing subprocess change my output?
I noticed the following using Python 2.5.2 (does not occur using 2.7):
#!/usr/bin/python
import sys
for line in sys.stdin:
print line,
Output:
$ echo -e "one\ntwo\nthree" | python test.py
$ ...

