diff --git a/src/App/FreeCADInit.py b/src/App/FreeCADInit.py index e539e6252..7c212102c 100644 --- a/src/App/FreeCADInit.py +++ b/src/App/FreeCADInit.py @@ -38,7 +38,7 @@ def InitApplications(): try: import sys,os,traceback,cStringIO except ImportError: - FreeCAD.PrintError("\n\nSeems the python standard libs are not installed, bailing out!\n\n") + FreeCAD.Console.PrintError("\n\nSeems the python standard libs are not installed, bailing out!\n\n") raise # Checking on FreeCAD module path ++++++++++++++++++++++++++++++++++++++++++ ModDir = FreeCAD.getHomePath()+'Mod'