Re: Common issue but unable to find common solution (ez_setup.py on PC)

2014-05-07 Thread Jason Mellone
On Wednesday, May 7, 2014 9:44:14 AM UTC-4, Jurko Gospodnetić wrote: > Hi. > > > > On 7.5.2014. 13:55, Jason Mellone wrote: > > > By way of google I realize I am having what appears to be > > > a pretty common issue install ez_setup.py on a PC (Windows XP, P

Common issue but unable to find common solution (ez_setup.py on PC)

2014-05-07 Thread Jason Mellone
Hello, By way of google I realize I am having what appears to be a pretty common issue install ez_setup.py on a PC (Windows XP, Python27). I receive an error message that looks like the following: Installing easy_install-2.7.exe.manifest script to C:\Python27\Scripts Installed c:\python27\li

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 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, > > > > > > > > > >

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/ > >

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