1
vote
0answers
27 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
1answer
73 views

While reading file on Python, I faced the error that said UnicodeDecodeError. What can I do to resolve this error?

This is one of my own project. This will later help benefits other people in game I am playing (AssaultCube). Its purpose is to break down the log file and make it more easier to read for users. I ...
0
votes
2answers
67 views

Reading a binary file on backwards using python

I try to read a file backwards (from end to begin). The example below does this, but I would like to ask the community - is there a more elegant solution to my question? import os, binascii CHUNK = ...
0
votes
2answers
45 views

file IO with defaultdict

I'm attempting to: load dictionary update/change the dictionary save (repeat) Problem: I want to work with just 1 dictionary (players_scores) but the defaultdict expression creates a completely ...
0
votes
1answer
110 views

Puzzling Python I/O error: [Errno 2] No such file or directory

I'm trying to grab an XML file from a server (using Python 3.2.3), but I keep getting this error that there's "no such file or directory". I'm sure the URL is correct, since it outputs the URL in the ...
0
votes
1answer
23 views

Problems opening files in Windows that aren't saved to the desktop

I am writing a program which needs to open and access the contents of 110 different text files, which I have stored in various folders and sub-folders on my computer (which is running Windows 7). I've ...
-1
votes
2answers
51 views

Advice with a file program asking for the largest number

the assignment this time around deals with using files. "Assume that a file containing a series of integers is named numbers.dat and exists on the computer's disk. Design a program that determines the ...
2
votes
5answers
47 views

How come i need to make another file handle to read the same file again?

I was playing around files with python, so i wrote this: ifh=open('2.txt','r') for line in ifh: print(line,end="") print("Done") #ifh=open('2.txt','r') for line in ifh: ...
1
vote
1answer
60 views

reading a file that follows pattern into array

I was assigned a task by my boss that I have no idea how to accomplish. He needs me to build a script so that he can do various DNS admin tasks with a command line script. Although I'm not a ...
0
votes
2answers
63 views

This code isn't displaying the correct answer

dictionary = open('dictionary.txt','r') def main(): print("part 4") part4() def part4(): naclcount = 0 for words in dictionary: if 'nacl' in words: naclcount = ...
0
votes
1answer
39 views

python shutil copy function missing last few lines

I have a python script that generates a large text file that needs a specific filename that will FTPd later. After creating the file it copies it to a new location while modifying the date to reflect ...
0
votes
1answer
31 views

UnicodeDecodeError with seek() and read()

I am following example code in Programming Python, and something confuses.Here's the code that writes simple string to a file and then reads it back >>> data = 'sp\xe4m' ...
0
votes
1answer
86 views

Is it possible to read a file line-by-line in while also skipping a given number of lines Python

I am trying to write a program in python that parses out lines of data that match certain criteria from an input file to a series of output files. This program reads an input file containing the ...
-1
votes
3answers
129 views

Python - txt file into a list

I'm trying to read a file and to save the text inside as a list containing strings, (each object in the list is a string which is one line in the text) i only managed to print out the text line by ...
1
vote
2answers
65 views

Faster way of getting files with certain text in them in Python?

I have lots and lots of files in a list called files, which I am looping through and saving all the files which have //StackOverflow on the very first line. It might have some additional text after ...
0
votes
2answers
34 views

gain access to file in list

My search-and-destroy type program has ended up in vain. I have successfully made up the list but the program terminates at PermissionError. My code goes as follows: import os count=0 ...
0
votes
4answers
110 views

Taking numbers from a file, and find the average where the amount of lines changes?

I am trying to make a program which grabs a list of numbers from a file (which could change in lines and size), and then print out the total of all the numbers and the average. I had no problems doing ...
-1
votes
2answers
259 views

Python 3.2: Making a list of lists of integers in a file [closed]

So I have a file containing a matrix of integers. I need to read in the contents of the file and store it in a list of lists. I can't quite figure out how I have to do this. Here is an example of ...
1
vote
2answers
330 views

Writing a random amount of random numbers to a file and returning their squares

So, I'm trying to write a random amount of random whole numbers (in the range of 0 to 1000), square these numbers, and return these squares as a list. Initially, I started off writing to a specific ...
0
votes
1answer
335 views

Iterable error in word count Python 3.3 program

I'm trying to complete a simple word-count program, which keeps track of the number of words, characters, and lines in a connected file. # This program counts the number of lines, words, and ...
0
votes
4answers
254 views

Windows 7 Python 3.2 file not found on open

I have the following Python 3.2 script: f = open('C:/foo/bar/baz/text.txt') this causes a file not found exception: ileNotFoundError: [Errno 2] No such file or directory: ...
3
votes
3answers
104 views

Removing words from a file

I'm trying to take a regular text file and remove words identified in a separate file (stopwords) containing the words to be removed separated by carriage returns ("\n"). Right now I'm converting ...
0
votes
3answers
87 views

