I'm using rst2pdf to generate the PDF manual from the txt files in /lib/help. Today I updated some Python packages, and to my horror, this doesn't work anymore...
When I try to install the rst2pdf-0.93 package with Python, I get the following error: "cannot find distribution for PIL".
When I try to install the PIL library directly, using the .exe from the PIL website, the installer complains that Python is not registered, even if it is.
When I try to use "pip install rst2pdf", I get an error that "jpeg is not installed".
When I try to install PIL directly from the source code, I get MORE errors (raise Valuerror -- u'path' ????????).
Any idea what I should do? I wanted to package a new PWMAngband release, but I'm stuck because of this...
When I try to install the rst2pdf-0.93 package with Python, I get the following error: "cannot find distribution for PIL".
When I try to install the PIL library directly, using the .exe from the PIL website, the installer complains that Python is not registered, even if it is.
When I try to use "pip install rst2pdf", I get an error that "jpeg is not installed".
When I try to install PIL directly from the source code, I get MORE errors (raise Valuerror -- u'path' ????????).
Any idea what I should do? I wanted to package a new PWMAngband release, but I'm stuck because of this...
Comment