Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: iam getting problem that permission denied to open the file andprocess whileexecution
Post: iam getting problem that permission denied to open...

import os,sys sr=os.open("srinivas.txt",os.O_RDWR|os.O_CREAT) line="this is test" b=str.encode(line) os.write(sr,b) os.close(sr) print("closed the function successfully")
srinivas135 General Coding Help 1 3,483 Sep-18-2017, 04:53 PM
    Thread: my python is popping up the error FileNotFoundError: [WinError 3] ?
Post: my python is popping up the error FileNotFoundErro...

import os path="C:\\User\\Desktop\\sr.txt" os.chdir(path) retval=os.getcwd() print("Directory changed successfully %s" %retval) #can the members or author of this forum plzz help me iam getting this e...
srinivas135 General Coding Help 3 18,208 Sep-13-2017, 01:10 PM
    Thread: ere iam getting the unicodec codescope error syntax error how can i resolve it?
Post: RE: ere iam getting the unicodec codescope error s...

File "C:/Users/Personal/AppData/Local/Programs/Python/Python36/os.chdir().py", line 3, in <module> os.chdir(path) OSError: [WinError 123] The filename, directory name, or volume label syntax...
srinivas135 General Coding Help 4 3,811 Sep-12-2017, 03:35 PM
    Thread: ere iam getting the unicodec codescope error syntax error how can i resolve it?
Post: ere iam getting the unicodec codescope error synta...

import os path="c:\users\personal\AppData\Local\Programs\Python\Python36\srinu.txt" os.chdir(path) retval=os.getcwd() print("Directory changed successfully %s" %retval)
srinivas135 General Coding Help 4 3,811 Sep-12-2017, 03:15 PM
    Thread: ere iam getting the unicodec codescope error syntax error how can i resolve it?
Post: ere iam getting the unicodec codescope error synta...

import os path="c:\users\personal\AppData\Local\Programs\Python\Python36\srinu.txt" os.chdir(path) retval=os.getcwd() print("Directory changed successfully %s" %retval)here iam getting the unicodec co...
srinivas135 General Coding Help 4 3,811 Sep-12-2017, 03:13 PM

User Panel Messages

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