On Sep 27, 2:46 pm, Dave Angel wrote:
> On 2:59 PM, flebber wrote:
>
> >
> > Traceback (most recent call last):
> > File "C:/Python26/Pdfread", line 16, in
> > open('x.txt', 'w').write(content)
> > NameError: name 'content' is not defined
> > When i use.
>
> > import pyPdf
>
> > def getPD
On 2:59 PM, flebber wrote:
Traceback (most recent call last):
File "C:/Python26/Pdfread", line 16, in
open('x.txt', 'w').write(content)
NameError: name 'content' is not defined
When i use.
import pyPdf
def getPDFContent(path):
content =C:\Components-of-Dot-NET.txt"
# Load P
flebber wrote:
>
>okay thanks I thought that when I set content here
>
>def getPDFContent(path):
>content = "C:\Components-of-Dot-NET.pdf"
You have a backslash problem here. You need need to say:
content = "C:\\Components-of-Dot-NET.pdf"
or
content = "C:/Components-of-Dot-NET.pdf"
or
On Sep 27, 12:49 pm, MRAB wrote:
> On 27/09/2010 01:39, flebber wrote:
>
>
>
> > On Sep 27, 9:38 am, "w.g.sned...@gmail.com"
> > wrote:
> >> On Sep 26, 7:10 pm, flebber wrote:
>
> >>> I was trying to use Pypdf following a recipe from the Activestate
> >>> cookbooks. However I cannot get it too wo
On 27/09/2010 01:39, flebber wrote:
On Sep 27, 9:38 am, "w.g.sned...@gmail.com"
wrote:
On Sep 26, 7:10 pm, flebber wrote:
I was trying to use Pypdf following a recipe from the Activestate
cookbooks. However I cannot get it too work. Unsure if it is me or it
is beacuse sets are deprecated.
On Sep 27, 12:08 pm, flebber wrote:
> On Sep 27, 10:39 am, flebber wrote:
>
>
>
> > On Sep 27, 9:38 am, "w.g.sned...@gmail.com"
> > wrote:
>
> > > On Sep 26, 7:10 pm, flebber wrote:
>
> > > > I was trying to use Pypdf following a recipe from the Activestate
> > > > cookbooks. However I cannot g
On Sep 27, 10:39 am, flebber wrote:
> On Sep 27, 9:38 am, "w.g.sned...@gmail.com"
> wrote:
>
>
>
> > On Sep 26, 7:10 pm, flebber wrote:
>
> > > I was trying to use Pypdf following a recipe from the Activestate
> > > cookbooks. However I cannot get it too work. Unsure if it is me or it
> > > is b
On Sep 27, 9:38 am, "w.g.sned...@gmail.com"
wrote:
> On Sep 26, 7:10 pm, flebber wrote:
>
> > I was trying to use Pypdf following a recipe from the Activestate
> > cookbooks. However I cannot get it too work. Unsure if it is me or it
> > is beacuse sets are deprecated.
>
> > I have placed a pdf i
On Sep 26, 7:10 pm, flebber wrote:
> I was trying to use Pypdf following a recipe from the Activestate
> cookbooks. However I cannot get it too work. Unsure if it is me or it
> is beacuse sets are deprecated.
>
> I have placed a pdf in my C:\ drive. it is called "Components-of-Dot-
> NET.pdf" You
On 27/09/2010 00:10, flebber wrote:
I was trying to use Pypdf following a recipe from the Activestate
cookbooks. However I cannot get it too work. Unsure if it is me or it
is beacuse sets are deprecated.
The 'sets' module pre-dates the built-in 'set' class. The warning is
just to inform you tha
10 matches
Mail list logo