Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Unable to run pycallgraph in windows 7 #155

Open
chfakht opened this issue Feb 9, 2016 · 1 comment
Open

Unable to run pycallgraph in windows 7 #155

chfakht opened this issue Feb 9, 2016 · 1 comment

Comments

@chfakht
Copy link

chfakht commented Feb 9, 2016

I'm using windows 7 , with python 2.7 and pip 8.0.2

i have installed pyCallGraph for python using pip in cygwin

pip install pycallgraph
When trying to execute it :

$ pycallgraph graphviz -- ../main.py
    C:\python27\python.exe: can't open file '/cygdrive/c/Python27/Scripts/pycallgraph': [Errno 2] No such file or directory

That's weird because pycallgraph is present in the Script folder and i'm executing the commanf from the same folder

If i ran the command for the second time :

$ pip install pycallgraph
Requirement already satisfied (use --upgrade to upgrade): pycallgraph in c:\python27\lib\site-packages

I'm new to python , any help will be appreciated , thanks

@avishapiro
Copy link

This comment for another issue #119 helped me:
#119 (comment)

ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
…nsole-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
…nsole-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
ankostis added a commit to ankostis/pycallgraph that referenced this issue Jun 8, 2018
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants