← Back to team overview

pyneighborhood team mailing list archive

[Bug 580921] Re: [KDE] pyNeighborhood crashed with RuntimeError in start()

 

Fixed with 0.5.1rc2

** Changed in: pyneighborhood
       Status: Fix Committed => Fix Released

-- 
[KDE] pyNeighborhood crashed with RuntimeError in start()
https://bugs.launchpad.net/bugs/580921
You received this bug notification because you are a member of
pyNeighborhood, which is a bug assignee.

Status in pyNeighborhood: Fix Released

Bug description:
Trying to mount a share (I've tested pyNeighborhood on Kubuntu 10.04) fails.

The dialog to edit the mount options (mountwindow.py) opens correctly. But clicking on "Apply" has no effect. On GNOME, I can mount exactly this share without problems.

Terminal Output:

linus@vbox-kubuntu:~$ pyNeighborhood
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/pymodules/python2.6/pyneighborhood/mountwindow.py", line 226, in run
    mountpoint, error = self.mount()
  File "/usr/lib/pymodules/python2.6/pyneighborhood/mountwindow.py", line 201, in mount
    process = Popen(command, executable = command[0], stdout=PIPE, stderr=STDOUT)
  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Debug and Trace attached. I'm using PyNeighborhood 0.5.1-rc1stable5 from PPA.