Emile van Sebille wrote:
....wrong. I thought I should omit the comma and didn't put it. I guess
that stating the obvious should be the first attempt with beginners like
me. Thanks for thinking about it (it's running perfect now).
BK
Ben Keshet wrote:
>
>
At risk of stating the obvious, you _did_ put this in properly as
>
receptors = ['1AZM', '1ADS']
>
...right?
>
Emile
>Hi Pythoneers,
>>
>I have a question about a code I wrote with the help of someone. The
>code below copy a few lines from different files into one file. It
>works fine as it is given here and generates the new file
>'pockets.out ' correctly, but says:"....py returned exit code 0".
>However, if I add more values to 'receptor' (say, receptor = ['1AZM'
>'1ADS'])
>>
>I have a question about a code I wrote with the help of someone. The
>code below copy a few lines from different files into one file. It
>works fine as it is given here and generates the new file
>'pockets.out ' correctly, but says:"....py returned exit code 0".
>However, if I add more values to 'receptor' (say, receptor = ['1AZM'
>'1ADS'])
>
At risk of stating the obvious, you _did_ put this in properly as
>
receptors = ['1AZM', '1ADS']
>
...right?
>
Emile
that stating the obvious should be the first attempt with beginners like
me. Thanks for thinking about it (it's running perfect now).
BK
>
>
>
it gives an
>
No error
>
>
Error
>
--
>
>
>
it gives an
>error: "Exception raised while running script".
>>
>Can anyone please advice me? Why is it giving an error on multiple x
>but runs well with one (I made sure that all files and folders exist,
>etc.). What does exit code 0 mean?
>>
>Can anyone please advice me? Why is it giving an error on multiple x
>but runs well with one (I made sure that all files and folders exist,
>etc.). What does exit code 0 mean?
No error
>
>what does "exception raised" mean?
Error
>
--
>
Comment