I use the elaphe package to generate a code128 barcode. However, the generated barcode is empty. At first I thought the problem was with ghostscript (used by the PIL library to read EPS files), but other barcode types work fine.
The code that I wrote is:
barcode('code128', 'barcodetest').save('/home/vj/barcodetest.jpg')
But it gives me IOError: gs failed (status 256) error.
What is the problem?