From 64a20a83ccf14c5eea43b0f5b0f5191db014c022 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 9 Jan 2016 21:21:17 +0100 Subject: [PATCH] + PrintError is not part of FreeCAD but FreeCAD.Console --- src/App/FreeCADInit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'