Comment 5 for bug 418859

Revision history for this message
Marcel de Vries (carresmd-deactivatedaccount) wrote :

According to Synaptic I'm running LottaNZB 0.5-1. If I remove lottanzb from ~/.local/share/ it starts flawless. But if I remove either ~/.local or ~/.local/share it doesn't.

---
Traceback (most recent call last):
  File "/usr/bin/lottanzb", line 6, in <module>
    app = App()
  File "/var/lib/python-support/python2.6/lottanzb/util.py", line 59, in __call__
    mcs.__instance = GObjectMeta.__call__(mcs, *args, **kwargs)
  File "/var/lib/python-support/python2.6/lottanzb/core.py", line 113, in __init__
    self.setup_resources()
  File "/var/lib/python-support/python2.6/lottanzb/core.py", line 128, in setup_resources
    resources.create_user_dirs()
  File "/var/lib/python-support/python2.6/lottanzb/resources/__init__.py", line 62, in create_user_dirs
    mkdir(directory)
OSError: [Errno 2] No such file or directory: '/home/carresmd/.local/share/lottanzb'
---

As you can see it does output ~/.local/share/lottanzb and that is what I saw. But it's just ~/.local and ~/.local/share.