Yes, i thought that too, i did that because i had the script saved in an email, because one of the guys helped me to create it... so the script was always the same, so i thought that the problem could be in the file itself, or in the sintax of the python script due to spaces or copying problems.
2010/2/22 Mark Wendt (Contractor) <[email protected]> > Leonardo, > > What had me thinking in that direction is that you created a > new file, dumped your code into it, and now it works. That takes > away problems with the Python software and other things, and tends to > point towards the original file. > > Mark > > At 10:33 AM 2/22/2010, you wrote: > >Mark, didn't do that with the file, but i'll read more about the matter, > >since i'm not an expert with linux. > > > >Thanks for the help. > > > >2010/2/22 Mark Wendt (Contractor) <[email protected]> > > > > > With Linux, problems with files not executing are either ownership or > > > privilege related. Before you created the new text file did you do > > > an "ls -alF" on the file? Typically, you will see a 755 or > > > -rwxr-xr-x for the privileges and if the executable file is your own, > > > you'll see your owner account and group - similar to this: > > > > > > [we...@c4iweb ~]$ ls -alF executable_file > > > -rwxr-xr-x 1 wendt wendt 202 Feb 22 10:09 executable_file* > > > > > > mark > > > > > > At 09:52 AM 2/22/2010, you wrote: > > > >Hello again, > > > > > > > >Well at last the script (same) worked, i don't know why, i only > created a > > > >new plain text file, and put the script in it, and worked. > > > > > > > >Could be an error with the tabulations or something, but i don't know > much > > > >about python. > > > > > > > >Anyway, thanks for your help and concern. > > > > > > > >Best regards. > > > > > > > >Leonardo. > > > > > > > > > > > > > > > >2010/2/22 acemi list <[email protected]> > > > > > > > > > Maybe it's related with your default python's version > > > > > > > > > > On 2/22/10, Jeff Epler <[email protected]> wrote: > > > > > > What happens (what error message do you get) when you type the > same > > > > > > command at the terminal window shell, instead of running it from > a > > > hal > > > > > > script or the halcmd prompt? > > > > > > > > > > > > Jeff > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Download Intel® Parallel Studio Eval > > > Try the new software tools for yourself. Speed compiling, find bugs > > > proactively, and fine-tune applications for parallel performance. > > > See why Intel Parallel Studio got high marks during beta. > > > http://p.sf.net/sfu/intel-sw-dev > > > _______________________________________________ > > > Emc-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/emc-users > > > > > >------------------------------------------------------------------------------ > >Download Intel® Parallel Studio Eval > >Try the new software tools for yourself. Speed compiling, find bugs > >proactively, and fine-tune applications for parallel performance. > >See why Intel Parallel Studio got high marks during beta. > >http://p.sf.net/sfu/intel-sw-dev > >_______________________________________________ > >Emc-users mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/emc-users > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
