Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62239

Re: PDFMiner install question

Newsgroups comp.lang.python
Date 2013-12-17 12:53 -0800
References <0322a155-42ba-459b-8cac-fded7c12ba60@googlegroups.com> <mailman.4310.1387312378.18130.python-list@python.org>
Message-ID <89e3b06c-90d7-4cc5-8367-03c916a4dfcb@googlegroups.com> (permalink)
Subject Re: PDFMiner install question
From Jason Mellone <jason.mellone@gmail.com>

Show all headers | View raw


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.
> 
> >
> 
> > 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 navigate to the child directory and run "setup.py install" i get the following issue:
> 
> >
> 
> >>>> setup.py install
> 
> >    File "<stdin>", line 1
> 
> >      setup.py install
> 
> >                     ^
> 
> >
> 
> > i have no idea why, any input?
> 
> >
> 
> > thanks!
> 
> >
> 
> Do you really have the ">>>" prompt? If yes, then you're asking Python
> 
> to run a console (OS) command.
> 
> 
> 
> You should be running "setup.py install" in a console ("Command
> 
> Prompt") window, something like:
> 
> 
> 
> cd C:\users\python\pdfminer-master
> 
> C:\USERS\Python27\python.exe \setup.py install

ok makes sense.

i am running now from command line and get the following:

P:\>C:\USERS\Python27\python.exe C:\users\Python27\pdfminer-master\setup.py inst
all
running install
running build
running build_py
error: package directory 'pdfminer' does not exist

P:\>


Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

PDFMiner install question Jason Mellone <jason.mellone@gmail.com> - 2013-12-17 12:06 -0800
  Re: PDFMiner install question Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-17 20:27 +0000
  Re: PDFMiner install question MRAB <python@mrabarnett.plus.com> - 2013-12-17 20:32 +0000
    Re: PDFMiner install question Jason Mellone <jason.mellone@gmail.com> - 2013-12-17 12:53 -0800
      Re: PDFMiner install question Jason Mellone <jason.mellone@gmail.com> - 2013-12-17 12:59 -0800
        Re: PDFMiner install question Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-17 22:03 +0000
        Re: PDFMiner install question MRAB <python@mrabarnett.plus.com> - 2013-12-17 23:30 +0000
          Re: PDFMiner install question Jason Mellone <jason.mellone@gmail.com> - 2013-12-19 11:36 -0800
            Re: PDFMiner install question MRAB <python@mrabarnett.plus.com> - 2013-12-19 21:18 +0000
            Re: PDFMiner install question Andreas Perstinger <andipersti@gmail.com> - 2013-12-20 10:00 +0100

csiph-web