You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-twitter
Hi. I'm getting a "file or directory" not found error when I run my executable. When running the script using the command line, it runs perfectly fine. The specific line that it's complaining about is this one:
statuses = api.GetUserTimeline(screen_name=user)
which is a line from the Github homepage. Not exactly sure what the problem is since obviously, I'm not looking for a file or directory based on the Twitter handle. Thanks.
bear
unread,
Sep 30, 2015, 11:41:55 AM9/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-...@googlegroups.com
I would need to see the error message to begin to help with this.
When you say "executable" does that mean you are compiling or
"freezing" a python program to run as a binary?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python-twitter
I was also told in a different forum that a possibility could be py2exe messing up the pathing when building. Haven't gotten a chance to test that tho.
On Wednesday, September 30, 2015 at 8:41:55 AM UTC-7, bear wrote: