On Friday 17 June 2011 02:18:06 Detlev Offenbach wrote: > On Donnerstag, 16. Juni 2011, Algis Kabaila wrote: > > Hi, > > > > Downloaded eric5-5.1.3 and installed with python3.2. I want to move my > > python scripts to python3 (python3.2 to be precise). Have PyQt4 latest > > stable version installed as well as QScintilla-gpl-2.5.1, all with > > python3.2. > > > > I am so glad that I can return to eric with python3.2 - a great IDE for > > Python and PyQt! > > > > I do experience one issue - on occasions eric comes up with an error > > message > > > > "Error python2 interpreter not configured". > > Can you describe the situation that message shows up? > As soon as a file is opened in the edit window, the debug kicks in. The bug symbol and the message appears near the shebang line. The shebang is
#!/usr/bin/env python3.2 or #!/usr/bin/env python3 I should also say here that initially the script may be written for python2 and the shebang may initially be #!/usr/bin/env python Initially the file has an "extension" of *.py. I have been changing it to *.py3 in an attempt to escape the error message. This seems to sometimes work, though not always. > > I do not understand why it should complain about python2, as I am using > > it for python3.2 only. Also, Python 2.7.1+ is installed on the same OS > > - kubuntu 11.04 "natty". > > > > Can I "configure python2" somehow and continue to use eric5 in peace? Can > > you help? > > You may configure this in the Configuration dialog, Debugger->Python page. Thanks for that - I will attempt to do something on that page. Thank you for your reply - it is helpful! OldAl. _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
