You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on mac trying to switch a project over to pipenv, it requires an older version of wxpython (2.8.12.1)
When running it says it needs to be run with pythonw instead of python but it doesn't appear that pipenv copies / creates pythonw binary in the
$ which python
/Users/paul/.local/share/virtualenvs/python-Uwh_RfUa/bin/python
$ which pythonw
/Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw
Expected result
run pythonw through pipenv
Actual result
$ python main.py
This program needs access to the screen.
Please run with 'pythonw', not 'python', and only when you are logged
in on the main display of your Mac.
$ ls $(dirname `which python`)/pythonw
ls: /Users/paul/.local/share/virtualenvs/python-Uwh_RfUa/bin/pythonw: No such file or directory
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
Issue description
I'm on mac trying to switch a project over to pipenv, it requires an older version of wxpython (2.8.12.1)
When running it says it needs to be run with pythonw instead of python but it doesn't appear that pipenv copies / creates pythonw binary in the
Expected result
run pythonw through pipenv
Actual result
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/Users/paul/Library/Python/2.7/lib/python/site-packages/pipenv'
Python location:
'/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python'
Python installations found:
2.7.10
:/usr/bin/python
2.7.10
:/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
2.7.14
:/Users/paul/.local/share/virtualenvs/python-Uwh_RfUa/bin/python
2.6.9
:/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
2.7.10
:/usr/bin/pythonw
3.7.1
:/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/bin/python3.7
2.7.14
:/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
3.7.1
:/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/bin/python3.7m
PEP 508 Information:
System environment variables:
TERM_PROGRAM_VERSION
LOGNAME
USER
XPC_SERVICE_NAME
ANDROID_HOME
PATH
PS1
DISPLAY
TERM_PROGRAM
LANG
TERM
SHELL
SHLVL
XPC_FLAGS
RBENV_SHELL
_
HOME
PIPENV_ACTIVE
TERM_SESSION_ID
SSH_AUTH_SOCK
PYTHONPATH
ANDROID_SDK_ROOT
VIRTUAL_ENV
Apple_PubSub_Socket_Render
PYTHONDONTWRITEBYTECODE
PIP_PYTHON_PATH
TMPDIR
__CF_USER_TEXT_ENCODING
PWD
PIP_SHIMS_BASE_MODULE
Pipenv–specific environment variables:
PIPENV_ACTIVE
:1
Debug–specific environment variables:
PATH
:/Users/paul/.local/share/virtualenvs/python-Uwh_RfUa/bin:/Users/paul/.rbenv/shims:/Users/paul/.rbenv/bin:/usr/local/opt/openssl/bin:/Users/paul/google-cloud-sdk/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/opt/gettext/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:~/Library/Python/2.7/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/paul/Developer/android-sdk-macosx-25-2-0/tools:/Users/paul/Developer/android-sdk-macosx-25-2-0/platform-tools:~/Source/scripts
SHELL
:/bin/bash
LANG
:en_GB.UTF-8
PWD
:/Users/paul/Source/backup/python
VIRTUAL_ENV
:/Users/paul/.local/share/virtualenvs/python-Uwh_RfUa
Contents of
Pipfile
('/Users/paul/Source/backup/python/Pipfile'):Contents of
Pipfile.lock
('/Users/paul/Source/backup/python/Pipfile.lock'):The text was updated successfully, but these errors were encountered: