-
Notifications
You must be signed in to change notification settings - Fork 86
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
SWProxy 0.99.1 - Compiled OSX not working #55
Comments
Created a .command file which will:
Note: |
Hi, When i run the command i get this in my terminal, can you give me a hand..? Error loading Python lib '/var/folders/g6/g6xWIqVUGuO6CmDUxKu2Rk+++TI/-Tmp-/_MEI7ueMOb/Python': dlopen(/var/folders/g6/g6xWIqVUGuO6CmDUxKu2Rk+++TI/-Tmp-/_MEI7ueMOb/Python, 10): Symbol not found: ___sincos_stret Thank you |
Are the files extracted from the zip file before you run the .command file? It looks like you're trying to run it from a temporary folder? |
Yes i Unziped them and they are on my desktop right now. I tried to install the latest version of python but honestly i'm not comfortable on mac at all ... Doesn't have something to do with pythonlib ? Tell me if you need anything that can help. |
@Fl3xX I created a new issue for your problem. |
can we close this ? |
Let's leave it open for now. I haven't actually tried it on mac or looked at how it runs at all (just what i understood from reading the issue comments), so until I can actually test it and assess what needs to be done (maybe @stanleykylee 's solution is right, I just misunderstood what he did), let's keep it open. |
@kakaroto no worries. From my understanding, it's more related to how OSX handles a terminal session when launched by double-clicking that is causing the issue (need for .command file). However, from seeing various issues coming up now, I may need to make my .command file more compatible with older versions of OSX. In the middle of preparing for final paper and exams, so I'll be in and out for the next two weeks. |
Just pushed a fix for this to my fork (and pull requested). OSX binary here: https://github.com/aureus1/SWProxy/releases/tag/OSX_Fix |
@aureus1 - Sorry I'm new to the whole SWProxy thing ... what is your fork do? I went to look on the github page but didn't see any readme ... |
It's basically just how github works - I can't directly make code changes That's what I did here - I copied the project and fixed this issue. The On Thu, May 19, 2016 at 12:18 PM, Mark Steudel [email protected]
|
Hi guys and thank you for the update and fix, but i have the exact same issue.. I get this when i try to run the swproxy or the .command. I'm running on OSX 10.6.8 and i installed Xcode . Error loading Python lib '/var/folders/g6/g6xWIqVUGuO6CmDUxKu2Rk+++TI/-Tmp-/_MEIW9psS2/Python': dlopen(/var/folders/g6/g6xWIqVUGuO6CmDUxKu2Rk+++TI/-Tmp-/_MEIW9psS2/Python, 10): Symbol not found: ___sincos_stret |
@Fl3xX You're going to need OSX 10.9 or later; the compiled version is not compatible with earlier versions. |
Two issues at hand:
The text was updated successfully, but these errors were encountered: