vkondrat / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

Installing yappi on Windows/Python 2.6.1 #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unzip yappi 0.52
2. Try to install:  setup.py build install / setup.py build --compiler=msvc 
install
3.

What is the expected output? What do you see instead?
Yappi should install, but it doesn't seem to work.  Installation works with 
Mingw32, but when I try to import yappi, I get 'ImportError: DLL load failed: 
The specified procedure could not be found.', just as your README claims I 
might.  I cannot figure out how to install with msvc.  If I run either of these 
commands:

> setup.py build install
> setup.py build --compiler=msvc install

This is my output:

> setup.py build --compiler=msvc install
running build
running build_py
running build_ext
building '_yappi' extension
error: None

It does not compile anything, and my /yappi-0.52/build/ folder only has a 
single directory, 'lib.win32-2.6', with a copy of the yappi.py file and nothing 
else.

What version of the product are you using? On what operating system?
Win XP Pro, SP3
Python 2.6.1
yappi 0.52 (stable)

Please provide any additional information below.

Original issue reported on code.google.com by sotaka...@gmail.com on 23 Aug 2010 at 4:58

GoogleCodeExporter commented 8 years ago
I have Visual Studio 2005 installed, if that makes any difference.

Original comment by sotaka...@gmail.com on 23 Aug 2010 at 6:52

GoogleCodeExporter commented 8 years ago
I am really not sure what is happening there, from the cryptic fail message:
error: None
But, what I will suggest is to download Express 2008 compiler and try to 
compile with it. AFAIK, Python is being compiled with that...

Original comment by yakso...@gmail.com on 25 Aug 2010 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by sum...@gmail.com on 15 Dec 2010 at 10:13