Paste #6536 at spacepaste (original) (raw)

  1. C:\Python27>python pinax/scripts/pinax-boot.py d:\sosyal
  2. New python executable in d:\sosyal\Scripts\python.exe
  3. Traceback (most recent call last):
  4. File "d:\sosyal\lib\site.py", line 67, in <module>
  5. import os
  6. File "d:\sosyal\lib\os.py", line 398, in <module>
  7. import UserDict
  8. File "d:\sosyal\lib\UserDict.py", line 83, in <module>
  9. import _abcoll
  10. File "d:\sosyal\lib\_abcoll.py", line 11, in <module>
  11. from abc import ABCMeta, abstractmethod
  12. File "d:\sosyal\lib\abc.py", line 8, in <module>
  13. from _weakrefset import WeakSet
  14. ImportError: No module named _weakrefset
  15. ERROR: The executable d:\sosyal\Scripts\python.exe is not functioning
  16. ERROR: It thinks sys.prefix is 'c:\\python27' (should be 'd:\\sosyal')
  17. ERROR: virtualenv is not compatible with this system or executable
  18. Note: some Windows users have reported this error when they installed Python for "Only this user". The problem may be resolvable if you install Python "For all
  19. t/virtualenv/+bug/352844)