Re: [Pythoncad-developer] What is the Foundation class?
CAD Application entire developed in Python
Status: Beta
Brought to you by:
matteoboscolo
From: Matteo B. <mat...@bo...> - 2014-04-30 17:21:34
|
Il 30/04/2014 14:37, Larry Martin ha scritto: > Hi, thanks for posting great software! > > What is the Foundation class you are looking for? Running from source I > get this error: > > Traceback (most recent call last): > File "PythonCAD.py", line 45, in <module> > import PythonCAD.Interface.Cocoa.ImageDocument > File > "C:\GlueLogix\Tools\PythonCAD\pythoncad-code\PythonCAD\Interface\Cocoa\ImageDocument.py", > line 38, in <module> > import PythonCAD.Interface.Cocoa.Globals > File > "C:\GlueLogix\Tools\PythonCAD\pythoncad-code\PythonCAD\Interface\Cocoa\Globals.py", > line 23, in <module> > from Foundation import NSObject > > Google search turns up people with the same problem in other projects, > and the consensus of online experts is, find Foundation and load it :) > But I can't find it. Little help? > > Thanks, > Larry > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Pythoncad-developer mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncad-developer > Hi Larry, you are using a bad branch .. that one is no more developed .. switch to R38 regards, Matteo |