I try to use python3, but it doesn't working.
I can't understand why if I use my modeller module file in python command prompt, it works. If I use the function in a script, not.
In attached file there is the main file (from_fasta_to_best_coverage.py) from which I call the module function (model.py). The file called 'down_fasta_if_not_PDB' is used in the first part of main file and It works
To test it, I use the uniprot code P02489.
Please, help me
Andrea
On 12/01/18 20:08, Téletchéa Stéphane wrote: > Le 12/01/2018 à 17:34, Andrea Spinelli a écrit : >> The error appears only when I try to use the script function >> encapsulated in a module file, calling it the function from another >> python file. >> >> Andrea > > Dear Andrea, > > The very same python version (not 2 in one case and 3 in the other ?). > Pay attention to encoding, dashes for instance are sometimes > misinterpreted and not handled properly in python2... > > Best, > > Stéphane >