phaplt / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

Spyder profiler plugin does not display profiling data #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open attached simple script with Spyder
2. hit F10 or manually select Run->Profile
3. Let the profiling run, see the plot window appear and disappear as it should.

What is the expected output? What do you see instead?

The profiler window should show a list of functions called and the time spent 
in each one. Instead it stays empty. Selecting "output" does pop up the window 
with the output if there are "print" calls.

What version of the product are you using? On what operating system?

Win 7 x64 Pro SP1. Winpython version 3.3.2.2 x64.

Original issue reported on code.google.com by VanBoxem...@gmail.com on 18 Sep 2013 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
This may or may not be relevant:
http://code.google.com/p/spyderlib/issues/detail?id=848

Original comment by VanBoxem...@gmail.com on 18 Sep 2013 at 8:19

GoogleCodeExporter commented 9 years ago
Same problem observed with the following configuration:
- Win XP 32bit - Home Edition - SP3
- Spyder2.3.0dev6
- Python 3.3.2 32bits, Qt 4.8.4, PyQt4 (API v2) 4.9.6 on Windows

IPython >=1.0   :  1.0.0 (OK)
matplotlib >=1.0:  1.3.0 (OK)
pep8 >=0.6      :  1.4.6 (OK)
pyflakes 0.4.2  :  0.7.3 (NOK)
pylint >=0.25   :  0.28.0 (OK)
rope >=0.9.2    :  0.9.4 (OK)
sphinx >=0.6.6  :  1.1.3 (OK)
sympy >=0.7.0   :  0.7.3 (OK)

Original comment by vaccari....@gmail.com on 5 Dec 2013 at 3:42

GoogleCodeExporter commented 9 years ago
Same problem observed with the following configuration:
- Win 7 Enterprise SP1
- Spyder 2.3.0beta2
- Python 3.3.3 64bits, Qt 4.8.4, PyQt4 ((API v2) 4.9.6 on Windows

Original comment by Nazgu...@gmail.com on 26 Jun 2014 at 1:12