1
README for Subdownloader BZR
5
Whether you want to run in CLI (Command Line Interface) or
6
GUI (Graphical User Interface), the only file you'll need to call is run.py.
8
Common example: python run.py --help
11
Problems on first time run
13
Is it complaining about 'subdownloader' existance?
15
Traceback (most recent call last):
16
File "run.py", line 40, in <module>
18
File "/path/to/subdownloader-read-only/gui/__init__.py", line 20, in <module>
19
from subdownloader import APP_TITLE, APP_VERSION, OSDBServer, subtitlefile, videofile
20
ImportError: No module named subdownloader
22
You might have to change subdownloader root directory name.
23
If you executed "svn checkout http://subdownloader.googlecode.com/svn/trunk/ subdownloader-read-only", do the following:
25
* Unix: mv /path/to/subdownloader-read-only /path/to/subdownloader/subdownloader
27
Can a read this with some coloring and text format, like a wiki?
29
Sure, go to: http://code.google.com/p/subdownloader/wiki/SubDownloader2SVN