noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!
www.dreampie.org
GNU General Public License v3.0
235 stars 53 forks source link

Can't import pip in DreamPie in Python 3 #67

Closed nickjacobson closed 8 years ago

nickjacobson commented 8 years ago

What steps will reproduce the problem?

  1. import pip

What is the expected result? pip is imported

What happens instead? An exception is thrown: Traceback (most recent call last): File "<pyshell#5>", line 1, in import pip File "C:\python27\Lib\site-packages\pipinit.py", line 14, in from pip.utils import get_installed_distributions, get_prog File "C:\python27\Lib\site-packages\pip\utilsinit.py", line 23, in from pip.locations import ( File "C:\python27\Lib\site-packages\pip\locations.py", line 88, in bin_user = os.path.join(user_site, 'Scripts') File "C:\Python34\lib\ntpath.py", line 108, in join result_drive, result_path = splitdrive(path) File "C:\Python34\lib\ntpath.py", line 159, in splitdrive if len(p) > 1: TypeError: object of type 'NoneType' has no len()

Please provide any additional information below. To submit a screenshot, you can go to imgur.com, upload the image, and paste the URL.


Diagnostic information:

DreamPie version: 1.2.1 git commit: None from 2016/06/03 platform: Windows-2008ServerR2-6.1.7601-SP1 architecture: ('32bit', 'WindowsPE') python_version: 2.7.3 python_implementation: CPython executable: C:\Program Files (x86)\DreamPie\dreampie.exe subprocess executable: C:\Python34\python.exe subprocess description: Python 3.4.3 (default, Aug 21 2015, 11:25:47) [MSC v.1600 64 bit (AMD64)] on win32