Python 3: working with files

I'm reading in my textbook that a file object has a readlines method, which loads a whole file into a list of strings: >>> f = open('script1.py') >>> lines = f.readlines() ...
0
votes
1answer
183 views

Python 3: dealing with stripping lines in binary mode

with the help of SO members, i was able to reach up to as following, Following is sample code, aim is just to merges text files from give folder and it's sub folder and store output as master.txt. but ...
0
votes
1answer
397 views

Python: Traceback codecs.charmap_decode(input,self.errors,decoding_table)[0]

Following is sample code, aim is just to merges text files from give folder and it's sub folder. i am getting Traceback occasionally so not sure where to look. also need some help to enhance the code ...
-1
votes
2answers
203 views

System hangs when copying a large binary files in python

I have created a utility software for operating file copy process in python.Every thing is working nice but when i start copying any files larger than 2 Gb the the whole system hangs. It seems to me ...
0
votes
0answers
60 views

Writing AIO(asynchronous) file write binary mode under windows(Python 3.2.)

looking into way how to set asynchronous queue file write binary mode using Python 3.2 under windows its twice the speed as single write mode. I didn't found might related to "import from ...
0
votes
1answer
56 views

Parse and Print out the atttribute values from a text file using Python 3.2

I just started using/learning Python and have some questions. I have a text file generated by the reporting tool. The file contains some stuff like this. There are many stuff which basically follow ...
0
votes
1answer
431 views

Convert binary input stream to text mode

I am trying to read a bzip2-compressed CSV file in Python 3.2. For an uncompressed CSV file, this works: datafile = open('./file.csv', mode='rt') data = csv.reader(datafile) for e in data: # works ...
0
votes
2answers
624 views

Reading Unicode Files - Python3.2

I'm trying to read some files using Python3.2, the some of the files may contain unicode while others do not. When I try: file = open(item_path + item, encoding="utf-8") for line in file: print ...
2
votes
5answers
1k views

Assigning multiple lines of a file to multiple variables using .readline() while in a “for line in data” loop

I'm trying to use a for line in data: loop to assign the first 3 lines of a file to 3 different variables (one line to each variable) and have it iterate for every 3 lines, so that if there were 9 ...
5
votes
1answer
3k views

UnicodeDecodeError: 'charmap' codec can't decode byte X in position Y: character maps to <undefined>

I'm trying to get a Python 3 program to do some manipulations with a text file filled with information. However, when trying to read the file I get the following error: Traceback (most recent call ...
4
votes
3answers
264 views

How can I implement a POSIX file descriptor in Python 3?

I'd like to write a class that can behave as a bona fide file descriptor. Its .fileno() method should return a file descriptor that provides all the services a POSIX system expects. This is my first ...
1
vote
1answer
650 views

How to prevent Python from escaping special characters when reading a regex from a text file?

I am reading a text file in Python that, among other things, contains pre-written regexes that will be used for matching later on. The text file is of the following format: ... --> Task 2 ...
2
votes
1answer
587 views

Python 3.2.1: Incorrectly reading from text file

I have a text file that contains the x- and y-coordinates for the center of a circle, followed by the radius, and the fill color for the circle. THE TEXT FILE (for reference): 30,50 12 goldenrod ...
2
votes
2answers
1k views

Edit configuration file through python

I need to edit a configuration file through python and i tried searching on stackoverflow and google and they don't cover my situation, since i need to replace lines in the file and perform matches in ...
3
votes
3answers
748 views

Getting Raw Binary Representation of a file in Python

I'd like to get the exact sequence of bits from a file into a string using Python 3. There are several questions on this topic which come close, but don't quite answer it. So far, I have this: ...
1
vote
1answer
252 views

IO Performance of large files with Python 3, what to expect, bottlenecks?

How performant is slicing in Python 3? I wrote a little program that processes 7.1GB of lines of words into a cut down format (infixes). Currently I get a processing speed of about 1.3MB/sec on the ...
1
vote
2answers
290 views

How to assure that filehandle.write() does not fail due to str/bytes conversions issues?

I need to detect if a filehandle is using binary mode or text mode - this is required in order to be able to encode/decode str/bytes. How can I do that? When using binary mode myfile.write(bytes) ...
0
votes
2answers
2k views

Python 3 with the range function

I can type in the following code in the terminal, and it works: for i in range(5): print(i) And it will print: 0 1 2 3 4 as expected. However, I tried to write a script that does a similar ...
4
votes
3answers
13k views

Writing with Python's built-in .csv module

[Please note that this is a different question from the already answered How to replace a column using Python’s built-in .csv writer module?] I need to do a find and replace (specific to one column ...
2
votes
3answers
413 views

Looking for ways to improve my hangman code

Just getting into python, and so I decided to make a hangman game. Works good, but I was wondering if there was any kind of optimizations I could make or ways to clean up the code. Also, if anyone ...