ralsina / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 2 forks source link

list index out of range #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by bitterc...@gmail.com on 28 Jan 2010 at 10:49

GoogleCodeExporter commented 9 years ago
Fixed in r14

Original comment by roberto.alsina on 29 Jan 2010 at 12:55

GoogleCodeExporter commented 9 years ago
Excellent - really like what you have so far.

Original comment by bitterc...@gmail.com on 29 Jan 2010 at 2:09