Hi,
When I shutdown my Redhat linux 7.3 system it prompts me
"crash in python /usr/bin/python fatal error
segmentation fault
submit a bug report"
I am not running any python scripts.
Can any body help me how to fix this problem.
thanks in advance
surya
Hi,
I had a problem when I am closing the my redhat 7.3 system.
It prompts me
a crash in python.
/usr/bin/python
fatal error.
can any body help me in fixing this problem.
Thanks in advance
regards
1surya
Hi,
I installed netscape7.3 on my Redhat linux 7.3 system.
I observed that there are three scrollkeeper-tempfiles in my /tmp directory.
the first day three of them are rw_r__r__ permissions.
the next day the third file scrollkeeper-tempfile0.2 permissions have changed to
rwx_r__r__.
I wonder why...
Hi There,
I wrote a script which plots data as a barchart at the gnuplot terminal on redhat linux 7.3
the command I use to plot at the gnuplot terminal is
>load "script Name"
when I call at the gnuplot terminal it works fine and gives a neat chart.
The problem is when I am calling...
Hi,
I would like to install graphics library of perl.
I am a bit confused with gd module and GD module
can any body clarify me the differnce and what module I should install for perl graphics library.
If I go through rpm do i need to install any other supporting libraries.
thanks in advance
surya
Hi
I want to represent my data as x,y graph.
I have two types of data
phi angle and psi angle.phi shoud be on x axis and psi should be on y axis.these data should be automatically load in to the graph .Earlier I used GTKgraph on Mandrake linux.Now my system crashed and I am looking for any soft...
I download Net::FTP module of perl and its working fine
i wrote a program called ftpfile is as follws
#! /usr/bin/perl -w
#ftpfile [servername] [directory] [filename]
use strict;
use Net::FTP;
my $hostname=" ";
my $directory= " ";
my $file_name= " ";
if(scalar...
Hi
I have data with 5000 x values and 5000 y values whose range lies between -180 to +180. I want to represent them in the form of a graph with x and y coordinates.
These data I got from the database through programming in perl.
I have gone through GTK graph but it was upto 999.
My OS is linux...
I have 100 amino acid residues which have phi and psi angle.These range from -180 to 180 degress.
I represented the frequencies of 100 residues in the form of a two dimentional array with the help of references.
I took a range of 10 degrees
like -180 t0 -170(total i have 36 for phi and 36 for...
Hi
I am trying to draw an image i using GD module of perl on linux.
I have installed GDmodule
lippng
Zlib
my code goes as follows
use strict;
use GD;
my $Im=new GD::Image(100,100);
my $white=$im->colorAllocate(255,255,255);
my $black=$im->colorAllocate(0,0,0);
my...
Hi
I am using perl
what My program does is it will take each line from a file and put it into an array variable. and from the array variable I am placing specific part in to another array.
the code is as follows
@output contains the part of the file I want.
foreach my $id(@output)
{...
I want to draw rectangles with different colors at different coordiantes using perl.
I downloaded gd graphicd library version 1.8.4
Png graphics library
Zlib compression library.
I installed all these modules.
when I am running my program I am getting an error that I have not installed GD::Image...
this is part of my code
I am taking the 3rd element from each line in a file by using foreach loop and I want to take the 2nd charecter from the scalar variable.But I am not abel to access the 2nd element. can any one help me.
@bhits=split(/ /,$line);
$res=$bhits[2];
$value=substr($res,1,1)...
hi
we have a local database which on quering gives the best hits for the amino acid resudues and phi and psi angles for the corresponding hit.
I want to take out all the phi and psi values for all the hits from the output and I want to represent them in the form of a chart with phi on x...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.