gasp-dev team mailing list archive
-
gasp-dev team
-
Mailing list archive
-
Message #00082
[Question #81636]: Can't install GASP
New question #81636 on GASP Core:
https://answers.launchpad.net/gasp-core/+question/81636
This is the Traceback I get when I try to import GASP
IDLE 2.6.2
>>> import gasp
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import gasp
File "C:\Python26\lib\site-packages\gasp\__init__.py", line 15, in <module>
from api import *
File "C:\Python26\lib\site-packages\gasp\api.py", line 14, in <module>
import backend
File "C:\Python26\lib\site-packages\gasp\backend.py", line 20, in <module>
import gobject
File "C:\Python26\lib\site-packages\gtk-2.0\gobject\__init__.py", line 30, in <module>
from gobject.constants import *
File "C:\Python26\lib\site-packages\gtk-2.0\gobject\constants.py", line 22, in <module>
from _gobject import type_from_name
ImportError: DLL load failed: The specified module could not be found.
I get a different Traceback with Python 3.1:
Python 3.1.1 (r311:74483, Aug 17 2009, 17:02:12) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import gasp
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import gasp
File "C:\Python31\lib\site-packages\gasp\__init__.py", line 15, in <module>
from api import *
ImportError: No module named api
>>>
Any advice that you can offer would be greatly appreciated.
>>>
--
You received this question notification because you are a member of GASP
Development Team, which is an answer contact for GASP Core.