Announcement

Collapse
No announcement yet.

Pytube install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pytube install

    Hello people it's been a while since I've needed to log in but I need some help.

    I've forgotten how to install .tar.gz files/packages

    After extracting to desktop I try to use konsole to
    Code:
    phonic@Nova:~$ cd Desktop
    phonic@Nova:~/Desktop$ cd pytube-0.0.11.5-1.pkg
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]$ cd usr
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr$ cd bin
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$ sh ./pytube
    cd: 4: can't cd to /usr/share/pytube
    ./pytube: 5: ./pytube.py: not found
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$
    and
    Code:
    phonic@Nova:~$ cd /Desktop
    bash: cd: /Desktop: No such file or directory
    phonic@Nova:~$ cd Desktop
    phonic@Nova:~/Desktop$ cd pytube-0.0.11.5-1.pkg
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]$ cd usr
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr$ cd bin
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$ install pytube
    install: missing destination file operand after `pytube'
    Try `install --help' for more information.
    [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$
    I know I'm doing it wrong and each time I either search google and linux pages to find the answer, there are so many, the results are for people whom are proficient in linux commands.
    PLEASE help.
    Intel E6500 CPU - 4Gb Ram- Asus EN9500GT 1Gb GPU....

    #2
    Re: Pytube install

    I had an inspirational thought when posting the above and tried extracting the files to the desktop without sub-folders and ran...
    Code:
    phonic@Nova:~$ cd Desktop
    phonic@Nova:~/Desktop$ sh pytube
    cd: 4: can't cd to /usr/share/pytube
    You need to install the package 'python-gdata 1.1.1'
    Then I got this spewed out...
    (pytube.py:2841): libglade-WARNING **: Radio button group menuitem4 could not be found
    ./pytube.py:646: GtkWarning: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed
    self.wTree = gtk.glade.XML(self.gladefile, "mainwindow")
    ./pytube.py:646: GtkWarning: gtk_tree_model_get_n_columns: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    self.wTree = gtk.glade.XML(self.gladefile, "mainwindow")
    ./pytube.py:646: GtkWarning: gtk_combo_box_set_row_span_column: assertion `row_span >= -1 && row_span < col' failed
    self.wTree = gtk.glade.XML(self.gladefile, "mainwindow")
    ./pytube.py:646: GtkWarning: gtk_combo_box_set_column_span_column: assertion `column_span >= -1 && column_span < col' failed
    self.wTree = gtk.glade.XML(self.gladefile, "mainwindow")
    ./pytube.py:646: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    self.wTree = gtk.glade.XML(self.gladefile, "mainwindow")
    User Preferences folder created
    Configuration file not found, creating one now.
    Configuration: {0: '0', 1: '0', 2: '/home/phonic', 3: '0', 4: '', 5: '', 6: '/usr/bin', 7: '', 8: ''}
    Loaded PyTube with defaults values
    I then installed python-gdata package from synaptic as it requested in the first message.

    HAS pytube been installed properly?
    Intel E6500 CPU - 4Gb Ram- Asus EN9500GT 1Gb GPU....

    Comment

    Working...
    X