Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sqlite permissions problem.
#1
Hello there!
I just started writing in python. I am facing some issue regarding permissions to SQLite.
This is my repo github.com/feat7/medium-scrapper
After installation, as the data.db goes to /usr/local/lib/.... (in Ubuntu 16.04) I get some problem in writing to the database. If I simply use
sudo medium it will not work because I am using selenium (chromedriver) so it won't open as root. I made it work somehow by chmod 777 -R to that path, but I'll need to repeat every time I install it with setup.py. Please help me if I can do another way round.
Reply


Messages In This Thread
Sqlite permissions problem. - by feat7 - Jun-11-2017, 02:10 PM
RE: Sqlite permissions problem. - by wavic - Jun-11-2017, 05:31 PM
RE: Sqlite permissions problem. - by feat7 - Jun-12-2017, 11:00 AM
RE: Sqlite permissions problem. - by wavic - Jun-12-2017, 07:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Microsoft Teams Sub-Channel Permissions IamJustAmir 0 341 Jan-25-2024, 05:04 AM
Last Post: IamJustAmir

Forum Jump:

User Panel Messages

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