Tucan - download manager

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

Tucan - download manager

#1 Post by robwoj44 »

http://tucaneando.com/index-en.html
Tucan Manager is a free and open source software designed for automatic management of downloads and uploads at hosting sites like rapidshare or megaupload.

The dependencies:
python from devx_xxx.sfs or http://www.dotpups.de/puppy3/dotpups/Pr ... 1-i486.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 1-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 2-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 2-i386.pet
PIL from http://www.murga-linux.com/puppy/viewtopic.php?t=44202
Attachments
tucan-0.3.8-i486.pet
Tucan manager
(167.72 KiB) Downloaded 1411 times

rayp
Posts: 1
Joined: Thu 06 Aug 2009, 13:10

how to install to puppy 4.2.1

#2 Post by rayp »

I tried to install every pet files from
http://murga-linux.com/puppy/viewtopic. ... 926#328926
and still did not work.
Error message: no directory find or something like that.

User avatar
dirty_dave
Posts: 41
Joined: Fri 29 May 2009, 01:29

#3 Post by dirty_dave »

It doesnt work for me either in puppy 4.2.1 frugal,

it just doesn't start for me

Try again my friend, its much needed here.

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#4 Post by robwoj44 »

type in terminal
/usr/local/share/tucan/tucan.py
or
python /usr/local/share/tucan/tucan.py
and let me know what you can see.
Last edited by robwoj44 on Tue 18 Aug 2009, 17:23, edited 1 time in total.

blackberry8100
Posts: 1
Joined: Fri 14 Aug 2009, 09:01

#5 Post by blackberry8100 »

thanks so much for useful info

website update

remidem
Posts: 1
Joined: Sun 16 Aug 2009, 09:30

Problems installing Tucan

#6 Post by remidem »

I tried to install Tucan with your packages, and I have the following problems:
- the python installation is OK, but there is no "python" command available, just "python2.5".
- I couldn't download pygtk, pycairo, pygobject from the links you provide. It asks for a login and password. I found these package on another thread in this forum.
- The installation of PIL is OK but displays the following warning : File libpython2.5.so.1.0 not found. Actually there is no libpython*.so installed so I cannot make a sybolic link.
- When I launch "tucan" in a shell I can "env: python: No such file or directory"
- When I type "python2.5 /usr/local/share/tucan/tucan.py", I get :
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Traceback (most recent call last):
File "/usr/local/share/tucan/tucan.py", line 25, in <module>
import logging
File "/usr/local/lib/python2.5/logging/__init__.py", line 29, in <module>
import sys, os, types, time, string, cStringIO, traceback
ImportError: No module named time
Do you have any idea to solve my problem?
Thank you

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#7 Post by robwoj44 »

Try to use python from
http://dotpups.de/puppy3/dotpups/Progra ... r_CCSM.pet
and install once more PIL
after try
python /usr/local/share/tucan/tucan.py
if it starts you will be able simply start it from menu.

User avatar
luck_gh0st
Posts: 28
Joined: Wed 11 Jul 2007, 05:28

#8 Post by luck_gh0st »

Aww man..... it starts and looks like it works but it never seems to connect....... terminal says

# python /usr/local/share/tucan/tucan.py
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 460, in __bootstrap
self.run()
File "/usr/lib/python2.5/threading.py", line 625, in run
self.function(*self.args, **self.kwargs)
File "/usr/local/share/tucan/download_manager.py", line 236, in scheduler
if self.start(download.name):
File "/usr/local/share/tucan/download_manager.py", line 135, in start
if link.plugin.add(download.path, link.url, download.name):
File "/root/.tucan/plugins/megaupload/anonymous_download.py", line 50, in add
parser = CaptchaForm(link)
File "/root/.tucan/plugins/megaupload/captcha.py", line 77, in __init__
captcha = self.get_captcha()
File "/root/.tucan/plugins/megaupload/captcha.py", line 96, in get_captcha
result = self.tess.get_captcha()
File "/usr/local/share/tucan/tesseract.py", line 66, in get_captcha
if subprocess.call([self.tesseract, self.image_name, self.text_name], stdout=subprocess.PIPE, stderr=subprocess.PIPE) == 0:
File "/usr/lib/python2.5/subprocess.py", line 444, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1153, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


well the jdownloader works but I prefer tucan because it's simple and i like the bird icon......

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#9 Post by robwoj44 »

Which file from which service did you try to download?

User avatar
luck_gh0st
Posts: 28
Joined: Wed 11 Jul 2007, 05:28

#10 Post by luck_gh0st »

Well the above was for megaupload. Right now I just tried rapidshare and it works! ..... and so does mediafire. So i guess megaupload seems to be the only problem. I have Mint Linux on another partition and Tucan and megaupload work fine, and all the tucan files seem to be the same it's something to do with py

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#11 Post by robwoj44 »

I checked. For megauplaod you must install also tesseract from
http://www.murga-linux.com/puppy/viewto ... 48&t=33719

User avatar
luck_gh0st
Posts: 28
Joined: Wed 11 Jul 2007, 05:28

#12 Post by luck_gh0st »

ok well i installed the pet rebooted and still the same error with MU.
i read the post and they said to install a language file from googlecode but i didn't see the file that he was talking about.......

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#13 Post by robwoj44 »

http://tesseract-ocr.googlecode.com/fil ... eng.tar.gz
I installed and megaupload works.
Tesseract from first link must be in /usr/local/ not /local/ - you must move everything from /local to /usr/local
Last edited by robwoj44 on Thu 20 Aug 2009, 05:29, edited 1 time in total.

User avatar
luck_gh0st
Posts: 28
Joined: Wed 11 Jul 2007, 05:28

#14 Post by luck_gh0st »

Hey! I moved the files like you said and now MU works now too!
Thank you!

User avatar
LuckyLucciano
Posts: 11
Joined: Fri 24 Jul 2009, 14:29

Problem ejecuting Tucan in TEENpup (based on Puppy 2.14)

#15 Post by LuckyLucciano »

Hi, I' m from Argentina and I' don't write good on english, but I' gonna try it!
I'm just follow all the steps for install, all this pets:
python from devx_xxx.sfs or http://www.dotpups.de/puppy3/dotpups/Pr ... 1-i486.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 1-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 2-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/ ... 2-i386.pet
PIL from http://www.murga-linux.com/puppy/viewtopic.php?t=44202
And this one too:
http://dotpups.de/puppy3/dotpups/Progra ... r_CCSM.pet
But I' can't run it, the aplication shows me this error wen I'execute them in the shell:

Traceback (most recent call last):
File "Tucan.py", line 29, in (module)
import gtk
File "/usr/lib/puthon2.5/site-packages/tk-2.0/gtk/__init__.py", line 48, in (module)
From gtk import _gtk
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so: undefine symbol: gyk_recent_info_unref

Somebody can drope me a line??? Because I really love the Tucan Download Manager and I don't want to use another aplication.

Tanks a lot!!!

LuckyLucciano

techloid
Posts: 31
Joined: Sun 30 Aug 2009, 17:54
Location: Canada

#16 Post by techloid »

I have an odd problem. Whenever I try to execute tucan in my shell terminal, I get this message:

Code: Select all

[~] python /usr/local/share/tucan/tucan.py 
Traceback (most recent call last):
  File "/usr/local/share/tucan/tucan.py", line 90, in <module>
    Gui(t.configuration)
  File "/usr/local/share/tucan/gui.py", line 82, in __init__
    self.set_icon_from_file(cons.ICON_TUCAN)
gobject.GError: Couldn't recognize the image file format for file '/usr/local/share/tucan/media/tucan.svg'
None
Can anyone help?

Post Reply