In the Python in the 2.x series Python 2.7 is the latest, and last, major release.
0
votes
1answer
26 views
How do I add my project to 'sys.path' on windows? (trying to use disqus_export.py)
I'm trying to use the command disqus_export.py from 'django-disqus' to export my comments from django.contrib.comments to disqus.
When I use disqus_export.py in my outer project folder(where ...
1
vote
1answer
38 views
How to make asynchronous HTTP POST requests
I have this program which runs in a loop with pythoncom.PumpMessages().
While this program runs, it takes input and stores it iternally.
When the input reaches a certain lenght, I'd like to send a ...
0
votes
0answers
8 views
How to configure ToscaWidgets 2 on a TurboGears 2.2 with mount Proxy deploy
I have a working turbo gears 2.2 website, deployed as a mount reverse-proxy, exp:
https://Some-Domain.com/mySite
I know how to configure the webserver to work as a mounted site, but I don't know ...
0
votes
1answer
48 views
How to use Google Drive API from Google App Engine?
I have an app in GAE (Python 2.7), and now need access to Google Drive to display a (shared) list of folders and documents.
Searching usually results in pointers to DrEdit, including App Engine and ...
0
votes
0answers
17 views
Binary files in Gridfs-Mongo DB to be stored in local drive in python 2.7
I have stored some attachments into GridFS mongo using the Put command in Gridfs.
x12 = 'c:\test\' + str10
attachment.SaveAsFile(x12)
with open(x12, 'rb') as content_file:
content = ...
0
votes
2answers
84 views
Real time output in Python
In my python code having:
print "Hello"
time.sleep(20)
print "world"
I am expecting output as
Hello
and then after 20 seconds
world
But Hello and world are printing simultaneously in the ...
1
vote
1answer
29 views
parsing email_message['Subject'] results 3 strings instead of 1
I'm parsing an email subject and getting multiple strings (depending on the subject length) starting with =?UTF-8?B?. Is this normal behavior? How can I join the strings to one string with one ...
0
votes
0answers
28 views
Why does Python WMI GetBinaryValue return nothing when trying to get binary value in registry?
I am trying to retrieve values for certain registry subkeys and have not been able return values which are binary. I can use the getStringValue and EnumKey methods to retrieve information but for some ...
-7
votes
0answers
82 views
python two argument function [closed]
For all, the “words” should be assumed to be separated by whitespace (spaces, tabs or newlines).
Write a function make_index that takes two arguments
datafile stipulating the name of a file ...
0
votes
1answer
26 views
How to get the exit status in python
i am using scons build tool with renesas compiler.
I want to know the exit status of SCONS when the build terminated with an error.
When scons executed the project successfully it will return 0. How ...
-4
votes
1answer
63 views
Python ValueError: invalid literal for float(): 127.0.0.1 [closed]
I am working on a simple bot for UDP flooding, but it isn't working, all I get when I run is is:
ValueError: invalid literal for float(): 127.0.0.1
Here is a snip of what I think is causing the ...
0
votes
1answer
33 views
The Python 3.3 equivalent of 'execfile' [duplicate]
Hey guys I need to find out how to open my .py files after writing them in Notepad ++. I find the interface more useful than the Python window.
In a tutorial I was following along with the guy uses
...
0
votes
0answers
22 views
Python - How to save a list as an image?
I generate a regular list. Is it possible to save this list as a JPEG image or PNG or whatever so that I can open the image and look at it? I am currently trying to figure it out using the python ...
3
votes
2answers
36 views
Why won't Python return my mysql-connector cursor from a function?
Python (2.7.3) is violating my mysql-connector cursor in some strange way when I return it from a function. This first example works fine...
cnx = connect()
sql = "SELECT * FROM MyTable"
cursor = ...
0
votes
0answers
79 views
Python HOMEWORK: GUI Tkinter
Im working on a Python assignment using Tkinter. It is suppose to look like this, but looks like this.
Can you please give me a little help getting the layout right?
With the sunken frames, space ...
0
votes
1answer
28 views
working around an error in a python module
So I have found an error in a module I am using (which one is unimportant, but if you must know it's geopy.distance)
So I know what I have to do to fix the code, but when I open the .py file and edit ...
0
votes
0answers
7 views
Tweetstream Time Bound for a user time line
I am trying to use tweetstream module to extract my tweets and my friends tweet for a particular time say for 1 day worth. Unfortunately tweetstream is a streaming api and do not have any class which ...
0
votes
1answer
15 views
Importing a distributed python package from Django view
I am working on a Django project where I need to get search results from the Amazon Product Advertising API. I've successfully used the API in PHP but am now working on my first Django app. I have ...
0
votes
1answer
65 views
pulling links and scraping those pages in python
I would like to scrape some links from this page.
http://www.covers.com/pageLoader/pageLoader.aspx?page=/data/wnba/teams/pastresults/2012/team665231.html
This gets the links that I want.
boxurl = ...
1
vote
2answers
37 views
python 2.7 to python 3.2 string formatting error
I have this piece of python code:
args =(12, 45, 7854)
2 result = 123
3 answer = 456
4 print 'Test with data: ', args, ' result: ', result, ' answer: ', answer
Now when I run this with ...
0
votes
0answers
12 views
s3cmd tool error on fedora 18
When I run
$ s3cmd
I get
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
s3tools-bugs@lists.sourceforge.net
...
0
votes
0answers
28 views
Python Desktop Application Framework built on top of PyQT
I am looking to build a python desktop framework on top of PyQT. It has to be modular with a set of core modules pre installed to allow setup and configuration. From there on it should be completly ...
-1
votes
1answer
18 views
What is the first argument to PackageLoader for in Python's jinja module [closed]
Okay so I have the following, I only want to know what "yourapplication" is. It's supposed to be a module, but a module that does what?
The website is down so there's currently no way I can look up ...
0
votes
1answer
23 views
Python global object variable
I want to make use on an object that has been instantinated inside of a class from a standalone module. I am trying to do this by makeing the object reference global. I think I want to make use of the ...
0
votes
2answers
27 views
Embed product-variance logic into Django models
I wonder how I would model my Products model to auto-create (and that the admin-App would also understand it) variants of a Product based on it's variant-parts.
My Products have;
Colors
Sizes
and ...
0
votes
0answers
12 views
Pushing Django's admin-logic to the front
I am building a Django-app which has very similar workings as the built-in admin-module has. With that I mean it does a lot of listing, inserting/updating and is in need of filtering a lot. Finally ...
0
votes
3answers
33 views
GQL Queries - Retrieving specific data from query object
I'm building a database using Google Datastore. Here is my model...
class UserInfo(db.Model):
name = db.StringProperty(required = True)
password = db.StringProperty(required = True)
email = ...
1
vote
2answers
42 views
Get new datetime object according to timezone difference
Here is my code
>>>from datetime import datetime
>>>from dateutil import tz
>>>current_time = datetime.utcnow().replace(tzinfo=tz.gettz('Asia/Calcutta'))
...
0
votes
1answer
29 views
Django ORM and dependencies
I am currently brainstorming about building an existing PHP CodeIgniter project in Django.
I spit through the documentation a bit already and done some online tutorials to test how it works and am ...
0
votes
0answers
26 views
Python 2.7 - Spynner - Acessing Iframe
How can I access iframe, ie. 2nd iframe on the page using spynner, so I can execute a click command on the specified element?
<html>
<head>
...
</head>
<body>
...
<frameset ...
0
votes
1answer
31 views
PYQT Adding extra menu items to an existing UI before it opens
Hi I have designed a basic GUI in QT and created a .py file from it.
When the window starts up I want to add another menu item. I have tried a few pieces of code I found on google but nothing seems ...
0
votes
1answer
37 views
Inserting Variables MySQL Using Python, Not Working
I want to insert the variable bob, and dummyVar into my table, logger. Now from what I can tell all I should need to do is, well what I have below, however this doesn't insert anything into my table ...
0
votes
0answers
30 views
Error while tring using pygame [duplicate]
I've tried re-installing pygame several times. I also got all the versions of python that i can use with pygame, but I always get this error:
Traceback (most recent call last):
File ...
0
votes
1answer
80 views
Python Linux read process memory - int too large to convert to C long
I have this snippet that reads a process memory in Linux and search for a string, works ok on some distros, but on other just got this error:
maps_file = open("/proc/%s/maps"%pid, 'r')
mem_file = ...
0
votes
2answers
39 views
break and pass functions are not processing correctly
The functions break and pass don't appear to work with correct input the program stops and with out correct input the program decides not to break but to print the string telling the user that there ...
1
vote
1answer
71 views
Generating a dense matrix from a sparse matrix in python
I have a Sqlite database that contains following type of schema:
termcount(doc_num, term , count)
This table contains terms with their respective counts in the document.
like
(doc1 , term1 ,12)
...
0
votes
0answers
32 views
why error when searching for nodes in parallel python?
I really need some help so please answer. I installed pp on my laptop an on my virtual machine both use ubuntu.
i can ssh to the virtual machine so the connection to it is fine but still i am not able ...
0
votes
2answers
44 views
How do I find out if a key exists in a multi-dimensional list in Python
I have a list populated list populated like so
record.append([key, value1, count1, value2, count2])
but when I use the built in in function it does it not work.
if k in record
what's the most ...
0
votes
2answers
38 views
Why are my search results not displayed?
When I make I search in my web form, it appears that matches are found but they are not displayed:
What can I do to make the SERP display? My code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
2answers
38 views
BeautifulSoup remove special characters of contents of tag
I want to compare a string with the contents of a html page. But the special characters in the HTML page makes this comparison harder. So I want to remove all the special characters and white spaces ...
0
votes
1answer
39 views
How can I patch a function stored in a variable?
How can I make the following test to work?
mymodule.py
import requests
http_methods = {
"GET": requests.get,
"POST": requests.post,
"PUT": requests.put,
"DELETE": requests.delete
}
...
0
votes
1answer
53 views
a function returns a certain (object or value) based on a rule
Lets suppose i have this function in python:
def get_thing(rule):
if rule == 0:
return 5 #<<<< int
elif rule == 1:
return 'Hello' #<<<<< ...
0
votes
1answer
40 views
Residuals of Random Forest Regression (Python)
When using RandomForestRegressor from Sklearn, how do you get the residuals of the regression? I would like to plot out these residuals to check the linearity.
-2
votes
1answer
49 views
Python property decorator not working, why?
For some reason the 'obj._max_value' and 'obj._current_value' are not getting set. I have looked at many tutorials and it seems that I am doing it correctly. Does anyone know why it is not working?
...
-1
votes
4answers
55 views
Method to find substring
I know that in python there is a in operator which can used to check whether any sub-string or char is present in a string or not...but if i want to do this by checking each string(of length ...
0
votes
1answer
23 views
Eclipse+Pydev shows different result than Spyder for list of Python modules
I am using Python(x,y) 2.7. I write code either in Spyder or using Eclipse+Pydev.
When I am trying to getting list of Python modules, Spyder IDE is giving different result than Eclipse+Pydev. Code is ...
-3
votes
1answer
46 views
Global variable does not update?
Global variable does not update but I import it to interpreter it is updating.
Please help me how to update dictionary d
import texttable
class Lc:
d={50:8,100:6,200:4,500:3,1000:2,2000:1}
...
0
votes
2answers
59 views
Generating (StartDateOfMonth, EndDateofMonth) for every month within date range
I want to generate a list of (StartDateOfMonth, EndDateOfMonth) values for a specified date range. e.x. time range: 2011-09-11, 2013-04-24, the list should be :
[('2011-9-11', '2011-9-30'), ...
0
votes
2answers
84 views
How to use break statement
I have a working currency converter in 2.7 but I want to make sure the program doesn't get data it can't process put in by the user.
how to get user input to be understood irrelevant of case
how to ...
2
votes
1answer
45 views
How to save an e-mail message to a file without loading into memory?
How to save an e-mail message to a file without loading into memory?
I use
import poplib
pop_conn = poplib.POP3(servername)
pop_conn.user(username)
pop_conn.pass_(passwd)
msg = ...


