Hello! When running PT this is what I get in console
:~/protein_think-0.0.4-a$ python fahmain.py
WU update.
Downloading statistics from internet...
Main frame update at Thu Oct 19 03:36:37 2006
{'src': 'DATA', 'event': 'STARTUP'}
Key Error: 'INDV_NAME'
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/home/c0mm0/protein_think-0.0.4-a/fahmodel.py", line 177, in run
self.get_online_stats()
File "/home/c0mm0/protein_think-0.0.4-a/fahmodel.py", line 150, in get_online_stats
self.model.INI.get("Main", "username"))
File "/home/c0mm0/protein_think-0.0.4-a/fahremote.py", line 62, in download_stats
bigdata[3] = bigdata[3].replace("\n", "")
IndexError: list index out of range
Indv, Team and Queue tabs are empty. (Ok, Invd shows the pretty Ubuntu logo.)
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-10-19
Aha! Entering a blank username is a bad idea. If you input Anonymous or anything else probably, you're good to go.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! When running PT this is what I get in console
:~/protein_think-0.0.4-a$ python fahmain.py
WU update.
Downloading statistics from internet...
Main frame update at Thu Oct 19 03:36:37 2006
{'src': 'DATA', 'event': 'STARTUP'}
Key Error: 'INDV_NAME'
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/home/c0mm0/protein_think-0.0.4-a/fahmodel.py", line 177, in run
self.get_online_stats()
File "/home/c0mm0/protein_think-0.0.4-a/fahmodel.py", line 150, in get_online_stats
self.model.INI.get("Main", "username"))
File "/home/c0mm0/protein_think-0.0.4-a/fahremote.py", line 62, in download_stats
bigdata[3] = bigdata[3].replace("\n", "")
IndexError: list index out of range
Indv, Team and Queue tabs are empty. (Ok, Invd shows the pretty Ubuntu logo.)
Any ideas?
Aha! Entering a blank username is a bad idea. If you input Anonymous or anything else probably, you're good to go.