The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

IOError: cannot identify image file (Python and PIL)

Im have this simple code snippet to re-size and image using PIL but i can get it to work this question has been asked before but none of them explain why my example wont work Here is my snippet: ...
0
votes
1answer
25 views

Python - IOError no such file when file exists

I've written simple script to update my CSS styles (from less to css) every time when i change less file. I have now: import time import hashlib from subprocess import call def ...
1
vote
0answers
4 views

PIL cannot write mode F to jpeg

I am taking a jpg image and using numpy's fft2 to create/save a new image. however i get, "IOError: cannot write mode F as JPEG" and I don't understand what to do. is there an issue with CMYK and JPEG ...
0
votes
0answers
34 views

Python Errno 28 No space left on device

I have a simple python program: #!/usr/bin/python fo = open("foo.txt", "w") fo.write( "blah\n"); fo.close() #line 4 Running this program produces this: ./result.py Traceback (most recent call ...
0
votes
0answers
21 views

IOError: failed to write data - Python Server

Any idea why the following error occurs when uploading image to server?! [Tue May 21 23:44:01 2013] [error] [client 41.236.182.133] mod_wsgi (pid=9639): Exception occurred processing WSGI script ...
0
votes
1answer
9 views

Error generating .exe with py2exe

I'm genetating a .exe with python and when i try to run it, a .log is generated with the following lines: Traceback (most recent call last): File "cuasimodo.py", line 1077, in IOError: [Errno 2] No ...
0
votes
1answer
37 views

Indentation error on try, except, else block in python

Further to a question I asked here, I'm stuck sorting out an error exception. I have sorted out reading a list of files from another file, but I'm struggling with if one of the files referenced ...
1
vote
1answer
49 views

Python IO error : too many open files

I am getting a python error in eclipse as this : "IOError: File not found - ./FASTLEXICON.7 (Too many open files)". Here is some background : In my java program I am using a .Jar library which is ...
-1
votes
3answers
221 views

Why do I get I/O error 32 even though the file isn't open in any other program? [closed]

I'm trying to write a line to a text file in Delphi 7 with the code below, but it gave this error: "Raised Exception Class EInOutError with 'I/O error 32'" AssignFile(trackertxt, 'tracker.txt'); ...
1
vote
1answer
79 views

How to avoid a Broken Pipe error when printing a large amount of formatted data?

I am trying to print a list of tuples formatted in my stdout. For this, I use the str.format method. Everything works fine, but when I pipe the output to see the first lines using the head command a ...
1
vote
0answers
51 views

Heroku: IOError - HTTP session already opened: when saving Amazon S3

Sometimes my heroku app has IOError (HTTP session already opened) when the app writing an image file Amazon S3. I have no idea why this happens sometimes. Does this depends on server capacity? ...
1
vote
3answers
529 views

Python's “open()” throws different errors for “file not found” - how to handle both exceptions?

I have a script where a user is prompted to type a filename (of a file that is to be opened), and if the file doesn't exist in the current directory, the user is prompted again. Here is the short ...
0
votes
1answer
237 views

X11 Tkinter + PIL + py2app = IOError cannot identify image file

I have a problem with a python program (python 2.7.3, X11 Tkinter, py2app 0.6.4, MacOS X 10.7.4) that I'm trying to export to py2app. The problem only started occurring in the standalone py2app-ified ...
0
votes
1answer
126 views

IOError: Filename, foldername or volumename syntax is wrong

Im having trouble executing a code, it goes like Transmission calls TorrentToMedia.bat F:/Downloaded/_automated/test/complete/tv My.Very.Legal.Download.S01E01.720p.HDTV.x264-FiHTV Which then passes ...
2
votes
1answer
123 views

Open Image Error Python

Hello everyone I'm trying to open a image that i have downloaded through a link. I searched on the site and found something very useful and implemented that into my code. *if* __name__ == "__main__": ...
0
votes
1answer
233 views

Python multiprocessing builtins.IOError: [Errno 22] Invalid argument

