← Back to team overview

pyneighborhood team mailing list archive

[Bug 608185] [NEW] Traceback on pyNeighborhood start.

 

Public bug reported:

I installed a few minutes ago the version via synaptic. I tried to
launch pyNeighborhood with my local user and with root - both the same
problem.

I'm getting the following error:

root@htpc:/home# pyNeighborhood 
Traceback (most recent call last):
  File "/usr/bin/pyNeighborhood", line 23, in <module>
    from pyneighborhood.mainwindow import MainWindow
  File "/usr/lib/pymodules/python2.6/pyneighborhood/__init__.py", line 133, in <module>
    if ( stat( config.get("CIFS", file) )[ST_MODE] & S_ISUID ) == 0:
  File "/usr/lib/python2.6/ConfigParser.py", line 540, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'smbtree' in section: 'CIFS'


I already deleted the .pyNeighborhood folder in home, but that didn't fix the problem. 

Maybe someone has a clue how to fix that?

Greetings
-Thomas

** Affects: pyneighborhood
     Importance: Medium
     Assignee: Betz Stefan (encbladexp)
         Status: Confirmed

** Changed in: pyneighborhood
   Importance: Undecided => Medium

** Changed in: pyneighborhood
       Status: New => Confirmed

** Changed in: pyneighborhood
    Milestone: None => 0.5.1

** Changed in: pyneighborhood
     Assignee: (unassigned) => Betz Stefan (encbladexp)

-- 
Traceback on pyNeighborhood start.
https://bugs.launchpad.net/bugs/608185
You received this bug notification because you are a member of
pyNeighborhood, which is subscribed to pyneighborhood.

Status in pyNeighborhood: Confirmed

Bug description:
I installed a few minutes ago the version via synaptic. I tried to launch pyNeighborhood with my local user and with root - both the same problem.

I'm getting the following error:

root@htpc:/home# pyNeighborhood 
Traceback (most recent call last):
  File "/usr/bin/pyNeighborhood", line 23, in <module>
    from pyneighborhood.mainwindow import MainWindow
  File "/usr/lib/pymodules/python2.6/pyneighborhood/__init__.py", line 133, in <module>
    if ( stat( config.get("CIFS", file) )[ST_MODE] & S_ISUID ) == 0:
  File "/usr/lib/python2.6/ConfigParser.py", line 540, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'smbtree' in section: 'CIFS'


I already deleted the .pyNeighborhood folder in home, but that didn't fix the problem. 

Maybe someone has a clue how to fix that?

Greetings
-Thomas






Follow ups

References