shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

make-pdf-javascript broken #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch /usr/bin/make-pdf-javascript

What is the expected output? What do you see instead?
Some sane output. Recieved ->
  File "/usr/bin/make-pdf-javascript", line 29
    print ''
           ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
app-forensics/make-pdf-0.1.4

Please provide any additional information below.

Original issue reported on code.google.com by cyb3r-assassin@cyberpunk.me on 10 Feb 2014 at 8:03

GoogleCodeExporter commented 9 years ago
adding make-pdf-embedded
Output ->
Traceback (most recent call last):
  File "/usr/bin/make-pdf-embedded", line 26, in <module>
    import mPDF
ImportError: No module named 'mPDF'

Original comment by cyb3r-assassin@cyberpunk.me on 10 Feb 2014 at 8:04

GoogleCodeExporter commented 9 years ago
Yeah, python2 only

Original comment by blshkv on 11 Feb 2014 at 4:20

GoogleCodeExporter commented 9 years ago
fixed in r5473. Thanks!

Original comment by blshkv on 11 Feb 2014 at 4:28