Not sure why this error is appearing. I've searched around to no avail. I decided to take a punt at making my script run multi-threaded using the multiprocessing module, and if I remove that code the ...
-1
votes
1answer
154 views

IOError: [Errno 2] No such file or directory: 'C:\\1\\2\\frame0.txt'

i must say i know very little about this. i'm working in cinema 4d with python and need to import a bunch of text files that have 3d point data as X,Y,Z values. i have the following script; import ...
1
vote
0answers
205 views

Python ioerror errno 2 no such file or directory pilutil

I'm having trouble running a python script using python 2.7.3 on lubuntu 12.10 run through virtual box on an older mac book (summer 2009, model 5,2 perhaps) with an intel processor. The script seems ...
0
votes
0answers
35 views

cx_Freeze IOError in .exe

I'm trying to get a working .exe of my simple python script called test.py. The script works fine, it parses an .ods file and extract some data. The file I parse is called Spreadsheet.ods and it is ...
0
votes
2answers
73 views

Opening .out files in Python

Am I right in thinking Python cannot open and read from .out files? My application currently spits out a bunch of .out files that would be read manually for logging purposes, I'm building a Python ...
0
votes
1answer
168 views

What is the proper way to handle (in python) IOError: [Errno 4] Interrupted system call, raised by multiprocessing.Queue.get

When I use multiprocessing.Queue.get I sometimes get an exception due to EINTR. I know definitely that sometimes this happens for no good reason (I open another pane in a tmux buffr), and in such a ...
4
votes
2answers
94 views

Python non-specific write exception

Currently teaching myself Python, and learning file I/O by writing a script to both read from and add text to an existing file. The script runs up until I call the write() method, at which point it ...
4
votes
1answer
139 views

IOError 2032 happens sometimes

My application loads 60 files at the same time. I mean I create 60 loaders (in an array) and start all loadings in a loop, I don't wait for one to complete before I start the next. I use a class that ...
1
vote
1answer
275 views

Change directory using os.walk in python

I'm trying to write something that recursively searches a path and subdirectories for files that start with the hex value of "FFD8". I have gotten it to work with the location specified in argument ...
1
vote
2answers
218 views

Python - open external file can produce error OR creation in read mode

Last night I wrote a program that pulls all the commented lines out of a file and outputs them to a new file. This is something we often have to do in my programming class, and picking through the ...
1
vote
1answer
868 views

I/O Error: SSO Failed: Native SSPI library not loaded

