You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pystamps tests/mission_data/1p190678905erp64kcp2600l8c1.img
Traceback (most recent call last):
File "/Users/godber/.virtualenvs/pystamsp/bin/pystamps", line 9, in <module>
load_entry_point('pystamps==0.1.0', 'console_scripts', 'pystamps')()
File "/Users/godber/Workspace/planetarypy/pystamps/pystamps/pystamps.py", line 525, in cli
pystamps(args.file)
File "/Users/godber/Workspace/planetarypy/pystamps/pystamps/pystamps.py", line 499, in pystamps
display = MainWindow(image_set.images)
File "/Users/godber/Workspace/planetarypy/pystamps/pystamps/pystamps.py", line 270, in __init__
self.main_window_set()
File "/Users/godber/Workspace/planetarypy/pystamps/pystamps/pystamps.py", line 277, in main_window_set
title_height = self.images[0].title.height()
IndexError: list index out of range
Pystamps has an
IndexError
on the command line no matter what arguments I provide.The error is as follows
Using python
Python 2.7.10
.pip environment is
The text was updated successfully, but these errors were encountered: