Issue 3: list index out of range
Status:  Fixed
Owner: ----
Closed:  Jan 2010
Reported by bitterc...@gmail.com, Jan 28, 2010
What steps will reproduce the problem?
1. Checked out read only from svn
2. attempted to run code

What is the expected output? What do you see instead?
The program opens in the program briefly in the background and then closes
with an error.

What version of the product are you using? On what operating system?
svn code on Fedora 12

Please provide any additional information below.

[jr.peck@jr marave-read-only]$ python main.py
Spellchecking enabled
>> switching bg to: Winter Landscape Classic.jpg
>> switching click to: thozi_daClick.wav
WARNING: Phonon needs QCoreApplication::applicationName to be set to export
audio output names through the DBUS interface
Traceback (most recent call last):
  File "main.py", line 561, in <module>
    main()
  File "main.py", line 553, in main
    window.editor.open(sys.argv[1])
IndexError: list index out of range

I'm using Python 2.6.2, PyQT 4.6.2
Jan 28, 2010
Project Member #1 roberto.alsina
Fixed in r14
Status: Fixed
Jan 29, 2010
#2 bitterc...@gmail.com
Excellent - really like what you have so far.