srr.exe crash on windows if default dir not set to exe's location

Issue #34 closed
Former user created an issue

Say you have srr.exe in D:\tools Now CD D:\files and execute D:\tools\SRR file.srr -l you get

Traceback (most recent call last): File "C:\Users\Jef\AppData\Roaming\Python\Python27\site-packages\py2exe\boot_common.py", line 92, in <module> ImportError: No module named linecache Traceback (most recent call last): File "<install zipextimporter>", line 1, in <module> ImportError: No module named zipextimporter Traceback (most recent call last): File "srr", line 11, in <module> ImportError: No module named rescene.srr

Conversely, CD D:\tools and execute SRR D:\files\file.srr -l and it works just fine.

Comments (2)

  1. Gfy repo owner

    Just srr.exe:

    Fatal Python error: Py_Initialize: unable to load the file system codec
    ImportError: No module named 'encodings'
    

    pyrescenelibrary.dat file missing gives the same error.

    python34.dll missing: works for me, although I didn't expect that.

    It works with the new builds for me. I didn't test it with the old ones, but I guess it's solved now that Python 3 is used.

  2. Log in to comment