python interpreter [SOLVED]
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
python interpreter [SOLVED]
I'm trying to install gtk-recordMyDesktop through SlackBuild package, but when I run. / Gtk-recordmydesktop.SlackBuild, an error occurs stating the following message:
checking for a Python interpreter with version >= 2.3... none
configure: error: no suitable Python interpreter found
How do I solve this?
checking for a Python interpreter with version >= 2.3... none
configure: error: no suitable Python interpreter found
How do I solve this?
Last edited by alexandre-samuel on 09 Apr 2014, 06:42, edited 1 time in total.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
Instala o python pelo usm
primeira opção
Code: Select all
root@porteus:/home/guest# usm -g python
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@Slaxmax
don't work!
2° option?
don't work!
2° option?
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
Why compile if you have package for download?
this command donwnload gtk-recordmydesktop and all dependencies
after go to /tmp/usm and install all packages downloaded.
Edit:
USM did not work right with this package.
gtk-recordmydesktop need python and pygtk
Install the module before http://ponce.cc/porteus/i486/current/mo ... inting.xzm
this module have python and others py packages.
Code: Select all
root@porteus:/home/guest# usm -g gtk-rec
after go to /tmp/usm and install all packages downloaded.
Edit:
USM did not work right with this package.
gtk-recordmydesktop need python and pygtk
Install the module before http://ponce.cc/porteus/i486/current/mo ... inting.xzm
this module have python and others py packages.
Last edited by Slaxmax on 08 Apr 2014, 23:12, edited 1 time in total.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: python interpreter
I use ffmpeg directly to record the desktop.
Code: Select all
#!/bin/bash
ffmpeg -f x11grab -s 1920x1080 -r 25 -i :0.0 -vcodec libx264 -preset medium -crf 22 -y /tmp/out.mp4
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@Slaxmax
I downloaded the package with the command: usm -g gtk-rec
and after i went /tmp/usm and installed the packages, but not working.
How do i do to install a module?
@brokenman
I did and a error has ocurred.
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 130 (MIT-SHM)
Minor opcode of failed request: 4 (X_ShmGetImage)
Serial number of failed request: 11
Current serial number in output stream: 11
I downloaded the package with the command: usm -g gtk-rec
and after i went /tmp/usm and installed the packages, but not working.
How do i do to install a module?
@brokenman
I did and a error has ocurred.
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 130 (MIT-SHM)
Minor opcode of failed request: 4 (X_ShmGetImage)
Serial number of failed request: 11
Current serial number in output stream: 11
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: python interpreter
You install modules by double clicking on them, or from terminal: activate /tmp/usm/gtk-*
For the above script to work you need ffmpeg. Post the output of: which ffmpeg
Install the ffpmeg package from here and it should work: http://www.slackware.com/~alien/slackbuilds/ffmpeg/
For the above script to work you need ffmpeg. Post the output of: which ffmpeg
Install the ffpmeg package from here and it should work: http://www.slackware.com/~alien/slackbuilds/ffmpeg/
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
see
before you need http://ponce.cc/porteus/i486/current/mo ... inting.xzm activated
after go to /tmp/usm and active gtk-recordmydesktop-0.3.8-i486-10sl.xzm
before you need http://ponce.cc/porteus/i486/current/mo ... inting.xzm activated
after go to /tmp/usm and active gtk-recordmydesktop-0.3.8-i486-10sl.xzm
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@brokenman
I did and an error occurs
ffmpeg: error while loading shared libraries: libopenjpeg.so.5: cannot open shared object file: No such file or directory
the output of: which ffmpeg is: /usr/bin/ffmpeg
@Slaxmax
I did and an error occurs
bash: /usr/bin/gtk-recordMyDesktop: /usr/bin/python: bad interpreter: No such file or directory
the output of: which ffmpeg is: /usr/bin/gtk-recordMyDesktop
I did and an error occurs
ffmpeg: error while loading shared libraries: libopenjpeg.so.5: cannot open shared object file: No such file or directory
the output of: which ffmpeg is: /usr/bin/ffmpeg
@Slaxmax
I did and an error occurs
bash: /usr/bin/gtk-recordMyDesktop: /usr/bin/python: bad interpreter: No such file or directory
the output of: which ffmpeg is: /usr/bin/gtk-recordMyDesktop
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
do you have porteus i486 or x86_64?
You need python and pygtk included in module printing
if i486
http://ponce.cc/porteus/i486/current/mo ... inting.xzm
if x86_64
http://ponce.cc/porteus/x86_64/current/ ... inting.xzm
You need python and pygtk included in module printing
if i486
http://ponce.cc/porteus/i486/current/mo ... inting.xzm
if x86_64
http://ponce.cc/porteus/x86_64/current/ ... inting.xzm
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@Slaxmax
My system is x86_64.
Downloaded for x86_64, and activated ando the same error occurs:
ffmpeg: error while loading shared libraries: libopenjpeg.so.5: cannot open shared object file: No such file or directory
My system is x86_64.
Downloaded for x86_64, and activated ando the same error occurs:
ffmpeg: error while loading shared libraries: libopenjpeg.so.5: cannot open shared object file: No such file or directory
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
alexandre-samuel wrote:@Slaxmax
My system is x86_64.
Downloaded for x86_64, and activated ando the same error occurs:
ffmpeg: error while loading shared libraries: libopenjpeg.so.5: cannot open shared object file: No such file or directory
in gtk-record show this error?
for me works fine.
What DE you have kde, xfce, lxde or RazorQt?
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@Slaxmax
RazorQt
RazorQt
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: python interpreter
try
and active all packages
Code: Select all
usm -d /var/log/packages/ffmpeg*
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- Black ninja
- Posts: 35
- Joined: 05 Apr 2014, 02:06
- Distribution: Porteus
- Location: Brazil
Re: python interpreter
@Slaxmax
root@porteus:/home/guest# usm -d /var/log/packages/ffmpeg*
Processing ffmpeg-2.1.3-x86_64-1sl
####################################
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffplay)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffserver)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffmpeg)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffprobe)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavformat.so.55.19.104)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavdevice.so.55.5.100)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavfilter.so.3.90.100)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavcodec.so.55.39.101)
####################################
Searching libopenjpeg.so.5: found 0 packages.
The following packages are ready to download:
Press [r] to remove packages, [q] to quit, or enter to start downloading.
root@porteus:/home/guest#
root@porteus:/home/guest# usm -d /var/log/packages/ffmpeg*
Processing ffmpeg-2.1.3-x86_64-1sl
####################################
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffplay)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffserver)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffmpeg)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/bin/ffprobe)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavformat.so.55.19.104)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavdevice.so.55.5.100)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavfilter.so.3.90.100)
libopenjpeg.so.5 => not found
Required by: ffmpeg-2.1.3-x86_64-1sl (/usr/lib64/libavcodec.so.55.39.101)
####################################
Searching libopenjpeg.so.5: found 0 packages.
The following packages are ready to download:
Press [r] to remove packages, [q] to quit, or enter to start downloading.
root@porteus:/home/guest#