Trying to run the following bit of code: import java.sql.DriverManager; public class Connect { public static void main(String[] args){ try{ String databaseDriver = ...
0
votes
0answers
298 views

Python Multiprocessing IOError: [Errno 22] invalid mode ('w+') or filename:

I have a function that works fine when I set it up as: result=map(myFunction,dataList) myFunction writes and reads a file to HDD. However when I rewrite it as result=pool.map(myFunction,dataList) ...
0
votes
1answer
757 views

Python IOError: Errno 13 Permission denied

Ok, I'm totally baffled. I've been working on this all night and I can't get it to work. I have premission to look into the file, all I want to do is read the darn thing. Every time I try I get: ...
0
votes
1answer
423 views

Django production: [Errno 13] Permission denied:

In my Django app I have this kind of error: "IOError: [Errno 13] Permission denied: 'file_name'" This is my code: def record_export(): for file_name, tab_name in tab: if ...
2
votes
0answers
127 views

Python IOError exception when unzipping archive with deep directory structure

I am having following error when trying to extract zip file using zipfile module's extractall method: Traceback (most recent call last): File "<stdin>", line 1, in <module> File ...
0
votes
0answers
73 views

Different ways to produce stream closed IOError

I'm using Ruby 1.9.2-p180. I'm trying to enumerate all possible ways to produce the closed stream IOError in Ruby. For example: the code below is one way to produce an IOError saying that the stream ...
0
votes
0answers
247 views

Harddisk IO-error after a few minutes [closed]

I have encountered a really strange problem I cant figure out by googling, so I need to rely on your expertise. Currently I am able to mount the formerly internal Harddisk as an USB drive with other ...
0
votes
1answer
216 views

AS3 Error 2038 on Windows only

hope someone can help me with this! I've written a simple online 3d editor in Flash - it's about to go out to a selection of clients but the file uploader has a bit of a glitch which has only just ...
0
votes
0answers
157 views

Error #2032: Stream Error

I have a Flex application which makes calls to an asp application to get the XML data. Once in a while on the first load of the application I seem to get the following error: ...
0
votes
3answers
105 views

Weirdest errors with simple C program. Linux Installation corrupted?

So this is all of my programcode: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> typedef struct { unsigned char adr; unsigned char ...
0
votes
2answers
157 views

Exception not passing IOError: [Errno 2]

I have a simple game I'm working on in py 2.7 that uses pickle to read and write save files. I'm self-taught, and I just started learning like a week ago. I usually can find solutions to my problems ...
1
vote
0answers
65 views

PyMad IOError (when I open file with not latin characters)

I use PyMad/PyAudio for play mp3 files. When I open a file with non-latin characters Python raises the following error: IOError: Object must have a read method on the line: self.mf = ...
0
votes
3answers
359 views

Android read failed exception when trying to read vCard contact data

I'm trying to export my contacts to vCard format with this code : (found here : http://androidcodeexamples.blogspot.in/2012/06/export-contacts-as-vcf-file-in-android.html) Cursor phones = ...
0
votes
3answers
259 views

IOError 22 in python Invalid on windows

I'm creating a sniffer for serial port in python, but I have a problem when i create a CSV file in windows. I split my program on some point to avoid the possibility of incompatibility between ...
1
vote
3answers
1k views

Errno 13 Permission denied: media folder with localhost

I get a message [Errno 13] Permission denied: u'/home/.../...jpg' when I try to upload a file in django. But the problem appears only when I try it with localhost/. When I and running or ...
0
votes
1answer
566 views

How do I fix this IOError: [Errno socket error] [Errno 11004]?

This simple Python 3 script: import urllib.request host = "scholar.google.com" link = ...
1
vote
1answer
1k views

IOError: request data read error

I'm getting an IO request data read error when trying to loading data as Excel. def convert_to_excel(request): field = forms.CharField() try: data = field.clean(request.POST.get('exceldata', ...
0
votes
1answer
661 views

How do I get rid of 'IOError: 13, 'Permission denied'' on Mac OS X

Here is my Code that I'm trying to run on Mac OS X: import getpass #Needed for fetching username import shutil #Needed for moving Files import os var_username = getpass.getuser() #gets username and ...
0
votes
1answer
321 views

How to port a Python application to Linux that works fine in Windows

I am having trouble porting a working, Windows Python application to Linux. I am having some problems, because I did not write the code and am just learning Python. I am having trouble fixing the ...
0
votes
2answers
164 views

IOError when trying to open existing files

I have a small issue with a python program that I wrote to extract some information from a special text file. What I'm trying to do is merge together ~500 lists and then use the resulting merged ...
0
votes
0answers
137 views

The IOError when I use the Requests library in python

when I use the Requests library, use its async.map(reqs, size) method, when the reqs is bit, following error occurs: IOError: zipimport: can not open file ...
0
votes
0answers
233 views

Python IOError: Unable to Open Two Files

I have encountered an IOError in Python which I cannot grasp. I have a relatively simple script retrieving various scientific articles and organizing them into a directory structure. The call to ...
3
votes
2answers
2k views

IOError Input/Output Error When Printing

I have inherited some code which is periodically (randomly) failing due to an Input/Output error being raised during a call to print. I am trying to determine the cause of the exception being raised ...
0
votes
1answer
505 views

Getting IOError: [Errno 2] No such file or directory?

Here is my code to read in a particular image that I know exists and can easily access: fft_image = imread("fft_pic.png ") ave = average(fft_image) fft_image -= ave dsq_array = get_d(fft_image.shape) ...
0
votes
1answer
137 views

IoError 2032 when trying to log in

I'm getting IoError 2032 when attempting to login from the mobile actionscript-facebook api. Specifically I'm getting this error on my android 4.0 device. Strange thing is, it was working fine about ...

1 2 3