Closed GoogleCodeExporter closed 9 years ago
I reinstalled youtube-upload using 'python26'.
Seems that it will use python 2.6 now, yes?
>>>Now, how to get 'pycurl' to point to 'python-pycurl' as that is the CentOS
package name.
Here is the install flow using 'python26':
youtube-upload]# python26 setup.py install
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/bin/youtube-upload to 755
running install_egg_info
Removing /usr/lib/python2.6/site-packages/youtube_upload-0.7-py2.6.egg-info
Writing /usr/lib/python2.6/site-packages/youtube_upload-0.7-py2.6.egg-info
Original comment by brucewol...@gmail.com
on 27 Dec 2011 at 8:23
yes, it should work in any python 2.6. Does it work now?
Original comment by tokland
on 27 Dec 2011 at 1:37
Thanx. How can I tell if it is accessing 2.6? Is it coded to point to it if it
exists under 'python26'?
Also, what about 'pycurl' so I can get the progress bar working? In CentOS 5.5,
it's listed as 'python-pycurl' but I don't think it's compiled under that name.
In any case it is installed and is not being recognized.
Thanx for the quick reply.
Original comment by brucewol...@gmail.com
on 27 Dec 2011 at 7:13
to know what python are you using, youtube-upload points to /usr/bin/python2,
so: /usr/bin/python2 --version
pycurl: I have zero experience with CentOS. Check in google:
http://www.google.es/search?sourceid=chrome&ie=UTF-8&q=CentOS+pycurl
Original comment by tokland
on 27 Dec 2011 at 11:14
Original comment by tokland
on 13 May 2014 at 2:55
Original issue reported on code.google.com by
brucewol...@gmail.com
on 27 Dec 2011 at 7:58