Python 3 is the latest version of the Python programming language and was formally released on December 3rd, 2008.

learn more… | top users | synonyms (4)

3
votes
0answers
146 views

python3 audio signal processing

A project I am working on for one of my classes is to build a simple GUI sound editor for kids using python3 (using python3 is a strict project requirement). I don't want this editor to be as complex ...
2
votes
0answers
76 views

Python dictionary editing entries

def replace_acronym(): # function not yet implemented #FIND for abbr, text in acronyms.items(): if abbr == acronym_edit.get(): textadd.insert(0,text) #DELETE name ...
2
votes
0answers
84 views

Pyglet, shaders and GLSL layout tag for color attribute

I'm trying to use pyglet and OpenGL 4 style shaders (ie: not using any matrix operations, using (layout=...) etc...) I have a basic vertex shader which is: #version 400 uniform mat4 ...
2
votes
0answers
55 views

SPOJ - acode - NZEC error in Python 3

I just discovered the SPOJ website and I submitted my first solution to a problem: Alphacode http://www.spoj.com/problems/ACODE/ The online judge responded with a NZEC error with the following code, ...
2
votes
0answers
62 views

Serving Dynamic Images In Python 3.3

I am trying to use python (version 3.3) with PIL to generate dynamic images for a web page. I have verified that the contents of my generated image are fine with Image.show() but I can not get the ...
2
votes
0answers
60 views

socket ResourceWarning using urllib in Python 3

I am using urllib.request.urlopen() to GET from a web service I'm trying to test. This returns an HTTPResponse object, which I then read() to get the response body. But I always see a ...
2
votes
0answers
123 views

Does Aptana Studio 3.3.1 support debugging of Python 3.3?

I am using Apatana Studio 3.3.1 with PyDev 2.7 and writing code in Python 3.3. I was debugging my code by setting up break point in my code and click on Run>Debug, but the code has not been stopped ...
2
votes
0answers
132 views

POST method form in lxml raises TypeError with submit_form

I'm trying to submit a POST method form using lxml and I'm getting a TypeError. This is a minimal example that raises this Error: >>> import lxml.html >>> page = ...
2
votes
0answers
255 views

Does Pycharm debug work with python3?

I'm on Mac OS X 10.8 and I've installed latest stable Python 3 (3.2.3) using Homebrew. Then I created a virtual environment using virtualenvwrapper - mkvirtualenv --no-site-packages ...
2
votes
0answers
504 views

osx lion python 3 pygame

apparently this is possible however I am unsure how to do it. the closest i have came to installing pygame for python3 is http://florian-berger.de/en/articles/installing-pygame-for-python-3-on-os-x ...
2
votes
0answers
266 views

Python based job scheduler with dependency resolution

I'm looking for a Python based job scheduler which has job dependency resolution (may be specified in XML format). The existing ones mostly kick-off jobs at certain times but don't resolve ...
2
votes
0answers
817 views

tkinter python multiple Scrollbars in Notebook widget

I'm using Python 3.2.3 and Tkinter (8.5.11) on Mac OS 10.7. I have set up a Tkk Notebook widget with several tabs. On the first three frames, there are Listboxes with Scrollbars synched to them. Each ...
2
votes
0answers
175 views

Py_FindMethod is gone in python3 . What should I use instead?

there. I'm trying to port the avl module for Python I found on sourceforge http://sourceforge.net/projects/pyavl/ to python3. I managed to get rid of most errors, but I don't find clear information on ...
2
votes
0answers
291 views

Is this the right way to pickle instance methods? If yes, why isn't it in Python 3?

Instance methods can not automatically be pickled in both Python 2 or Python 3. I need to pickle instance methods with Python 3 and I ported example code of Steven Bethard to Python 3: import ...
1
vote
0answers
34 views

Using Websocket in Pyramid using Python3

Is there a way to use Websockets in Pyramid using Python 3. I want to use it for live-updating tables when there are data changes on the server. I already thought of using long-polling, but I don't ...
1
vote
0answers
12 views

Python : correct use of set_completion_display_matches_hook

I'm trying to write a function to display a custom view when users press the tab button. Apparently "set_completion_display_matches_hook" function is what I need, I can display a custom view, but the ...
1
vote
0answers
24 views

