similar to: The problem of Python configuration for Tk

Displaying 20 results from an estimated 300 matches similar to: "The problem of Python configuration for Tk"

2013 Feb 05
1
pymol
Anyone familiar with pymol? We're getting an error I find references to from a few years ago when we try to run remotely on a headless server. I can run it fine on my machine (CentOS 6.3, NVidia video), and on another person's workstation remotely, with other make video, but the server's got a Matrox - which shouldn't matter, since I'm running this after ssh -Y. pymol yum
2009 Jan 31
2
[LLVMdev] -O4 -fvisibility=hidden
On Mon, Jan 26, 2009 at 09:57:28AM -0800, Devang Patel wrote: > Hi Jack, > > On Jan 25, 2009, at 10:00 AM, Jack Howarth wrote: > > > Doing that changes the error messages into a bus > > error on the darwin linker. > > > Pl. file bugzilla report (or radar) with a reproducible test case so > that we can investigate this linker crash. > > As you
2014 Sep 11
2
Installation of Xmgrace and pymol package
Dear Centos User I am trying to install package like 1) pymol 2 Xmgrace But unable install this package, showing this error. I search for this error in google, but the suggestions given there is not working for me. The same message showing for both software pakage. root at localhost tmp]# yum install grace Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile *
2009 Jan 25
2
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
I've had better luck compiling all of pymol 1.1r2 with -O4 on darwin9. Everythink links and there appears to be no regressions in the resulting code. I take it that LTO in llvm 2.5 is still limited to dead code elimination, correct? Will LTO ever be extended to inlining across files as well as constant-folding and global data allocation optimizations? Or does the reliance on gcc-4.2 as the
2018 May 05
1
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
------------------------------------------------------------------From:Duncan Murdoch <murdoch.duncan at gmail.com>Send Time:2018 May 4 (Fri) 17:24To:??? <sunyeping at aliyun.com>; David Winsemius <dwinsemius at comcast.net>Cc:R Help Mailing List <r-help at r-project.org>Subject:Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be
2018 May 05
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
On 05/05/2018 11:33 AM, ??? wrote: > > ------------------------------------------------------------------ > From:Duncan Murdoch <murdoch.duncan at gmail.com> > Send Time:2018 May 4 (Fri) 17:24 > To:??? <sunyeping at aliyun.com>; David Winsemius <dwinsemius at comcast.net> > Cc:R Help Mailing List <r-help at r-project.org> > Subject:Re: [R] why the
2009 Jan 25
0
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
Jack Howarth wrote: > I've had better luck compiling all of pymol 1.1r2 with > -O4 on darwin9. Everythink links and there appears to be > no regressions in the resulting code. I take it that LTO > in llvm 2.5 is still limited to dead code elimination, > correct? No. libLTO does the equivalent to opt -internalize -ipsccp -globalopt -constmerge -deadargelim -instcombine
2016 Sep 03
3
Network manager cannot connet to the Internet
Dear all, I find out of a sudden my?Network?manager cannot connect to the Internet. My OS is Centos 6.7, and the version of?Network?manager is Applet 0.8.1. When clinking the ?Network?manager icon at the upper right conner at the Desktop of my compuer, I can see in the?pop-up?manu that there are two network ?cards (Intel 82573E Gigabit Ethernet Controller (Copper) and Intel 82573L Gigabit Ethernet
2009 Jan 26
0
[LLVMdev] -O4 -fvisibility=hidden
Hi Jack, On Jan 25, 2009, at 10:00 AM, Jack Howarth wrote: > Doing that changes the error messages into a bus > error on the darwin linker. Pl. file bugzilla report (or radar) with a reproducible test case so that we can investigate this linker crash. As you know, one way to control symbol visibility is to use gcc's (inherited by llvm-gcc) visibility support. GCC supports, 1)
2018 May 04
3
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
------------------------------------------------------------------From:David Winsemius <dwinsemius at comcast.net>Send Time:2018 May 4 (Fri) 13:25To:??? <sunyeping at aliyun.com>Cc:R Help Mailing List <r-help at r-project.org>Subject:Re: [R] why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
2007 Nov 06
1
library(tcltk) fails
Dear list, I cannot load the tcltk library: > library(tcltk) Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories: /usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library ./tk8.4.16/library This probably means that tk wasn't
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
On Sun, Jan 25, 2009 at 11:38:48AM +0100, Jean-Daniel Dupas wrote: > > Le 25 janv. 09 à 06:01, Jack Howarth a écrit : > > > After trying the recommended use of -O4 -fvisibility=hidden to > > compile xplor-nih with full LTO optimizations, I discovered three > > symbols become undefined... > > > > llvm-gcc-4 -O4 -fvisibility=hidden -o xplor xplor.o \ >
2019 Jul 01
1
ASAN error with R-devel
I have an ASAN enabled version of R-devel on my test machine, and can get it to relably crash.? Here is the first part of the session: tmt-local2434% R --vanilla R Under development (unstable) (2019-06-28 r76752) -- "Unsuffered Consequences" Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under
2018 May 04
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
> On May 4, 2018, at 12:04 AM, sunyeping <sunyeping at aliyun.com> wrote: > > > ------------------------------------------------------------------ > From:David Winsemius <dwinsemius at comcast.net> > Send Time:2018 May 4 (Fri) 13:25 > To:??? <sunyeping at aliyun.com> > Cc:R Help Mailing List <r-help at r-project.org> > Subject:Re: [R] why the
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
Dear Simon, > On Jun 11, 2020, at 9:00 PM, Simon Urbanek <simon.urbanek at r-project.org> wrote: > > Wayne, > > that one is unrelated, but interesting - you can fix it with > > sudo install_name_tool -change \ > /usr/local/lib:/opt/X11/lib/libtk8.6.dylib \ > /usr/local/lib/libtk8.6.dylib \ > /usr/local/bin/wish8.6 > > There is a bug in tcltk with
2018 May 04
5
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
When I check the size of the plot region usingdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.333333 5.322917If I mean to produce a plot region with size setting bydev.new(length=3,width=3)a plot region is produced, but the size is [2.281250, 5.322917], as detected by the de.size function. If I type:dev.new(length=10,width=10)I get a plot region of with the
2020 Jun 12
3
tcltk image reading problem (on a mac?): [tcl] encountered an unsupported criticial chunk type "eXIf"
I don't know what has changed with Catalina But I just tried my tk console from the shell command tkcon And got the following error. Here is my shell: $ tkcon dyld: Library not loaded: /usr/local/lib:/opt/X11/lib/libtk8.6.dylib Referenced from: /usr/local/bin/wish Reason: image not found Abort trap: 6 I don't know whether this is a red herring or not, but the
2018 May 04
0
why the length and width of a plot region produced by the dev.new() function cannot be correctly set?
> On May 3, 2018, at 6:28 PM, sunyeping via R-help <r-help at r-project.org> wrote: > > When I check the size of the plot region usingdev.size("in")a new plot region is produced and in the Rconsole I get[1] 5.333333 5.322917 Your test is all mangleed together. You failed in your duty to read the list info and the Posting guide . NO HTML! > If I mean to produce a plot
2016 Sep 07
2
Building R under Linux - library dependencies
Hello and apologies if this doesn't belong here. I'm trying to build a "portable" version of R - "portable" means that it could be easily moved to another location or machine simply by copying it. However, I encountered a problem when running it elsewhere: it seems that versions of dynamic libraries used by R are fixed and set at the build time; when that instance of R
2015 Nov 05
2
Install R on Ubuntu with libcurl support
What do you have installed as far as libcurl goes? Would you mind listing your packages and greping for libcurl entries. Perhaps I need some libcurl debs installed when I install r-base? On Thu, Nov 5, 2015 at 11:34 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 5 November 2015 at 11:11, Michael Coyne wrote: > | Hello, > | > | I'm install R from a package off of