Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-25 Thread Smith, Justin
2:39 PM To: Gwyddion use discussion Subject: Re: [Gwyddion-users] Python error when trying to build from source with pygwy support On Fri, Oct 25, 2024 at 04:42:21PM +, Smith, Justin wrote: > OK, so I have installed VirtualBox on an Intel Mac (if you think this is a > problem I can altern

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-25 Thread Yeti
On Fri, Oct 25, 2024 at 04:42:21PM +, Smith, Justin wrote: > OK, so I have installed VirtualBox on an Intel Mac (if you think this is a > problem I can alternatively make the virtual machine on my Ubuntu computer) > and > installed Fedora 40 as a virtual machine. Within the virtual machine, I

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-25 Thread Smith, Justin
and executing it a second time gives only the second traceback/error message. What am I doing wrong here? From: Smith, Justin Date: Wednesday, October 23, 2024 at 7:11 AM To: Gwyddion use discussion Subject: Re: [Gwyddion-users] Python error when trying to build from source with pygwy support A

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-23 Thread Smith, Justin
: [Gwyddion-users] Python error when trying to build from source with pygwy support On Mon, Oct 21, 2024 at 05:18:04PM +, Smith, Justin wrote: > When I used `ldd /lib/x86_64-linux-gnu/libgtkglext-x11-1.0.so.0`, all > but two lines of the output were analogous/seemingly correct Yes, it lo

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-23 Thread Yeti
On Mon, Oct 21, 2024 at 05:18:04PM +, Smith, Justin wrote: > When I used `ldd /lib/x86_64-linux-gnu/libgtkglext-x11-1.0.so.0`, all > but two lines of the output were analogous/seemingly correct Yes, it looks OK. There are no unresolved libraries. > When I run `LD_PRELOAD=/lib/x86_64-linux-gn

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-21 Thread Smith, Justin
rectory ImportError: could not import gtk From: David Nečas (Yeti) Sent: Friday, October 18, 2024 4:02 AM To: Gwyddion use discussion Subject: Re: [Gwyddion-users] Python error when trying to build from source with pygwy support On Thu, Oct 17, 2024 at 09:34:

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-18 Thread Yeti
On Thu, Oct 17, 2024 at 09:34:46PM +, Smith, Justin wrote: > ...and in this case I also have to build the libpng15 from source for the > virtual environment. After doing that, I can access the Pygwy Console, and I > can import gwyutils without an immediate error. However, when I try to use gwy

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-17 Thread Smith, Justin
nu/libgtkglext-x11-1.0.so.0: undefined symbol: gtk_widget_get_realized I really appreciate your help on this! From: David Nečas (Yeti) Sent: Thursday, October 17, 2024 10:50 AM To: Gwyddion use discussion Subject: Re: [Gwyddion-users] Python error when trying to build from

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-17 Thread Yeti
On Sun, Oct 13, 2024 at 08:41:02PM +0200, David Nečas (Yeti) wrote: > We probably need at least a configure option to disable the old plugin > stuff. We kind of already had one, --disable-plugin-proxy. But it was only disabling the mechanism itself; the various support files were still installed.

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-17 Thread Yeti
On Wed, Oct 16, 2024 at 08:39:30PM +, Smith, Justin wrote: > Traceback (most recent call last): > File "", line 1, in > ImportError: could not import gobject (error was: 'No module named gobject') > > This made me think that something is missing from some environment variable > because it c

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-16 Thread Smith, Justin
/jds/miniconda3/envs/gwyd/share:$XDG_DATA_HOME" $ conda env config vars set XDG_DATA_DIRS="/home/jds/miniconda3/envs/gwyd/share:$XDG_DATA_DIRS" $ conda env config vars set LD_LIBRARY_PATH=/home/jds/miniconda3/envs/gwyd/lib/gwyddion/modules What should I do? From: Davi

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-13 Thread Yeti
On Sun, Oct 13, 2024 at 04:01:25PM +, Smith, Justin wrote: > Thank you! We are definitely closer now, but something is still not quite > right. With `make install SUBDIRS=...`, I still run into an error as it (I > think) tries to find these subdirectories a second time (this time within the > m

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-13 Thread Smith, Justin
r 1 make[1]: Leaving directory '/home/jds/Desktop/gwyd/gwyddion-2.66/modules' make: *** [Makefile:631: install-recursive] Error 1 From: David Nečas (Yeti) Sent: Sunday, October 13, 2024 4:06 AM To: Gwyddion use discussion Subject: Re: [Gwyddion-users] Pyt

Re: [Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-13 Thread Yeti
On Sat, Oct 12, 2024 at 04:27:01PM +, Smith, Justin wrote: > make[2]: Entering directory '/home/jds/Desktop/gwyd/gwyddion-2.66/python' > make[2]: Nothing to be done for 'install-exec-am'. > /usr/bin/mkdir -p '/home/jds/miniconda3/envs/gwyd/lib/gwyddion/python/ > Gwyddion' > /usr/bin/install -

[Gwyddion-users] Python error when trying to build from source with pygwy support

2024-10-12 Thread Smith, Justin
Hi, I'm attempting to install Gwyddion on Ubuntu with pygwy support, so I am installing from source rather than just using the apt-installed package. I set up a virtual environment with miniconda, and I was able to find package versions that seemingly aligned with python 2.7; i.e., I created th