Menu

#29 [R38] ImportError: cannot import name CCircle

closed-rejected
Bug (25)
5
2010-04-18
2010-04-16
Stemby
No

$ ./PythonCad.py
Traceback (most recent call last):
File "./PythonCad.py", line 57, in <module>
from PythonCAD.Interface.Gtk import gtkinit
File "/home/carlo/pythoncad/PythonCAD/Interface/Gtk/gtkinit.py", line 51, in <module>
from PythonCAD.Interface.Gtk.gtkimage import GTKImage
File "/home/carlo/pythoncad/PythonCAD/Interface/Gtk/gtkimage.py", line 51, in <module>
from PythonCAD.Interface.Menu.menubar import IMenuBar
File "/home/carlo/pythoncad/PythonCAD/Interface/Menu/menubar.py", line 63, in <module>
from PythonCAD.Interface.Menu.drawmenu import IDrawMenu
File "/home/carlo/pythoncad/PythonCAD/Interface/Menu/drawmenu.py", line 48, in <module>
import PythonCAD.Interface.Command as cmd
File "/home/carlo/pythoncad/PythonCAD/Interface/Command/__init__.py", line 31, in <module>
from cmdCTangTwoCircle import *
File "/home/carlo/pythoncad/PythonCAD/Interface/Command/cmdCTangTwoCircle.py", line 34, in <module>
from PythonCAD.Generic import CCircle,Circle,Arc,Point,ACLine
ImportError: cannot import name CCircle

Discussion

  • Matteo Boscolo

    Matteo Boscolo - 2010-04-18
    • labels: --> Bug
    • assigned_to: nobody --> matteoboscolo
    • status: open --> closed-rejected
     
  • Matteo Boscolo

    Matteo Boscolo - 2010-04-18

    Actually the R38 Version is under deep restructure.
    I have added a deprecated exception at those file ..

    Please use the the ./PythonCAD/test_kernel.py for a tast based interface(No drawing interface)
    or the ./PythonCAD/pythoncad_qt.py to test the new user interface ..

    For any problem under the R38 please have a look at the pythoncad-developer mailing list for any up to date infos

     
MongoDB Logo MongoDB