~subdownloader-developers/subdownloader/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Ivan Garcia
  • Date: 2008-12-25 23:58:30 UTC
  • Revision ID: capiscuas@capiscuas-laptop-20081225235830-npnua947f1oz19sj
added the latest PO files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
README for Subdownloader BZR
 
2
 
 
3
    Running
 
4
 
 
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.
 
7
 
 
8
        Common example: python run.py --help
 
9
        
 
10
        
 
11
    Problems on first time run
 
12
 
 
13
        Is it complaining about 'subdownloader' existance?
 
14
 
 
15
        Traceback (most recent call last):
 
16
          File "run.py", line 40, in <module>
 
17
            import gui.main
 
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
 
21
 
 
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:
 
24
 
 
25
            * Unix: mv /path/to/subdownloader-read-only /path/to/subdownloader/subdownloader 
 
26
            
 
27
    Can a read this with some coloring and text format, like a wiki?
 
28
    
 
29
        Sure, go to: http://code.google.com/p/subdownloader/wiki/SubDownloader2SVN