ladislau32562 / latexslides

Automatically exported from code.google.com/p/latexslides
0 stars 0 forks source link

Error en line 26 of pdf2odp script #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If I run:
jose@mafalda:~/latexslides-0.31/bin$ ./pdf2odp eca.pdf eca.odp

I get:
./pdf2odp only accepts pdf files, exiting.

What version of the product are you using? On what operating system?

0.31 over Ubuntu 9.04 AMD64, Python 2.6

Please provide any additional information below.

I solve this changing  the line 26 for the following:

**********************
if ext != '.pdf':
**********************

I just added a dot :)

Original issue reported on code.google.com by jose.mas...@gmail.com on 11 Jun 2009 at 7:05