The IPython console shows: Python 3.4.1 |Anaconda 2.0.0 (64-bit)| (default, May 19 2014, 13:02:30) [MSC v.1600 64 bit (AMD64)]
Because Python 3 was installed as an environment under Python 2.7 the directory structure looks as follows: For python 3.4.1 C:\Users\Joe\Anaconda\envs\py3k\Lib\site-packages\spyderlib\spyder.py C:\Users\Joe\Anaconda\envs\py3k\Lib\site-packages\spyderplugins\p_profiler.py C:\Users\Joe\Anaconda\envs\py3k\Lib\site-packages\spyderplugins\widgets\profilergui.py For python 2.7 C:\Users\Joe\Anaconda\Lib\site-packages\spyderlib\spyder.py C:\Users\Joe\Anaconda\Lib\site-packages\spyderplugins\p_profiler.py C:\Users\Joe\Anaconda\Lib\site-packages\spyderplugins\p_profiler.pyc C:\Users\Joe\Anaconda\Lib\site-packages\spyderplugins\widgets\profilergui.py Note the lack of a .pyc file under the py3k directory. Could it be that I am using the wrong copy of spyder.py? On Friday, August 8, 2014 4:31:53 PM UTC-5, Joe St Clair wrote: > > I am able to run my program from the profiler window and can stop it. But, > the profiler results panel remains blank. I see that there is a > profiler.results file in the .spyder2-py3 directory but the date on this > file is not current indicating that the profiler wrote something there at > one time but is no longer writing the file. I just updated to spyder > 2.3.0rc and before the update the profiler window was always gray. After > the update the window is always white. Results have never been displayed. > Any ideas on what I can do to get the profiler working? > > Environment: Novice python programmer running Spyder 2.3.0rc on Python > 3.4.1 64 bit Windows 7. Originally python 2.7 was installed using Anaconda. > Later Python 3 was installed as an environment under 2.7 using the conda > utility. Recently conda was used to update Spyder . > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
