This is the code that gets produced when I run python configure.py.
dan@Q430-Q530:~/pyinstaller-2.0/PyInstaller$ python configure.py
Traceback (most recent call last):
File "configure.py", line 28, in <module>
from PyInstaller import HOMEPATH, PLATFORM
ImportError: No module named PyInstaller
So, currently, I can't even get PyInstaller running because of a missing module called... PyInstaller. This is PyInstaller 2.0, and you can find some screens of the insides of the /pyinstaller-2.0 and the /pyinstaller-2.0/PyInstaller directories here and here, respectively.
Does anyone here know what's going on? I tried copying the pyinstaller.py file in the /pyinstaller-2.0 directory into the /pyinstaller-2.0/PyInstaller directory, but I had no luck there.
This will probably turn out to be some ridiculously easy fix, but... It's got me stumped. If there's any more information needed, just ask and I shall try to provide.