- Points
- 7
- Digest
- 0
- R.P.
- 10
- Joined
- 2012-3-23
- Last visit
- 2012-3-24
- Posts
- 1

|
Hi,
I am having problem while installing papaya game engine.
When i run
./install.sh i receive following error message
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/cx_Freeze/initscripts/Console.py", line 9, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 398, in <module>
import UserDict
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 83, in <module>
import _abcoll
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py", line 11, in <module>
from abc import ABCMeta, abstractmethod
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py", line 8, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py", line 5, in <module>
from _weakref import ref
ImportError: No module named _weakref
Can anyone help. I have installed python 2.7 from python.org.
|
|