** Description changed:

  Binary package hint: treeline
  
- It's that simple.  Install Treeline http://treeline.bellz.org/index.html
- from synaptic and it won't run.  Run the command to run it and it does
- nothing.
+ After installing treeline 1.2.3-1 and attempting to run it, it refuses
+ to start due to a type error in treemainwindow.py. Upstream has fixed
+ the application to work with PyQt 4.6
  
- This bug is fixed in the lucid version.
+ This bug is fixed in the new upstream version 1.2.4-1 in lucid.
+ 
+ TEST CASE:
+ To reproduce the bug just try to run the application. It won't start giving 
you a backtrace if you try to start it from a terminal.
+ 
+ $ treeline                                                                   
+ Traceback (most recent call last):                                            
                   
+   File "/usr/share/treeline/treeline.py", line 167, in <module>               
                   
+     main()                                                                    
                   
+   File "/usr/share/treeline/treeline.py", line 156, in main                   
                   
+     win = treemainwin.TreeMainWin()                                           
                   
+   File "/usr/share/treeline/treemainwin.py", line 234, in __init__            
                   
+     self.setPasteAvail()                                                      
                   
+   File "/usr/share/treeline/treemainwin.py", line 427, in setPasteAvail       
                   
+     text = self.clipText()                                                    
                   
+   File "/usr/share/treeline/treemainwin.py", line 434, in clipText            
                   
+     text = unicode(QtGui.QApplication.clipboard().text('xml'))                
                   
+ TypeError: argument 1 of QClipboard.text() has an invalid type

-- 
Treeline Won't Even Run in 9.10
https://bugs.launchpad.net/bugs/484322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to