Re: PDFMiner install question

2013-12-20 Thread Andreas Perstinger
Jason Mellone wrote: >I get the following error: >PS C:\USERS\Python27> .\python.exe .\MyTest.py >Traceback (most recent call last): > File ".\MyTest.py", line 4, in >from pdfminer.pdfpage import PDFTextExtractionNotAllowed >ImportError: cannot import name PDFTextExtractionNotAllowed > > >If

Re: PDFMiner install question

2013-12-19 Thread MRAB
On 19/12/2013 19:36, Jason Mellone wrote: MRAB: Thank you your exact solution worked perfectly. Now I am trying to run some code from (http://www.unixuser.org/~euske/python/pdfminer/programming.html) under basic usage. If I try to run from pdfminer.pdfparser import PDFParser from pdfminer.pd

Re: PDFMiner install question

2013-12-19 Thread Jason Mellone
MRAB: Thank you your exact solution worked perfectly. Now I am trying to run some code from (http://www.unixuser.org/~euske/python/pdfminer/programming.html) under basic usage. If I try to run from pdfminer.pdfparser import PDFParser from pdfminer.pdfdocument import PDFDocument from pdfminer.

Re: PDFMiner install question

2013-12-17 Thread MRAB
On 17/12/2013 20:59, Jason Mellone wrote:> On Tuesday, December 17, 2013 3:53:24 PM UTC-5, Jason Mellone wrote: >> On Tuesday, December 17, 2013 3:32:56 PM UTC-5, MRAB wrote: >>> On 17/12/2013 20:06, Jason Mellone wrote: Hello, I have python up and running using the exact setup as

Re: PDFMiner install question

2013-12-17 Thread Mark Lawrence
On 17/12/2013 20:59, Jason Mellone wrote: On Tuesday, December 17, 2013 3:53:24 PM UTC-5, Jason Mellone wrote: On Tuesday, December 17, 2013 3:32:56 PM UTC-5, MRAB wrote: On 17/12/2013 20:06, Jason Mellone wrote: Hello, I have python up and running using the exact setup a

Re: PDFMiner install question

2013-12-17 Thread Jason Mellone
On Tuesday, December 17, 2013 3:53:24 PM UTC-5, Jason Mellone wrote: > On Tuesday, December 17, 2013 3:32:56 PM UTC-5, MRAB wrote: > > > On 17/12/2013 20:06, Jason Mellone wrote: > > > > > > > Hello, > > > > > > > > > > > > > > I have python up and running using the exact setup as recomme

Re: PDFMiner install question

2013-12-17 Thread Jason Mellone
On Tuesday, December 17, 2013 3:32:56 PM UTC-5, MRAB wrote: > On 17/12/2013 20:06, Jason Mellone wrote: > > > Hello, > > > > > > I have python up and running using the exact setup as recommended by > > http://learnpythonthehardway.org/ > > > > > > I am now trying to use pdfminer. > > > > >

Re: PDFMiner install question

2013-12-17 Thread MRAB
On 17/12/2013 20:06, Jason Mellone wrote: Hello, I have python up and running using the exact setup as recommended by http://learnpythonthehardway.org/ I am now trying to use pdfminer. I have python here: C:\USERS\Python27 using "import os", i am able to cwd to C:\users\python where i have

Re: PDFMiner install question

2013-12-17 Thread Mark Lawrence
On 17/12/2013 20:06, Jason Mellone wrote: Hello, I have python up and running using the exact setup as recommended by http://learnpythonthehardway.org/ I am now trying to use pdfminer. I have python here: C:\USERS\Python27 using "import os", i am able to cwd to C:\users\python where i have

PDFMiner install question

2013-12-17 Thread Jason Mellone
Hello, I have python up and running using the exact setup as recommended by http://learnpythonthehardway.org/ I am now trying to use pdfminer. I have python here: C:\USERS\Python27 using "import os", i am able to cwd to C:\users\python where i have C:\users\python\pdfminer-master\. when i na