Re: [arch-general] wicd startup issues

2010-11-18 Thread Philipp Überbacher
Excerpts from Samuel Baldwin's message of 2010-11-17 19:50:46 +0100: > After a fresh install of wicd (I pacman -Sy'd yesterday), it won't > seem to start; not really sure what to do here. > > arrakis^samuel# wicd > Traceback (most recent call last): > File "/usr/share/wicd/daemon/wicd-daemon.py"

Re: [arch-general] wicd startup issues

2010-11-17 Thread Samuel Baldwin
Fair enough, thanks for the input. -- Samuel Baldwin - logik.li

Re: [arch-general] wicd startup issues

2010-11-17 Thread Matthew Gyurgyik
On 11/17/2010 02:18 PM, Evangelos Foutras wrote: On Wed, Nov 17, 2010 at 9:08 PM, Samuel Baldwin wrote: Same error. I'm not updated to the point where python3 is the default anyways. `python' still runs 2.6.5. We don't support partial upgrades. You should never use -Sy if not followed by -Su

Re: [arch-general] wicd startup issues

2010-11-17 Thread Evangelos Foutras
On Wed, Nov 17, 2010 at 9:08 PM, Samuel Baldwin wrote: > Same error. I'm not updated to the point where python3 is the default > anyways. `python' still runs 2.6.5. We don't support partial upgrades. You should never use -Sy if not followed by -Su (or combined, -Syu). Now, go ahead and do a full

Re: [arch-general] wicd startup issues

2010-11-17 Thread Samuel Baldwin
Same error. I'm not updated to the point where python3 is the default anyways. `python' still runs 2.6.5. -- Samuel Baldwin - logik.li

Re: [arch-general] wicd startup issues

2010-11-17 Thread John K Pate
On Wed, 2010-11-17 at 14:02 -0500, Samuel Baldwin wrote: > Also, when I run `python3' and type 'import wicd' I still get the same > error, so I'm sceptical of explaining it away as merely python3, > unless I'm missing something. Try it with `python2'. `wicd' expects python2, and `python' now calls

Re: [arch-general] wicd startup issues

2010-11-17 Thread Samuel Baldwin
Also, when I run `python3' and type 'import wicd' I still get the same error, so I'm sceptical of explaining it away as merely python3, unless I'm missing something. -- Samuel Baldwin - logik.li

Re: [arch-general] wicd startup issues

2010-11-17 Thread Samuel Baldwin
2010/11/17 John K Pate : > Did you "pacman -Sy" or "pacman -Syu"? Probably has to do with the move > to python3. Just `pacman -Sy', X seems to break when I update it and I'm down to one machine at the moment, haven't wanted to break the laptop for a day to figure out what's going on. Last time I j

Re: [arch-general] wicd startup issues

2010-11-17 Thread John K Pate
On Wed, 2010-11-17 at 13:50 -0500, Samuel Baldwin wrote: > After a fresh install of wicd (I pacman -Sy'd yesterday), it won't > seem to start; not really sure what to do here. Did you "pacman -Sy" or "pacman -Syu"? Probably has to do with the move to python3. John == John K Pate Student, PhD In

[arch-general] wicd startup issues

2010-11-17 Thread Samuel Baldwin
After a fresh install of wicd (I pacman -Sy'd yesterday), it won't seem to start; not really sure what to do here. arrakis^samuel# wicd Traceback (most recent call last): File "/usr/share/wicd/daemon/wicd-daemon.py", line 56, in from wicd import wpath ImportError: No module named wicd arra