Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for dorivalmartinez

Hello. I would like to open and read OO Writer. I used the script: [file = open('myfile.odt', 'r'] [lines = file.readlines()] [file.close()] [for i in lines: print i] I get some strange characters. I had write 'rb', instead 'r', but it did not work. I have copied a ODT file …

Member Avatar for vegaseat
0
5K
Member Avatar for mahimahi42

You can find exercises and answers about that issue at: [url]http://www.upriss.org.uk/python/PythonCourse.html[/url] Click 'Week 4...' Exercises, Answers.

Member Avatar for dorivalmartinez
0
98

The End.