noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!

Home Page:www.dreampie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sys.path is odd

ubershmekel opened this issue · comments

From dreampie

Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
DreamPie 1.2.1
>>> import sys
>>> sys.path
0: ['',
 'C:\\Program Files (x86)\\DreamPie\\data',
 'C:\\windows\\system32\\python33.zip',
 'C:\\Python33\\DLLs',
 'C:\\Python33\\lib',
 'C:\\Python33']
>>> 

From cmd

C:\Users\me>c:\python33\python
Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', 'C:\\windows\\system32\\python33.zip', 'c:\\python33\\DLLs', 'c:\\python33\
\lib', 'c:\\python33', 'c:\\python33\\lib\\site-packages']
>>>

Note that dreampie is missing site-packages

This was fixed in 1d1177b , yes? It is not in the Windows installer on dreampie.org, though.

You can edit the file as shown in the commit to fix the installer version.