![]() |
2011-11-23
, 12:37
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#62
|
So this is everything we need?!
After this, it's just adding the account from the terminal, right?
Edit:
Tried, but it gave a network error.... (Doesn't work)
I use telepathy-butterfly for MSN on my desktop (current git HEAD) and I've not been able to log in for days now.
I'm guessing, but I think that perhaps there has been a change to the MSN chat protocol and the telepathy boys 'n' girls haven't synched up their code to it yet.
The Following User Says Thank You to billranton For This Useful Post: | ||
![]() |
2011-11-23
, 14:09
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#63
|
No - also needs the more recent version of python-telepathy than is in the dev repo
![]() |
2011-11-23
, 14:53
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#64
|
I couldn't install this package.
Do you know what command I should do?
tried everything:
Make
Make install
./configure
non of them worked. (i read the README and the INSTALL files, but... that didn't help me a lot...)
tar -zxf telepathy-python-0.15.19.tar.gz cd telepathy-python-0.15.19.tar.gz ./configure make make install
apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
The Following User Says Thank You to billranton For This Useful Post: | ||
![]() |
2011-11-23
, 15:53
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#65
|
The proper order is:
you need all of the other dependencies installed before you do that, so run this before:Code:tar -zxf telepathy-python-0.15.19.tar.gz cd telepathy-python-0.15.19.tar.gz ./configure make make install
Code:apt-get install make python-gobject python-openssl python-gst0.10 python-farsight python-crypto python-dbus
configure: error: xsltproc (from the libxslt source package) is required
![]() |
2011-11-23
, 20:17
|
Posts: 307 |
Thanked: 1,460 times |
Joined on May 2011
@ Switzerland
|
#66
|
![]() |
2011-11-24
, 17:51
|
|
Posts: 485 |
Thanked: 708 times |
Joined on Feb 2010
@ Galiza
|
#67
|
The Following User Says Thank You to Hariainm For This Useful Post: | ||
![]() |
2011-11-24
, 19:28
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,420 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#68
|
ok, about the OP tutorial, i got stuck in "python setup.py". It says "error: no commands supplied". So what commands i need to input?
PD: also, in the tuto, i can't mkdir /home/user/msn following your post. May be because of being root. I exit the terminal and opened again, try mkdir as user and voila!
![]() |
2011-11-25
, 22:36
|
Posts: 586 |
Thanked: 471 times |
Joined on Jan 2010
@ Finland
|
#69
|
![]() |
2011-11-26
, 01:21
|
|
Posts: 144 |
Thanked: 36 times |
Joined on Jan 2010
@ New Zealand
|
#70
|
I forgot to mention that the version of telepathy-butterfly I have was working previously which is why I suspect a change or fault at their end (MSN)