similar to: 4.10.0, python3 and Debian 8.11

Displaying 20 results from an estimated 4000 matches similar to: "4.10.0, python3 and Debian 8.11"

2019 Mar 19
0
4.10.0, python3 and Debian 8.11
On Tue, 2019-03-19 at 21:35 +0000, Jonathan Hunter via samba wrote: > Hi, > > First of all - thanks very much to the team for the work that has gone > into 4.10.0, I have downloaded it and am looking forward to upgrading > :) > > I decided to try and use Python3 with my 4.10.0 upgrade, given the > comments in the release notes; but I have some newbie questions that >
2011 Jan 11
1
Samba4 with python2.7 and python3
Hi all, Arch Linux (a rolling release distro) has updated to python3 a while back. python2 is still installed in parallel, but part of the ramifications of this move is the following:-0 1. /usr/bin/python points to /usr/bin/python3 instead of /usr/bin/python2 2. /usr/bin/python-config points to /usr/bin/python3-config instead of /usr/bin/python2-config I'm having problems with make for
2017 Jun 15
2
epel python3 gi
On Thu, 15 Jun 2017, Andreas Benzler wrote: > pygtk2-2.24.0-9.el7.x86_64 > pygtk2-libglade-2.24.0-9.el7.x86_64 > pygpgme-0.3-9.el7.x86_64 > pygobject3-3.14.0-3.el7.x86_64 > pygobject3-base-3.14.0-3.el7.x86_64 > pygobject2-2.28.6-11.el7.x86_64 > [andy at localhost ~]$ rpm -qa | grep python3 > python34-dbus-1.2.4-2.el7.x86_64 > python34-libs-3.4.5-4.el7.x86_64 >
2016 Mar 10
2
Openshot 2.x (beta) on C7??
On Thu, Mar 10, 2016 at 10:27:07AM -0800, Akemi Yagi wrote: > On Thu, Mar 10, 2016 at 10:07 AM, Fred Smith <fredex at fcshome.stoneham.ma.us> > wrote: > > > I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. > > Openshot requires Python3. > > > > so I look at available packages where I find a bunchof python3 packages > > as well
2017 Jun 15
0
epel python3 gi
Thanks jh, in the meanwhile i found out that is use python2, still search for python34 gi module Sincerely Andy Am Donnerstag, den 15.06.2017, 11:49 +0100 schrieb John Hodrien: > On Thu, 15 Jun 2017, Andreas Benzler wrote: > > > pygtk2-2.24.0-9.el7.x86_64 > > pygtk2-libglade-2.24.0-9.el7.x86_64 > > pygpgme-0.3-9.el7.x86_64 > > pygobject3-3.14.0-3.el7.x86_64 >
2017 Jun 15
2
epel python3 gi
Hello Everyone, don't know how to fix this: [andy at localhost snappergui]$ sudo python3 ./__init__.py [sudo] password for andy: Traceback (most recent call last): File "./__init__.py", line 3, in <module> import gi ImportError: No module named 'gi' [andy at localhost snappergui]$ python ./__init__.py [andy at localhost snappergui]$ sudo python ./__init__.py
2017 Jun 15
0
epel python3 gi
pygtk2-2.24.0-9.el7.x86_64 pygtk2-libglade-2.24.0-9.el7.x86_64 pygpgme-0.3-9.el7.x86_64 pygobject3-3.14.0-3.el7.x86_64 pygobject3-base-3.14.0-3.el7.x86_64 pygobject2-2.28.6-11.el7.x86_64 [andy at localhost ~]$ rpm -qa | grep python3 python34-dbus-1.2.4-2.el7.x86_64 python34-libs-3.4.5-4.el7.x86_64 python34-3.4.5-4.el7.x86_64 Installed...
2016 Mar 10
4
Openshot 2.x (beta) on C7??
I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. Openshot requires Python3. so I look at available packages where I find a bunchof python3 packages as well as python34 packages. I'm assuming that python34 is version 3.4 of python, while python3 is some other 3.x version. Can anyone here explain to me what are the differences, any compatibility across these
2019 Apr 21
4
compile samba 4.10.2 centos 7.6
Hi Nico, I've understood about use export PYTHON=python3.4 in /etc/profile. The host that I've done it is in my test environment. I have only question about this: after samba 4.10.2 installed, it ever never need use python3 to do anything about samba? PS1: In my environment, the host run only Samba (samba and bind) service. I disagree about use python 3.6 instead python 3.4, though. In
2019 May 13
3
python3
Hi List I want to install samba 4.10.2 on centos. but after run the ./configure command show "/usr/bin/env: python3: no such file or directory" how to fix this problem, my friends. tanks.
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi, I managed to compile 4.10.0 under CentOS 7.6. I did the following: - update the yum package repository cache: sudo yum makecache - install yum-utils: sudo yum install yum-utils - add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm - update the yum package repository cache again: sudo yum makecache - install Python 3.6 including PIP: sudo yum
2019 Apr 11
3
compile samba 4.10.2 centos 7.6
On Thu, Apr 11, 2019 at 8:43 AM Gabriel O. Franca via samba <samba at lists.samba.org> wrote: > > Good morning people, > > I am opening my lab with version 4.10.2 in centos 7.6. > I'm trying to compile using python3 without success. > Has anyone managed to compile using python3 in the centos 7.6 that might > give way to the stones? > Here is the error message
2019 Mar 21
4
About compile samba 4.10
Hi, After configure samba 4.10 make [1932/4136] Linking bin/default /sources4/lib/messaging/libMESSAGING-samab4.so sources4/lib/messaging/messaging.c.4.o: En la funcion imessaging_init sources4/lib/messaging/messaging.c.544 referencia a imessaging_register_extra_handler no define Build failed TASK in messaging failed with status 1 (run with -v to display more information ) I don't know
2019 Mar 30
1
Attempts to Set Max Password Age in Samba Tool Fails
From: Rowland Penny via samba <samba at lists.samba.org> To: "samba at lists.samba.org" <samba at lists.samba.org> Sent: 3/29/2019 5:35 PM Subject: Re: [Samba] Attempts to Set Max Password Age in Samba Tool Fails On Fri, 29 Mar 2019 16:46:13 -0500 Matthew Delfino <mdelfino.list.samba at knockinc.com> wrote: > Hey Rowland, thank you for getting
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
Hi Gabriel, I've compiled Samba 4.10.2 on CentOS 7 successfully. I've read the wiki that 4.10.2 version is full compatible with python 3, specifically python 3.4. Then I've install, use the yum command, the package python34-devel and I've added an environment variable at /etc/profile with export PYTHON=python3.4. Thus, I've run ./configure, make and make install with no
2016 Mar 10
0
Openshot 2.x (beta) on C7??
On Thu, Mar 10, 2016 at 01:52:43PM -0500, Fred Smith wrote: > On Thu, Mar 10, 2016 at 10:27:07AM -0800, Akemi Yagi wrote: > > On Thu, Mar 10, 2016 at 10:07 AM, Fred Smith <fredex at fcshome.stoneham.ma.us> > > wrote: > > > > > I'm interested in trying out the new OpenShot beta (2.06) on CentOS 7. > > > Openshot requires Python3. > > > >
2019 Mar 30
3
Attempts to Set Max Password Age in Samba Tool Fails
Hey Rowland, Thanks for getting back to me. I just finished my recompile. I even ran a "samba-tool dbcheck --fix". I still I get this error: samba-tool domain passwordsettings set --max-pwd-age=270 ERROR(<class 'TypeError'>): uncaught exception - unorderable types: NoneType() >= int()   File "/usr/lib/python3/dist-packages/samba/netcmd/__init__.py", line
2019 Mar 20
2
build problem with 4.10.0
Hi I want to build samba-4.10.0 for SUSE openLeap 15.1. Config and make works fine but make install sucks: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-cachedir=/var/lib/samba --with-lockdir=/var/lib/samba/lock --with-logfilebase=/var/log/samba --with-modulesdir=/usr/lib64/samba --disable-rpath --disable-rpath-install
2017 Mar 24
4
Python 3.x on Centos 7
> # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? On Thu, Mar 23, 2017 at 6:27 PM, Christian, Mark <mark.christian at intel.com> wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: >> Is there a way to install Python 3.x on Centos 7.x without breaking >>
2019 Apr 05
1
Issues when updating CentOS 7
Hi all, I wanted to update my CentOS 7 install this morning and I started getting the errors from below. Any ideas on a fix? They seem to be related to cinnamon which I actually don't use at all (the machine was prepared by our IT at work and they install both Gnome and Cinnamon by default). Since I don't use it, I guess an option would be to remove it altogether and then I will