gasp-dev team mailing list archive
-
gasp-dev team
-
Mailing list archive
-
Message #00058
Re: [Question #78770]: Installation problem
Question #78770 on GASP changed:
https://answers.launchpad.net/gasp-code/+question/78770
Status: Open => Solved
kartal confirmed that the question is solved:
Hi
I tried the 0.3.1 installer and the installers of pygtk,cairo and pygobjects. After all the installation when I type import gasp int e command line I get this
E:\Python26\lib\site-packages\gasp-0.3.1-py2.6.egg\gasp\__init__.py in <module>()
12 # You should have received a copy of the GNU General Public License
13 # along with this program. If not, see
<http://www.gnu.org/licenses/>.
14
---> 15 from api import *
16 import color
E:\Python26\lib\site-packages\gasp-0.3.1-py2.6.egg\gasp\api.py in <module>()
12 # along with this program. If not, see <http://www.gnu.org/licenses/>.
13
---> 14 import backend
15 import math
16 import random
E:\Python26\lib\site-packages\gasp-0.3.1-py2.6.egg\gasp\backend.py in <module>()
18 import multiprocessing
19 import threading
---> 20 import gobject
21 import time
22 import gtk
E:\Python26\lib\site-packages\gtk-2.0\gobject\__init__.py in <module>()
28 pass
29
---> 30 from gobject.constants import *
31 from _gobject import *
32 _PyGObject_API = _gobject._PyGObject_API
E:\Python26\lib\site-packages\gtk-2.0\gobject\constants.py in <module>()
20 # USA
21
---> 22 from _gobject import type_from_name
23
24 # TYPE_INVALID defined in gobjectmodule.c
ImportError: DLL load failed: The specified procedure could not be found.
--
You received this question notification because you are a member of GASP
Development Team, which is an answer contact for GASP.