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

sys.path is odd #48

Open
ubershmekel opened this issue May 6, 2014 · 1 comment
Open

sys.path is odd #48

ubershmekel opened this issue May 6, 2014 · 1 comment

Comments

@ubershmekel
Copy link
Contributor

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

@bbayles
Copy link

bbayles commented May 6, 2014

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.

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

2 participants