i am trying to use FreeCAD under IPython and it seems to work only under ipython console but not when running with ipython qtconsole (0.13 and 0.14dev). The error comes when importing FreeCAD:
"While initializing FreeCAD the following exception occurred: '__import__ not found'
Please contact the application's support team for more information."
The same code / FreeCAD version imports correcty under ipython 0.12 (both under console and qt)
thanks
Code:
import sys;
sys.path.extend(['/usr/local/lib']);
import FreeCAD
OS: 3.5.0-23 Ubuntu x86_64
Ipython: IPython 0.14.dev (from git)
FreeCAD: FreeCAD 0.13, Libs: 0.13R1804 (Git)
sys, that's built in - try something liketokenize), before and after you get that error? – Thomas K Feb 16 at 0:18