You are not logged in.

#1 2005-06-07 00:16:08

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Why does bittorrent need wxgtk and wxpython now?

The previous version (4.0?) needed only pygtk... What's with the sudden reversion to WXWidgets requirement?

Offline

#2 2005-06-07 00:33:35

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Why does bittorrent need wxgtk and wxpython now?

ummm, ask the developer? the ui switched in 4.0

Offline

#3 2005-06-07 01:32:28

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Why does bittorrent need wxgtk and wxpython now?

3.8: needed wxgtk and wxpython.

4.0: needed pygtk.

4.1: needs wxgtk and wxpython.

And there is nothing in the changelog about switching from GTK back to WXWidgets.

Oh, and BTW, version 4.1 is a beta.

Offline

#4 2005-06-07 01:41:28

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Why does bittorrent need wxgtk and wxpython now?

Update: The wxgtk and wxpython dependencies are erroneous. Bittorrent's GUI will not work without pygtk.

Offline

#5 2005-06-07 08:59:38

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Why does bittorrent need wxgtk and wxpython now?

Yup, this bug was in 4.0.x also, I fixed the dependencies to pygtk, but the one that updated it to 4.1.x didn't cvs update his local copy. Instead, he used an old PKGBUILD with the wrong dependencies in it.

Fixed it again, hope the maintainer runs cvs update next time before starting to update packages.

Offline

#6 2005-06-07 10:39:47

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Why does bittorrent need wxgtk and wxpython now?

Thanks.

Offline

#7 2005-06-24 21:10:14

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

Please advise this user what is now required in archlinux to utilize bittorent so that the following error is eliminated;

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/BitTorrent/RawServer.py", line 385, in _make_wrapped_call
    function(*args)
  File "/usr/lib/python2.4/site-packages/khashmir/krpc.py", line 63, in data_came_in
    c.datagramReceived(datagram, addr)
  File "/usr/lib/python2.4/site-packages/khashmir/krpc.py", line 154, in datagramReceived
    df.callback({'rsp' : msg[RSP], '_krpc_sender': addr})
  File "/usr/lib/python2.4/site-packages/khashmir/defer.py", line 32, in callback
    self.doCallbacks([result], self.callbacks)
  File "/usr/lib/python2.4/site-packages/khashmir/defer.py", line 43, in doCallbacks
    result = cb(result, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/khashmir/utkhashmir.py", line 45, in checkSender
    d = knode.KNodeBase.checkSender(self, dict)
  File "/usr/lib/python2.4/site-packages/khashmir/knode.py", line 31, in checkSender
    self.table.insertNode(self, contacted=1)
  File "/usr/lib/python2.4/site-packages/khashmir/khashmir.py", line 172, in insertNode
    old = self.table.insertNode(n, contacted=contacted)
  File "/usr/lib/python2.4/site-packages/khashmir/ktable.py", line 107, in insertNode
    assert node.id != NULL_ID
AssertionError

Cannot download via bittorrent in archlinux.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#8 2005-06-25 15:05:45

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

Perhaps someone can advise the config required for bittorrent since my system as installed has  all the components referenced in the previous posts whether they apply or not.

I suspect there is conflict due to the setup.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#9 2005-06-25 15:54:57

Speek
Member
Registered: 2005-04-07
Posts: 36

Re: Why does bittorrent need wxgtk and wxpython now?

I don't know what the error is about, but I would try to re-install python and bittorrent.

Offline

#10 2005-06-25 16:25:22

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

Bittorrent is newly installed v 4.1.1-2 and used to work.

The system here has wxpython as well as wxgtk and pygtk and python which is what I reported in previous post.

If I reinstall python, and the conflict is present anyhow, no solution ensues.

Need is to know what is the right setup....(Asking may get you knowwhere) before re-installing.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#11 2005-06-25 18:27:49

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

URL Bittorrent advises I need version 4.1.2.

Where can  find that version in arch pacman?[/i]


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#12 2005-06-25 18:29:08

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Why does bittorrent need wxgtk and wxpython now?

dusty:~ $ pacman -Ss bittorrent
extra/bittorrent 4.1.2-1
    BitTorrent is a tool for copying files from one machine to another.
pacman -Sy bittorrent

should update.

Dusty

Offline

#13 2005-06-25 18:41:06

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

The desired version is 4.1.2 and pacman has 4.1.1-2...not an upgrade.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#14 2005-06-25 18:46:31

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Why does bittorrent need wxgtk and wxpython now?

Try another mirror. The one you're using isn't up-to-date.

Offline

#15 2005-06-25 18:48:57

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Why does bittorrent need wxgtk and wxpython now?

lilsirecho wrote:

The desired version is 4.1.2 and pacman has 4.1.1-2...not an upgrade.

                       :?:


I've got 4.1.2. Trying changing your extra mirror to

Server = ftp://ftp.archlinux.org/extra/os/i686

Offline

#16 2005-06-25 19:39:35

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Why does bittorrent need wxgtk and wxpython now?

Penguin

Your response was not from antarctica with the penguins... it was a HOT tip.

Thanks for your support and I now have 4.1.2-1 version. big_smile


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB