Just going through basic python3 on Head First book. Trying to deploy code on hosted server. Most of the scripts are working on the cgi-bin as executable but the pickle file is not writing or reading. It works on my localhost. I've changed chmod permissions on So it must be with permissions, etc., what do I need to do on hosted server to make it work? many thanks
Asked
Active
Viewed 91 times
1 Answers
0
Maybe try SUDO on linux based server?

Snailing Goat
- 43
- 1
- 1
- 5
-
many thanks for your reply.. I've tried sudo but it's not recognised it. I'm trying something else for now but just wanted to thank you for your time. – Jonathan Mark Richards May 28 '18 at 13:09