Hello people.
After installing python 2.4.1 (previous version 2.3.4), and installing
pygtk 2.6.2, I get the following error message (almost with any program
I try to run):
ImportError: could not import atk
Trying to start PythonCAD, I also get:
Traceback (most recent call last):
File "/usr/local/bin/gtkpycad.py", line 52, in ?
from PythonCAD.Inter face.Gtk import gtkinit
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtkinit.py",
line 48, in ?
from PythonCAD.Inter face.Gtk import gtkimage
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtkimage.py",
line 36, in ?
from PythonCAD.Inter face.Gtk import gtklayers
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtklayers.py",
line 274, in ?
class LayerTreeModel( gtk.GenericTree Model):
AttributeError: 'module' object has no attribute 'GenericTreeMod el'
I suspect there is a problem with paths somewhere. Can someone help me
out here?
John
After installing python 2.4.1 (previous version 2.3.4), and installing
pygtk 2.6.2, I get the following error message (almost with any program
I try to run):
ImportError: could not import atk
Trying to start PythonCAD, I also get:
Traceback (most recent call last):
File "/usr/local/bin/gtkpycad.py", line 52, in ?
from PythonCAD.Inter face.Gtk import gtkinit
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtkinit.py",
line 48, in ?
from PythonCAD.Inter face.Gtk import gtkimage
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtkimage.py",
line 36, in ?
from PythonCAD.Inter face.Gtk import gtklayers
File
"/usr/lib/python2.4/site-packages/PythonCAD/Interface/Gtk/gtklayers.py",
line 274, in ?
class LayerTreeModel( gtk.GenericTree Model):
AttributeError: 'module' object has no attribute 'GenericTreeMod el'
I suspect there is a problem with paths somewhere. Can someone help me
out here?
John
Comment