Comment #5 on issue 97 by ccanepacc: Hangs on WinXP when
@dorkmasterfleck: Just to clarify myself the circumstances,
1a. You installed cocos 0.3.0 from the package provided in the cocos page
running
setup install ? ( there are other installation variants like getting a
package for
your distro, if available, or getting the package in cocos page and install
by
unpacking elsewere and copying the cocos dir to site-packages, or unpack
elsewhere
and use a .pth in site-packages to point to cocos, or ...
Knowing exactly your installation method would help to narrow the problem.
1b) And just in case, can you confirm there is a non empty cocos\resources
directory in your instaled cocos ?
2. You think there is a simlink in the path to resources ? Virtualenv in
Linux
tends to use simlinks, or there can be other reasons to use simlinks. There
is a
patch for using simlinks in issue 197, untested.
3) The script that hangs has an explicit line as the following (yes or
no)?
pyglet.resource.reindex()
If yes, there is above some line in the form
pyglet.resource.path.append(somedir) ?
Anything special about the dirs feeded to path.append ?
4) The script that hangs runs from a directory that is not under site
packages ?
We need to find a minimal bugdemo to reproduce the problem, after work I
will write
some, if you havent come with one by the time.
cheers!