Re: Permission denied error in download nltk_data...

2015-09-08 Thread Dwight GoldWinde
import nltk nltk.download('maxent_treebank_pos_tagger¹) Is now giving the error: [nltk_data] Error loading maxent_treebank_pos_tagger: Any suggestions, please. BIG SMILE... Always, Dwight -- https://mail.python.org/mailman/listinfo/python-list

Re: Permission denied error in download nltk_data...

2015-09-08 Thread Laura Creighton
In a message of Tue, 08 Sep 2015 18:56:15 +0800, Dwight GoldWinde writes: >import nltk >nltk.download('maxent_treebank_pos_tagger¹) > >Is now giving the error: > >[nltk_data] Error loading maxent_treebank_pos_tagger: [nltk_data] [Errno 57] Socket is not connected> > > >Any suggestions, please.

Re: Permission denied error in download nltk_data...

2015-09-04 Thread Laura Creighton
In a message of Fri, 04 Sep 2015 18:50:11 +0800, Dwight GoldWinde writes: >Please helpŠ(my apologizesŠI got a response to this before, but I CANNOT >find it now)Š https://mail.python.org/pipermail/python-list/2015-August/695546.html Laura -- https://mail.python.org/mailman/listinfo/python-list

Permission denied error in download nltk_data...

2015-09-04 Thread Dwight GoldWinde
Please helpŠ(my apologizesŠI got a response to this before, but I CANNOT find it now)Š Using this code: import nltk nltk.download('maxent_treebank_pos_tagger¹) I get this error: [nltk_data] Downloading package maxent_treebank_pos_tagger to [nltk_data] /Users/dwightgoldwindex/nltk_data...

Re: Permission denied error in download nltk_data...

2015-09-04 Thread Joel Goldstick
On Fri, Sep 4, 2015 at 8:11 AM, Laura Creighton wrote: > In a message of Fri, 04 Sep 2015 18:50:11 +0800, Dwight GoldWinde writes: >>Please helpŠ(my apologizesŠI got a response to this before, but I CANNOT >>find it now)Š > >

Re: Permission denied error in download nltk_data...

2015-08-19 Thread Steven D'Aprano
On Wed, 19 Aug 2015 04:57 pm, Dwight GoldWinde wrote: Please helpŠ Using this code: import nltk nltk.download('maxent_treebank_pos_tagger¹) I get this error: [...] os.mkdir(download_dir) PermissionError: [Errno 13] Permission denied: '/Users/dwightgoldwindex/nltk_data'

Permission denied error in download nltk_data...

2015-08-19 Thread Dwight GoldWinde
Please helpŠ Using this code: import nltk nltk.download('maxent_treebank_pos_tagger¹) I get this error: [nltk_data] Downloading package maxent_treebank_pos_tagger to [nltk_data]/Users/dwightgoldwindex/nltk_data... Traceback (most recent call last): File test short.py, line 18, in module