File I/O has caused a “[Conflict]”

I wrote a small program that is supposed to run continuously analyzing some data. I usually just let it run in the background on my computer. A couple of times now, I have come back to my computer to ...
1
vote
0answers
52 views

List index out of range? Python

So I'm having trouble with my coding homework, I'm trying to make a GPA calculator and I think that it is complete for the most part, but it won't work because it keeps telling me that there list ...
1
vote
0answers
33 views

Attribute error in inherited view?

I added a new module that depends on base module, and my model inherits res.partner, i need to add two fields: customer reference and reference type, i did that the way it should be but there is an ...
1
vote
0answers
35 views

using tkinter for GUI

How would I go about wrapping this text in a GUI? I am fairly new to python and programming in general and well I wrote this converter as a first project. I now want to wrap the project in a GUI but ...
1
vote
0answers
61 views

How to copy a whole paragraph from a MS Word document to another using Python

I'm meeting some problem : I wanna loop through all paragraphs in a MS word document and if there is some specific text in the paragraph, I want to copy the paragraph to another 'MS Word' file. ...
1
vote
0answers
38 views

Writing EXIF data using python3 in Windows

I have a set (hundreds) of JPEG files that I need to equip (WRITE access) with EXIF data. For that I would like to use python3 so I can batch process the files and incorporate it in my data flow. I ...
1
vote
0answers
65 views

Error evaluating user input string in python

