The time now is Tue 24 Apr 2018, 14:45
All times are UTC - 4 |
Page 1 of 2 [16 Posts] |
Goto page: 1, 2 Next |
Author |
Message |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Mon 03 Aug 2009, 14:28 Post subject:
Tucan - download manager |
|
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/Programming/python-2.5.1-i486.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pygtk-2.12.1-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pycairo-1.4.12-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pygobject-2.14.2-i386.pet
PIL from http://www.murga-linux.com/puppy/viewtopic.php?t=44202
Description |
Tucan manager
|

Download |
Filename |
tucan-0.3.8-i486.pet |
Filesize |
167.72 KB |
Downloaded |
1276 Time(s) |
|
Back to top
|
|
 |
rayp
Joined: 06 Aug 2009 Posts: 1
|
Posted: Thu 06 Aug 2009, 09:15 Post subject:
how to install to puppy 4.2.1 |
|
I tried to install every pet files from
http://murga-linux.com/puppy/viewtopic.php?p=328926#328926
and still did not work.
Error message: no directory find or something like that.
|
Back to top
|
|
 |
dirty_dave

Joined: 28 May 2009 Posts: 42
|
Posted: Sat 08 Aug 2009, 23:29 Post subject:
|
|
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.
|
Back to top
|
|
 |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Fri 14 Aug 2009, 02:32 Post subject:
|
|
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, 13:23; edited 1 time in total
|
Back to top
|
|
 |
blackberry8100
Joined: 14 Aug 2009 Posts: 1
|
Posted: Fri 14 Aug 2009, 05:08 Post subject:
|
|
thanks so much for useful info
website update
|
Back to top
|
|
 |
remidem
Joined: 16 Aug 2009 Posts: 1
|
Posted: Sun 16 Aug 2009, 05:59 Post subject:
Problems installing Tucan |
|
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 :
Quote: | 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
|
Back to top
|
|
 |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Tue 18 Aug 2009, 13:32 Post subject:
|
|
Try to use python from
http://dotpups.de/puppy3/dotpups/Programming/python_for_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.
|
Back to top
|
|
 |
luck_gh0st

Joined: 11 Jul 2007 Posts: 28
|
Posted: Tue 18 Aug 2009, 21:09 Post subject:
|
|
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......
|
Back to top
|
|
 |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Wed 19 Aug 2009, 01:52 Post subject:
|
|
Which file from which service did you try to download?
|
Back to top
|
|
 |
luck_gh0st

Joined: 11 Jul 2007 Posts: 28
|
Posted: Wed 19 Aug 2009, 08:02 Post subject:
|
|
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
|
Back to top
|
|
 |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Wed 19 Aug 2009, 08:26 Post subject:
|
|
I checked. For megauplaod you must install also tesseract from
http://www.murga-linux.com/puppy/viewtopic.php?search_id=1910239148&t=33719
|
Back to top
|
|
 |
luck_gh0st

Joined: 11 Jul 2007 Posts: 28
|
Posted: Wed 19 Aug 2009, 08:58 Post subject:
|
|
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.......
|
Back to top
|
|
 |
robwoj44
Joined: 08 Aug 2008 Posts: 399 Location: Warsaw
|
Posted: Wed 19 Aug 2009, 09:38 Post subject:
|
|
http://tesseract-ocr.googlecode.com/files/tesseract-2.00.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, 01:29; edited 1 time in total
|
Back to top
|
|
 |
luck_gh0st

Joined: 11 Jul 2007 Posts: 28
|
Posted: Wed 19 Aug 2009, 11:09 Post subject:
|
|
Hey! I moved the files like you said and now MU works now too!
Thank you!
|
Back to top
|
|
 |
LuckyLucciano

Joined: 24 Jul 2009 Posts: 11
|
Posted: Sat 10 Oct 2009, 18:28 Post subject:
Problem ejecuting Tucan in TEENpup (based on Puppy 2.14) |
|
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/Programming/python-2.5.1-i486.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pygtk-2.12.1-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pycairo-1.4.12-i386.pet
http://www.puppylinux.asia/tpp/ttuuxxx/programs/GnomeCompiledP4/pygobject-2.14.2-i386.pet
PIL from http://www.murga-linux.com/puppy/viewtopic.php?t=44202
And this one too:
http://dotpups.de/puppy3/dotpups/Programming/python_for_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
|
Back to top
|
|
 |
|
Page 1 of 2 [16 Posts] |
Goto page: 1, 2 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|