-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux binary has a hardcoded path #2
Comments
It's an odd error, seems to have something to do with Pyinstaller. |
@shauncarpenter I get a similar error:
I'm not familiar with that exact error message (usually it would say "No such file or directory: 'filename'") but I think not having a |
After a lot of searching I've got absolutely nowhere. The only reason for the difference seems to be that I executed Pyinstaller in the SelfRestraint directory, while parker executes Pyinstaller in it's own directory, hence the absolute vs relative path. I'm guessing you're on Arch Linux; could you possibly try installing the headers/dev packages and such for python 2.7, I'm thinking that may change something... I'm going to investigate just using py2exe for windows, and use the standard python methods for linux (distutils + setuptools + PyPI). |
Ohhh, whoops. Sorry about that Joel, I'll take a look into that ;) |
And shaun is right, this seems to be an issue with PyInstaller handing the bundling |
Is the Linux testing still on? I can't find anyway to complie/install it! (I tried the tarball) |
You're always free to test :) Linux is not my main OS of choice, so I'm of little help. I will be looking more into fixing this though now that Windows v0.3 is out |
well I'd love to help but i can't understand how it is supposed to compile.
In the tarball there isn't any configure or make scripts!!! Anyways, it works with the zip as "joelburget" did (1st comment), |
I use PyInstaller, so the attached file is an executable. The build instructions should be the same for Windows as they are for Linux. (See README). I haven't make a make file yet or anything though :/ |
I tried running the version of SelfRestraint I downloaded from your website and got this
I don't have a
/home/parkerkuivila/
;)The text was updated successfully, but these errors were encountered: