I encountered the same problem when testing the alpha version but I forgot to report it here.
OpenShot's YouTube uploader needs Google Data Python client library 2.0.12 or later, but 'python-gdata' package in Ubuntu 10.10 provides the older version (2.0.8) so OpenShot includes gdata library as private modules. In this case, the public modules seem to take precedence over the private ones. Probably you can avoid this problem by removing 'python-gdata' package for the time being or installing the newer version from my PPA (https://launchpad.net/~irie/+archive/gdata). -- 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: New 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. _______________________________________________ Mailing list: https://launchpad.net/~openshot.developers Post to : [email protected] Unsubscribe : https://launchpad.net/~openshot.developers More help : https://help.launchpad.net/ListHelp