I am using notepad++ and windows powershell for editing and executing python 3.2 programs. Here are two case Case 1 w = 'a' u = 'a' print (u == w) OUTPUT: True Case 2 w = "a" u = input('enter ...
1
vote
0answers
52 views

Merge three csv files with same headers in Python

I have multiple CSVs; however, I'm having difficulty merging them as they all have the same headers. Here's an example. CSV 1: ID,COUNT 1,3037 2,394 3,141 5,352 7,31 CSV 2: ID, COUNT 1,375 ...
1
vote
0answers
127 views

Python 3.3 in Enthought Canopy

How to use Python 3.3 in Canopy Enthought? It has the option on the bottom to select Python 3, but this does not change anything when we use: print(sys.version) 2.7.3 | 32-bit | (default, Mar 25 ...
1
vote
0answers
100 views

pip-3.3 SSL verification error , mac OSX 10.5.8

I am getting an error when trying to run pip-3.3 install numpy from the terminal in OSX 10.5.8 here is the error in question: could not fetch URL... [SSL: CERTIFICATE_VERIFY_FAILED] certificate ...
1
vote
0answers
60 views

Tkinter instantiation fails in Python 3.3.1 on OS X 10.8

I was trying to start my new project with Tkinter in Python 3.3.1. So I installed ActiveTcl 8.5.13, as that seems to be required. Now I run this simple test script; import sys from tkinter import * ...
1
vote
0answers
45 views

Is there a Python3 compatible Django storage backend for Amazon S3?

I'm building a Django app in Python 3.3.1 to be deployed on Heroku. Due to its ephemeral filesystem, Heroku can't serve the app's static files from a local filesystem, so they need to be located ...
1
vote
0answers
35 views

Convert Python Exception to std::string

How can I convert and save the Python exception that occurred into a std::string or wstring ? This is my current code: String ScriptErrorHandler::the_error() { if(PyErr_Occurred()) ...
1
vote
0answers
50 views

Is this a Python 3 regression in IPython Notebook?

I am attempting to create some simple asynchronously-executing animations based on ipythonblocks and I am trying to update the cell output area using clear_output() followed by a grid.show(). For ...
1
vote
0answers
45 views

Python: put current class as return type annotation

In python 3 I can make arguments and return type annotations. Example: class Graph: def __init__(self, V: int, E: int, edges: list): pass @classmethod def fromfile(cls, readobj: ...
1
vote
0answers
61 views

Python 3.3 Threading.Semaphore does not accept the verbose argument

I have a problem. I want to use celery on python 3.3, I have installed this packet and it works fine. But if I run it, there is a problem in the library of billiard. the first problem was that he ...
1
vote
0answers
70 views

Destroying tkinter figures with keyboard interrupt in a embedded c++ python editor

I am addind a python editor to a C++ application. In order to be able to stop the python process when the user presses ctrl-c, I have 2 threads: 1- the first one runs the python string; 2- the ...
1
vote
0answers
45 views

Adding SSL support to socketserver Python3

I want to add SSL support to Server based on python3 (version 3.3) socketserver. I've found answer to my problem here, but this code doesn't work in Python 3. Method socket._fileobject is not longer ...
1
vote
0answers
79 views

Header for XML files with xml.etree.ElementTree

with the module xml.etree.ElementTree I can pretty much create an XML file as I like, except for the most important part ( in my case ): the header. I can't find a real solution for that, my header ...
1
vote
0answers
45 views

How do I build cx_freeze from source?

I tried to install cx_freeze on my computer (windows) with an msi, but the installation kept failing saying something like "one or more needed files could not be found." Because installing from a ...
1
vote
0answers
86 views

How to fill and submit form using Python 3 and only Python 3 libraries

I am working on this as a free time project. I would like to use Python 3 to login to a site (fill form and submit) and then I plan to scrape the page for some data. The reason I am strictly looking ...
1
vote
0answers
45 views

transfering database between python and sqlite3 cli tool

I need a way to access a database created in my python3 application in memory (':memory:') in the command line interface tool sqlite3. The idea is to provide the user with the convenience of the ...
1
vote
0answers
109 views

Pyglet, player, next song

I'm trying to play songs in Python 3 via pyglet. I can play and stop a song, but when I try to play the next song it produces an error. I followed these instructions. I will do the program in tkinter. ...
1
vote
0answers
104 views

Have a function time out if a certain condition is not fulfilled in time

The issue I have is that my chat client is supposed to recieve and print data from server when the server sends it, and then allow the client to reply. This works fine, except that the entire ...
1
vote
0answers
30 views

How to profile fusepy operations

I am writing a FUSE file system using the fusepy ctypes library (https://github.com/terencehonles/fusepy) for Python. Is there a way to profile the fuse operations? When I try to run the ...
1
vote
0answers
193 views

pip install PySide fails QtCore Framework check (OS X)

The error When I run pip install PySide – whether in a virtual environment or not – build fails with the following error: ... [lots of build info, including a few warnings but no errors, for ...
1
vote
0answers
67 views

How can I run python3 on my apache server by default?

I am a beginner to Python here, and I am having an issue. In my setup, I was using a PHP script to call the command line which in turn would execute a python script. Since then, I've discovered that ...
1
vote
0answers
49 views

Easier formatting for variable ranges in list comprehensions

If I have a list comprehension that is essentially this: result = [function(i,j,k,l) for i in range(3) for j in range(3) for k in range(3) for l in range(3)] It does what I want, but it looks ...
1
vote
0answers
47 views

Minimal implimentation of Gtk.Clipboard not functional

I am trying to get a minimal implementation of Python3/GTK3's clipboard working. It will work if and only if I run Gtk.main(). I have even tried a : While Gtk.event_pending(): ...
1
vote
0answers
176 views

Cross-platform way to play audio files (mp3, wav, etc… ) on Python 3?

I'm searching for a library (preferably cross platform) that lets me play various audio file on Pyhton 3 (currently using 3.3.0). I have tried several options such as Pyglet but it doesn't run on Py3 ...
1
vote
0answers
116 views

IPython %%cython magic gives ImportError: dlopen(long_file_name.so, 2): image not found

OS X, 10.7. I've been going through the first several cython examples in the cython tutorial, and all of the tutorial examples work correctly for me thus far. However, when I try to do what Fernando ...
1
vote
0answers
109 views

How do I encode/decode jpg image to upload ONLY using “urllib.request.Request”

I'm experiencing problems with image not being encoded properly in my custom multipart-form/data being posted. After sending out the HTTP POST packet, I noticed the bytes representing the image is ...
1
vote
0answers
138 views

Higher order functions: automatic generation vs manual definition

I'm trying to delay evaluation for a bit, and so I prefer to work with functions as long as possible. I have class Function which defines composition and pointwise arithmetics for functions: from ...
1
vote
0answers
113 views

urllib2 misbehaving with dynamically loaded content

Some Code headers = {} headers['user-agent'] = 'User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0' headers['Accept'] = ...

1 2 3 4 5 17