Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python installed package not visable #104

Closed
archlight opened this issue May 15, 2014 · 5 comments
Closed

python installed package not visable #104

archlight opened this issue May 15, 2014 · 5 comments

Comments

@archlight
Copy link

it is great tool with nice features. I tried to run python scripts but get modules not found. do i need to reconfigure pythonpath in /cygdrive/c way? cygwin can run python with windows environment variables. something i did wrong?

also occasionally tab auto complete freeze terminal. Thanks

@tombujok
Copy link
Contributor

You would have to do some research and try to fix it by yourself. Fix appreciated. I guess, if you installed python using pact everything would have worked smoothly - it's the cygwin vs. windows problem.

@13rac1
Copy link

13rac1 commented Sep 10, 2014

I've run into the same issue. Setting PYTHONPATH fixes it... or at least pushes this issue along. There is still a fight going on between the Windows and cygwin versions of Python

{ ~ }  » python
ImportError: No module named site
{ ~ }  » export PYTHONPATH=/lib/python2.7
{ ~ }  » python
Python 2.7.8 (default, Jul 28 2014, 01:34:03)
[GCC 4.8.3] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
{ ~ }  »

@tombujok tombujok removed the feedback label Feb 4, 2015
@tombujok
Copy link
Contributor

tombujok commented Feb 4, 2015

Moved to FAQ

@tombujok tombujok closed this as completed Feb 4, 2015
@13rac1
Copy link

13rac1 commented Feb 4, 2015

Can you add a link to the FAQ where this is covered? Thanks

@tombujok
Copy link
Contributor

tombujok commented Feb 4, 2015

New FAQ will be regenerated and deployed soon by @jlupi
On Feb 4, 2015 8:38 PM, "Brad Erickson" notifications@github.com wrote:

Can you add a link to the FAQ where this is covered? Thanks


Reply to this email directly or view it on GitHub
#104 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants