Hello,

$ python -c "import wicd.wpath; print wicd.wpath.version"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'version'

$ python -c "from wicd import dbusmanager, logfile; print
dbusmanager.__file__; print logfile.__file__"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name dbusmanager


With 1.7.0-2 already installed:

$  sudo apt-get --dry-run --reinstall install wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not
upgraded.
Inst wicd [1.7.0-2] (1.7.0-2 Debian:unstable)

Conf wicd (1.7.0-2 Debian:unstable)


-----------------------------------------------------------------------

Purging it all:

$ sudo aptitude purge wicd
Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading extended state information... Done

Initializing package states... Done

The following packages will be REMOVED:

  python-dbus{u} python-wicd{u} wicd{p} wicd-daemon{u} wicd-gtk{u}

0 packages upgraded, 0 newly installed, 5 to remove and 0 not upgraded.

Need to get 0B of archives. After unpacking 3,576kB will be freed.

Do you want to continue? [Y/n/?]

Writing extended state information... Done

(Reading database ... 75911 files and directories currently installed.)

Removing wicd ...

(Reading database ... 75905 files and directories currently installed.)

Removing wicd-gtk ...

Removing wicd-daemon ...

Stopping Network connection manager: wicd.

Removing python-dbus ...

Removing python-wicd ...

Processing triggers for man-db ...

Processing triggers for menu ...

Processing triggers for hicolor-icon-theme ...

Processing triggers for python-support ...

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading extended state information... Done

Initializing package states... Done

Writing extended state information... Done


$ sudo aptitude purge ~c
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
The following packages will be REMOVED:
 wicd-daemon{p} wicd-gtk{p}
0 packages upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
(Reading database ... 75646 files and directories currently installed.)
Removing wicd-daemon ...
Purging configuration files for wicd-daemon ...
Removing wicd-gtk ...
Purging configuration files for wicd-gtk ...
Processing triggers for menu ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
Writing extended state information... Done

-----------------------------------------------------------------------

Dry-run:

$  sudo apt-get --dry-run --reinstall install wicd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python-dbus python-wicd wicd-daemon wicd-gtk
Suggested packages:
  python-dbus-doc python-dbus-dbg
The following NEW packages will be installed:
  python-dbus python-wicd wicd wicd-daemon wicd-gtk
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Inst python-dbus (0.83.0-1 Debian:unstable)
Inst python-wicd (1.7.0-2 Debian:unstable)
Inst wicd-daemon (1.7.0-2 Debian:unstable)
Inst wicd-gtk (1.7.0-2 Debian:unstable)
Inst wicd (1.7.0-2 Debian:unstable)
Conf python-dbus (0.83.0-1 Debian:unstable)
Conf python-wicd (1.7.0-2 Debian:unstable)
Conf wicd-daemon (1.7.0-2 Debian:unstable)
Conf wicd-gtk (1.7.0-2 Debian:unstable)
Conf wicd (1.7.0-2 Debian:unstable)

See? It does not install all the packages like yours, so I've forced them:

$  sudo apt-get install wicd wicd-curses wicd-cli
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python-dbus python-wicd wicd-daemon wicd-gtk wicd-cli
Suggested packages:
  python-dbus-doc python-dbus-dbg
The following NEW packages will be installed:
  python-dbus python-wicd wicd wicd-curses wicd-daemon wicd-gtk wicd-cli
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 868kB of archives.
After this operation, 3,916kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.br.debian.org unstable/main python-dbus 0.83.0-1 [224kB]
Get:2 http://ftp.br.debian.org unstable/main python-wicd 1.7.0-2 [75.5kB]
Get:3 http://ftp.br.debian.org unstable/main wicd-daemon 1.7.0-2 [272kB]
Get:4 http://ftp.br.debian.org unstable/main wicd-gtk 1.7.0-2 [146kB]
Get:5 http://ftp.br.debian.org unstable/main wicd-curses 1.7.0-2 [68.8kB]

Get:6 http://ftp.br.debian.org unstable/main wicd 1.7.0-2 [39.2kB]
Get:7 http://ftp.br.debian.org unstable/main wicd-cli 1.7.0-2 [42.5kB]
Fetched 868kB in 7s (108kB/s)
Preconfiguring packages ...
Selecting previously deselected package python-dbus.
(Reading database ... 75626 files and directories currently installed.)
Unpacking python-dbus (from .../python-dbus_0.83.0-1_i386.deb) ...
Selecting previously deselected package python-wicd.
Unpacking python-wicd (from .../python-wicd_1.7.0-2_all.deb) ...
Selecting previously deselected package wicd-daemon.
Unpacking wicd-daemon (from .../wicd-daemon_1.7.0-2_all.deb) ...
Selecting previously deselected package wicd-gtk.
Unpacking wicd-gtk (from .../wicd-gtk_1.7.0-2_all.deb) ...
Selecting previously deselected package wicd-curses.
Unpacking wicd-curses (from .../wicd-curses_1.7.0-2_all.deb) ...
Selecting previously deselected package wicd.
Unpacking wicd (from .../archives/wicd_1.7.0-2_all.deb) ...
Selecting previously deselected package wicd-cli.
Unpacking wicd-cli (from .../wicd-cli_1.7.0-2_all.deb) ...
Processing triggers for man-db ...
Setting up wicd-cli (1.7.0-2) ...
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for menu ...
Setting up python-dbus (0.83.0-1) ...
Remove stale byte-compiled files...
Setting up python-wicd (1.7.0-2) ...
Setting up wicd-daemon (1.7.0-2) ...
Starting Network connection manager: wicd failed!
Setting up wicd-gtk (1.7.0-2) ...
Setting up wicd-curses (1.7.0-2) ...
Setting up wicd (1.7.0-2) ...
Processing triggers for python-support ...
Processing triggers for menu ...

$ sudo /etc/init.d/wicd start
Starting Network connection manager: wicd failed!

$ sudo wicd
Traceback (most recent call last):
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 61, in <module>
    from wicd.logfile import ManagedStdio
ImportError: No module named logfile

$ sudo wicd-client

Traceback (most recent call last):
  File "/usr/share/wicd/gtk/wicd-client.py", line 63, in <module>
    from wicd import dbusmanager
ImportError: cannot import name dbusmanager

$ sudo wicd-cli
Error: Could not connect to the daemon. Please make sure it is running.

$ sudo wicd-curses
Traceback (most recent call last):
  File "/usr/share/wicd/curses/wicd-curses.py", line 52, in <module>
    from wicd import dbusmanager
ImportError: cannot import name dbusmanager

Thanks.

Reply via email to