Talk:Lint-wifi

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Issues: Minor issue, conflict for extra file being installed)
('tuple' object does not support item assignment: new section)
Line 6: Line 6:
 
== Issues ==
 
== Issues ==
 
Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) [[User:Infoport|Infoport]] 18:30 25 September 2008 (UTC)
 
Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) [[User:Infoport|Infoport]] 18:30 25 September 2008 (UTC)
 +
 +
== 'tuple' object does not support item assignment ==
 +
 +
Traceback (most recent call last):
 +
  File "/usr/bin/lint-wifi.py", line 169, in _head_desk
 +
    self.main_data[3] = int(tmp)
 +
TypeError: 'tuple' object does not support item assignment
 +
 +
insert in /usr/bin/lint-wifi.py
 +
self.main_data = list(self.main_data)

Revision as of 18:27, 18 November 2008

Beta Testing

I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) Tdobson 23:56, 4 August 2008 (UTC)


Issues

Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) Infoport 18:30 25 September 2008 (UTC)

'tuple' object does not support item assignment

Traceback (most recent call last):

 File "/usr/bin/lint-wifi.py", line 169, in _head_desk
   self.main_data[3] = int(tmp)

TypeError: 'tuple' object does not support item assignment

insert in /usr/bin/lint-wifi.py self.main_data = list(self.main_data)

Personal tools

Beta Testing

I'm going to try and give a hand with the Beta testing, I'm not amazingly technical, but if I end up knowing more and the software works better then everyone has gained something. :) Tdobson 23:56, 4 August 2008 (UTC)


Issues

Why does lint-wifi want to replace /usr/share/pixmaps/wallpaper.png? Installation reports that it conflicts with another package (which installs wallpaper) Infoport 18:30 25 September 2008 (UTC)