Re: Segmentation Fault using gdal with Python 3

2021-05-29 Thread George N. White III
On Fri, 28 May 2021 at 17:22, Clifford Snow wrote: > Thanks everyone for their suggestions. I believe my problem is that I've > installed postgis from the postgresql PGDG repository and it's conflicting > with the Fedora python gdal files. Not sure If I need to just use Fedora's > postgresql vers

Re: Segmentation Fault using gdal with Python 3

2021-05-28 Thread Clifford Snow
Thanks everyone for their suggestions. I believe my problem is that I've installed postgis from the postgresql PGDG repository and it's conflicting with the Fedora python gdal files. Not sure If I need to just use Fedora's postgresql version or if there is another workaround. On Fri, May 28, 2021

Re: Segmentation Fault using gdal with Python 3

2021-05-28 Thread George N. White III
On Thu, 27 May 2021 at 23:37, Clifford Snow wrote: > I'm getting a segmentation fault (core dump) when using the osgeo gdal > modules. Otherwise no problem. > > I'm looking for some suggestions on how to troubleshoot this. I can't even > seem to find the core dump file. > > For example, using the

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 14:10, Ed Greshko wrote: On 28/05/2021 14:07, Ed Greshko wrote: On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote:     On Thu, 27 May 2021, Clifford Snow wrote:     > I'm looking fo

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 14:07, Ed Greshko wrote: On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote:     On Thu, 27 May 2021, Clifford Snow wrote:     > I'm looking for some suggestions on how to troubleshoo

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote: On Thu, 27 May 2021, Clifford Snow wrote: > I'm looking for some suggestions on how to troubleshoot this. I can't even > seem to find

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > On Thu, 27 May 2021, Clifford Snow wrote: > > > I'm looking for some suggestions on how to troubleshoot this. I can't > even > > seem to find the core dump file. > > My guess is that there is not

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Michael Hennebry
On Thu, 27 May 2021, Clifford Snow wrote: I'm looking for some suggestions on how to troubleshoot this. I can't even seem to find the core dump file. My guess is that there is not one. ulimit -c will probably tell you the your cose size limit is zero. -- Michael henne...@web.cs.ndsu.nodak.e

Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
I'm getting a segmentation fault (core dump) when using the osgeo gdal modules. Otherwise no problem. I'm looking for some suggestions on how to troubleshoot this. I can't even seem to find the core dump file. For example, using the python interpreter with a simple program as: >>> from osgeo impo

Re: why no glade module for python 3?

2021-02-01 Thread doug . lindquist
I just spent months updating the Griffith movie/dvd manager from python2 to python3. the glade package was moved.  This is what you need now. import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk, Gdk On Mon, 1 Feb 2021 16:18:26 -0800 Paolo Galtieri wrote: Folks, for ye

Re: why no glade module for python 3?

2021-02-01 Thread George N. White III
On Mon, 1 Feb 2021 at 20:18, Paolo Galtieri wrote: > Folks, >for years I've been using sbackup for doing my backups. I've tried > others and none come close to being as easy to use as sbackup. > Unfortunately there doesn't seem to be any further development occurring > on it. It was written

why no glade module for python 3?

2021-02-01 Thread Paolo Galtieri
Folks,   for years I've been using sbackup for doing my backups.  I've tried others and none come close to being as easy to use as sbackup.  Unfortunately there doesn't seem to be any further development occurring on it. It was written originally to work with python2 and I have managed to get

Re: python 3 bindings for libgnome

2020-04-29 Thread Samuel Sieb
Is there a corresponding package for python 3?  I know python 2 is end of life, and I know I need to port sbackup to python 3 going forward, but I don't know what the python 3 equivalent to the gnome-python2-gnome package. With python 3 there isn't a special package for python. It uses t

python 3 bindings for libgnome

2020-04-29 Thread Paolo Galtieri
following: Traceback (most recent call last):   File "/usr/sbin/simple-backup-config", line 36, in     import gnome.ui ImportError: No module named gnome.ui In F30 this module is provided by the package gnome-python2-gnome-2.28.1-23.fc29.x86_64 Is there a corresponding package for python

Re: Python 3

2010-10-11 Thread Zoltan Hoppar
Thanks Todd. 2010/10/11 Todd Zullinger : > Zoltan Hoppar wrote: >> If I would like to run to learn python 3 code - is it possible to >> have it installed in fedora, or is it already both 2.6 and 3.1.2 are >> included? > > On Fedora >= 13, python3 is available and

Re: Python 3

2010-10-11 Thread Todd Zullinger
Zoltan Hoppar wrote: > If I would like to run to learn python 3 code - is it possible to > have it installed in fedora, or is it already both 2.6 and 3.1.2 are > included? On Fedora >= 13, python3 is available and provides the python-3.1.2. A number of additional modules are built for

Python 3

2010-10-11 Thread Zoltan Hoppar
Hi guys, If I would like to run to learn python 3 code - is it possible to have it installed in fedora, or is it already both 2.6 and 3.1.2 are included? Zoltan -- PGP:  06853DF7 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https