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
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
The text was updated successfully, but these errors were encountered:
From dreampie
From cmd
Note that dreampie is missing
site-packages
The text was updated successfully, but these errors were encountered: