Menu

Error launch G3Torrent(1.0.4Fin-1.1.0) in FC3

sL1pKn07
2004-12-26
2013-04-03
  • sL1pKn07

    sL1pKn07 - 2004-12-26

    http://www.kolumbus.fi/jukka.lehtomaki/gentoo/who-is-your-buddy/g3torrent.v1.0.4.final.tar.gz

    sl1pkn07@Spinflo g3torrent-1.0.4final]$ python g3torrent.py
    Traceback (most recent call last):
      File "g3torrent.py", line 25, in ?
        from g3widgets import *
      File "/home/sl1pkn07/aplicaciones/g3torrent-1.0.4final/g3widgets.py", line 17, in ?
        import cjkcodecs.aliases
    ImportError: No module named cjkcodecs.aliases
    [sl1pkn07@Spinflo g3torrent-1.0.4final]$
    ------------------------

    http://www.kolumbus.fi/jukka.lehtomaki/gentoo/who-is-your-buddy/g3torrent.v1.1.0.tar.gz

    [sl1pkn07@Spinflo g3torrent-1.1.0]$ python g3torrent.py
    Traceback (most recent call last):
      File "g3torrent.py", line 25, in ?
        from g3widgets import *
      File "/home/sl1pkn07/aplicaciones/g3torrent-1.1.0/g3widgets.py", line 17, in ?
        import cjkcodecs.aliases
    ImportError: No module named cjkcodecs.aliases
    [sl1pkn07@Spinflo g3torrent-1.1.0]$

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

    im used FedoraCore3
    wxGTK(1) 2.5.3-1 (missing wxGTK(1)-devel)(for amule)
    wxGTK2 (installed-broken, conflicts with wxGTK(1))
    wxPython-GTK (1)2.5.3.1 (devel-common-runtime)
    wxPython-GTK2(no installed) conflicts with wxPython-GTK(1)
    GTK(1) 1.2.10
    GTK2 2.4.14-1
    PyGTK(1) ---
    pyGTK2 2.4.0-1
    PyQt 3.13-2.0.3
    GeoIp 1.3.8-1
    GeoIp-Python 1.2.0

    dew

    pd: sorry my very-poor english

     
    • LeoXV

      LeoXV - 2004-12-26

      --------------------------------
      Gentoo:
      emerge dev-python/cjkcodecs
      emerge dev-python/iconvcodec
      --------------------------------

      http://cjkpython.i18n.org/
      Sources
              * cjkcodecs-1.1.1.tar.bz2 (Source tarball in bzip2)
      Packages
              * FreeBSD: converters/py-cjkcodecs
              * OpenBSD: converters/py-cjkcodecs
              * Debian: python2.[123]-cjkcodecs
              * Fink: python2.[123]-cjkcodecs
              * Gentoo: dev-python/cjkcodecs

      Requirement
      -----------
      This package requires Python 2.1 or later.
      This package can be easily installed by means of the Distutils
      (Python Distribution Utilities).  Simply issue the following
      command, after being root if necessary:
      python setup.py install

      http://cjkpython.i18n.org/
      Sources
              * iconvcodec-1.1.2.tar.gz (Source tarball in gzip)
      Packages
              * FreeBSD: converters/py-iconvcodec
              * OpenBSD: converters/py-iconvcodec
              * Debian: python2.[123]-iconvcodec
              * Gentoo: dev-python/iconvcodec

      Installation
      ------------
      python setup.py install [options ...]
      'options' are:
        --with-libc            Force to build with iconv in the libc
        --with-libiconv[=path]    Use a separated libiconv on the path

       
    • sL1pKn07

      sL1pKn07 - 2004-12-27

      [sl1pkn07@Spinflo g3torrent-1.1.0]$ python g3torrent.py
      G3 Torrent Linux by LeoXV requires  2.4.2.4 or 2.4.2.4u wxWidgets
      This version dont work with 2.5! threading problems??
      If you use 2.5 try: optiondlg.py change  wxMaskedTextCtrl to TextCtrl
      wxIpAddrCtrl -> IpAddrCtrl
      wxMaskedNumCtrl -> NumCtrl
      Installed wx version: 2.5.3.1
      Web Browser

      File Browser

      [Debug] 06:23:16: Adding duplicate image handler for 'Windows bitmap file'
      [Debug] 06:23:16: Adding duplicate image handler for 'PNG file'
      [Debug] 06:23:16: Adding duplicate image handler for 'Windows icon file'
      Loading Images
      Loading Friend List
      -AZ2201-zlaAhw7PG2wb
      Traceback (most recent call last):
        File "g3torrent.py", line 1645, in run
          app = MyApp(False)
        File "g3torrent.py", line 1625, in __init__
          wx.App.__init__(self, flag)
        File "/usr/lib/python2.3/site-packages/wx-2.5.3-gtk-ansi/wx/_core.py", line 5301, in __init__
          self._BootstrapApp()
        File "/usr/lib/python2.3/site-packages/wx-2.5.3-gtk-ansi/wx/_core.py", line 4980, in _BootstrapApp
          return _core_.PyApp__BootstrapApp(*args, **kwargs)
        File "g3torrent.py", line 1630, in OnInit
          frame = Reba(path, sys.argv[1:])
        File "g3torrent.py", line 261, in __init__
          self.pl_dnsloop.GetAddress, self.FriendCatcher)
        File "/home/sl1pkn07/aplicaciones/g3torrent-1.1.0/statuspanel.py", line 32, in __init__
          self.peerlist = PeerList(self, btconfig, bmps=images, dnsfunc=dnsfunc, friendfunc=friendfunc)
        File "/home/sl1pkn07/aplicaciones/g3torrent-1.1.0/peerlist.py", line 73, in __init__
          self.images[0] = self.i_list.AddWithColourMask(bmps.GetImage('blank.bmp'), b_mask_color)
        File "/usr/lib/python2.3/site-packages/wx-2.5.3-gtk-ansi/wx/_gdi.py", line 4359, in AddWithColourMask
          return _gdi_.ImageList_AddWithColourMask(*args, **kwargs)
      PyAssertionError: C++ assertion "bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height" failed in ../src/generic/imaglist.cpp(74): invalid bitmap sizein wxImageList: this might work on this platform but definitely won't under Windows.
      [sl1pkn07@Spinflo g3torrent-1.1.0]$

       
    • sL1pKn07

      sL1pKn07 - 2004-12-27

      [sl1pkn07@Spinflo g3torrent-1.0.4final]$ python g3torrent.py
      G3 Torrent Linux by LeoXV requires  2.4.2.4 or 2.4.2.4u wxWidgets
      This version dont work with 2.5! threading problems??
      If you use 2.5 try: optiondlg.py change  wxMaskedTextCtrl to TextCtrl
      wxIpAddrCtrl -> IpAddrCtrl
      wxMaskedNumCtrl -> NumCtrl
      Installed wx version: 2.5.3.1
      Web Browser

      File Browser

      [Debug] 06:26:56: Adding duplicate image handler for 'Windows bitmap file'
      [Debug] 06:26:56: Adding duplicate image handler for 'PNG file'
      [Debug] 06:26:56: Adding duplicate image handler for 'Windows icon file'
      Loading Images
      Loading Friend List
      A269-----V8q7qOdbVfE
      loading work state
      G3XMLRPCServer Started
      -----------------------------------------------------------

      this version works!

      1.0.4final >1.1.0?
      or 1.1.0 > 1.0.4final

       
    • sL1pKn07

      sL1pKn07 - 2004-12-27

      saving options
      On Close
      saving work state
      saving options
      stopping
      Mainloop joining
      Killing sessions 0
      Destroying window
      Violacin de segmento -> Segmentation Fault
      [sl1pkn07@Spinflo g3torrent-1.0.4final]$

      error manual exit aplication. click "X" and "File/Exit"

      [quote]
      G3 Torrent Linux by LeoXV requires 2.4.2.4 or 2.4.2.4u wxWidgets
      This version dont work with 2.5! threading problems??
      If you use 2.5 try: optiondlg.py change wxMaskedTextCtrl to TextCtrl
      wxIpAddrCtrl -> IpAddrCtrl
      wxMaskedNumCtrl -> NumCtrl
      Installed wx version: 2.5.3.1
      [/quote]

      changes into optiondlg.py:

      # old wxpython 2.4
      #from wxPython.lib.maskededit import wxIpAddrCtrl, wxMaskedTextCtrl
      #from wxPython.lib.maskednumctrl import wxMaskedNumCtrl

      ## new wxpython 2.5 change  wxMaskedTextCtrl to TextCtrl, wxIpAddrCtrl -> IpAddrCtrl, wxMaskedNumCtrl -> NumCtrl
      from wx.lib.masked import IpAddrCtrl, TextCtrl
      from wx.lib.masked import NumCtrl

      I must apply the changes?  proven of the two forms, and it works equal
      1.04final =works
      1.10 = idem, no works

      PD sorry for multi-post(I can edit my post?) and bad english

      thanks :)

       
    • LeoXV

      LeoXV - 2004-12-27

      I must apply the changes? No
      Use python2.3 & 2.4.2.4u wxWidgets :P

      Installed wx version: 2.5.3.1
      I have not tested G3Torrent with wx version: 2.5.3.1.

      1.0.4, 1.1.0, bitmagnet-v0.3.2
      Latest version is g3torrent.v1.1.0.tar.gz

      The new release is coming soon.
      https://sourceforge.net/forum/message.php?msg_id=2903553

       
    • defnax

      defnax - 2005-01-01

      when comes a windows version i cant find anywere the final version 1.0.4,1.1.0 or bitmanget-v0.3.2
      is the only linux version and windows?

       

Log in to post a comment.