me too. I can install pytts in python 3.4 :(
Thanks a lot, but we need support for python 5, because python 4 is not supported any more :(
tumagonx, sorry, I did not want to say that you are my teacher, I just wanted to express my gratitude for your work. There are not good libraries to export a pdf file from html code, I am using pdfkit, but there is another library more powerful called weasyprint, obviusly you know it, but it does not run on windows, I did all steps given in their documentation, but it does not run yet.
Thanks for answer me, yes, I commited a mistake with Poppler, may you give some documentation of Poppler in gtk3 with python?, but I fixed my mistake and after many many hours, I achieved show my pdf file in my python program. There is not information about Poppler in windows, even I wasted a lot of time trying to find a correct URI for windows,the correct URI is "file:///D:/file.pdf", with "D:/file.pdf" I got error. About Evince, I copied all directories from C:\Python34\lib\evince\4\backends to...
Thanks for answer me, yes, I commited a mistake with Poppler, may you give some documentation of Poppler in gtk3 with python?, but I fixed my mistake and after many many hours, I achieved show my pdf file in my python program. There are not information about Poppler in windows, even I wasted a lot of time trying to find a correct URI for windows,the correct URI is "file:///D:/file.pdf", with "D:/file.pdf" I got error. About Evince, I copied all directories from C:\Python34\lib\evince\4\backends to...
Thanks for answer me, yes, I commited a mistake with Poppler, may you give some documentation of Poppler in gtk3 with python?, but I fixed my mistake and after many many hours, I achieved show my pdf file in my python program. There are not information about Poppler in python, even I wasted a lot of time trying to find a correct URI for windows,the correct URI is "file:///D:/file.pdf", with "D:/file.pdf" I got error. About Evince, I copied all directories from C:\Python34\lib\evince\4\backends to...
Thanks for answer me, yes, I commited a mistake with Poppler, may you give some documentation of Poppler in gtk3 with python?, but I fixed my mistake and after many many hours, I achieved show my pdf file in my python program. There are not information about Poppler in python, even I wasted a lot of time trying to find a correct URI for windows,the correct URI is "file:///D:/file.pdf", with "D:/file.pdf" I got error. About Evince, I copied all directories from C:\Python34\lib\evince\4\backends to...
Thanks a lot, however, I waste my time trying using the packages EVINCE AND POPPLER DOESNT WORK I get this error: "AttributeError: 'gi.repository.Poppler' object has no attribute 'document_new_from_file'" MY CODE import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk,Gdk,Pango from gi.repository import Poppler Poppler.document_new_from_file("D:/1.pdf", None) EVINCE doesnt work too, I get this error: «C:\Python34\lib\evince\4\backends»: No such file or directoryss (python.exe:8920):...