2011-07-19 2 views
13

Wygląda na to, że najnowsza wersja dotyczy tylko wersji 2.6.Jak zainstalować heapy pod pythonem 2.7?

Mam do czynienia z ImportError: DLL load failed: The specified module could not be found. i nie mogłem znaleźć żadnego rozwiązania, każdy wie?

Czy istnieje inny profiler pamięci dostępny dla Pythona 2.7?

traceback błąd:

>>> import guppy 
>>> from guppy import hpy 
>>> h = hpy() 

Traceback (most recent call last): 
    File "<pyshell#3>", line 1, in <module> 
    h = hpy() 
    File "D:\program files\Python2.7\lib\site-packages\guppy\__init__.py", line 37, in hpy 
    return r.guppy.heapy.Use 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 45, in __getattr__ 
    return self._share.getattr(self, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 195, in getattr 
    d = self.getattr2(inter, cache, owner, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 213, in getattr2 
    x = self.getattr_package(inter, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 261, in getattr_package 
    x = self.makeModule(x, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 321, in makeModule 
    return Share(module, self, module.__name__, Clamp) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 184, in __init__ 
    getattr(inter, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 45, in __getattr__ 
    return self._share.getattr(self, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 195, in getattr 
    d = self.getattr2(inter, cache, owner, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 215, in getattr2 
    x = self.getattr3(inter, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 283, in getattr3 
    pa = getattr(pa, at) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 45, in __getattr__ 
    return self._share.getattr(self, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 195, in getattr 
    d = self.getattr2(inter, cache, owner, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 213, in getattr2 
    x = self.getattr_package(inter, name) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\etc\Glue.py", line 250, in getattr_package 
    x = __import__(self.makeName(name), globals(), locals()) 
    File "D:\program files\Python2.7\lib\site-packages\guppy\heapy\View.py", line 555, in <module> 
    prime_builtin_types() 
    File "D:\program files\Python2.7\lib\site-packages\guppy\heapy\View.py", line 538, in prime_builtin_types 
    import guppy.heapy.heapyc 
ImportError: DLL load failed: The specified module could not be found. 

Odpowiedz

15

Miałem ten sam błąd, gdy próbowałem uruchomić python z folderu, w którym znajdowały się pliki źródłowe Guppy. Ale z tego katalogu miałem problemy z tworzeniem hpy. Wreszcie mam heapy pracuje na python2.7 instalując go z bagażnika

pip install https://guppy-pe.svn.sourceforge.net/svnroot/guppy-pe/trunk/guppy 
0

Wygląda dll wymagane może być po prostu brakuje w katalogu - możesz spróbować kopiując go z katalogu 2.6 do odpowiedniej ścieżki. Bez gwarancji.

0
  1. Pobierz kod źródłowy ze https://pypi.python.org/pypi/guppy/0.1.10 (lub które kiedykolwiek wersja trzeba)
  2. Rozpakuj plik tar Tar zxf [Twoja Gupik plik tar]
  3. Przejdź do folderu: cd guppy- [wersja]
  4. Zwróć uwagę na plik setup.py. Uruchom setup: sudo python setup.py install

Guppy jest zainstalowany.