← Back to team overview

openshot.developers team mailing list archive

[Bug 719091] Re: Can't upload to YouTube

 

Hmmm, this is no good.  I did not see this during my testing, but
probably because I didn't have the Google python API installed on my
testing computers.  We should probably change the code where it attemps
to import these libraries, to look relative first:

For example:
from .. import gdata.youtube.client

However, this will have to wait until our next minor release, which is
not ready yet.  My plan is to find and fix any bugs like this, update
the translations and help manual, and make one more release in the next
2 weeks (or so).

** Changed in: openshot
   Importance: Undecided => High

** Changed in: openshot
       Status: New => Confirmed

** Changed in: openshot
    Milestone: None => 1.3.1

-- 
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/719091

Title:
  Can't upload to YouTube

Status in OpenShot Video Editor:
  Confirmed

Bug description:
  Ubuntu 10.10
  OpenShot from ppa:openshot.developers/maverick
  OpenShot 1.3.0

  Firstly, thank you Team OpenShot for your amazing work, I can't say enough good things about it.
  Now to the business of making it even more mindblowing.

  I tried uploading my video to YouTube.  Here is the terminal output:

  
  on_tlbMakeMovie_clicked called with self.GtkToolButton
  on_cboExportType_changed
  on_cboUploadServices_changed
  on_cboProjectType_changed
  on_cboExportTo_changed
  on_cboProjectType_changed
  on_btnExportVideo_clicked
  NEW SDL CONSUMER
  GenerateXML for an Effect
  on_frmExportVideo_destroy
  NEW SDL CONSUMER
  GenerateXML for an Effect
  on_frmMain_key_press_event
  on_tlbMakeMovie_clicked called with self.GtkToolButton
  on_cboExportType_changed
  on_cboUploadServices_changed
  on_cboProjectType_changed
  on_cboExportTo_changed
  on_cboExportType_changed
  on_cboProjectType_changed
  on_btnExportVideo_clicked
  NEW SDL CONSUMER
  GenerateXML for an Effect
  on_frmExportVideo_destroy
  NEW SDL CONSUMER
  GenerateXML for an Effect
  on_cboUploadService_changed
  on_btnUpload_clicked
  form is valid!
  Traceback (most recent call last):
    File "/usr/lib/pymodules/python2.6/openshot/windows/UploadVideo.py", line 159, in on_btnUpload_clicked
      status = service.start_upload(self)
    File "/usr/lib/pymodules/python2.6/openshot/uploads/manager.py", line 145, in start_upload
      import gdata.youtube.client
  ImportError: No module named client
  on_btnUpload_clicked
  form is valid!

  I hope this helps.





References