Python Forum
working with file problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
working with file problem
#4
Make sure that your python script is run from the same directory as
you're searching from. As you are using linux, try typing

~
Then run your python2 script again and if the script exits ok you should
be able to see your created file with

ls grades.txt

Use cat or less or any text editor to view the file.
Reply


Messages In This Thread
working with file problem - by u18sc11 - Jul-22-2017, 04:33 PM
RE: working with file problem - by micseydel - Jul-22-2017, 04:35 PM
RE: working with file problem - by u18sc11 - Jul-22-2017, 04:56 PM
RE: working with file problem - by cygnus_X1 - Jul-23-2017, 08:26 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020