-
Notifications
You must be signed in to change notification settings - Fork 105
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
v2.6.0 - Launch error #100
Comments
I see a related crash at startup on Mac OS X Sierra. It shows a dialog box saying "PySolFC Error" with buttons "Open Console" and "Terminate" (and no other text); if I invoke the PySolFC binary embedded in the
|
Thanks for the report. @Programator2 : any idea how we can include https://docs.python.org/3/library/site.html in the windows installer? The macOS error is more strange because https://docs.python.org/3/library/site.html clearly specifies a PREFIX var. |
One solution that would work but is quite ugly is to manually insert the compiled I can do it if no one comes up with a better solution. |
On Fri, 15 Feb 2019 14:05:46 -0800 Roderik Ploszek ***@***.***> wrote:
`site` module is explicitly excluded by `py2exe` (see `windows_excludes` in
`py2exe/hook.py`). Presumably in older Python versions it wasn't part of the
Windows Python distribution. However, I see that it's present in 3.4, which
is used to create the Windows binary.
One solution that would work but is quite ugly is to manually insert the
compiled `site` and `_sitebuiltins` modules into `library.zip`.
I can do it if no one comes up with a better solution.
Thanks for the info. That seems like the least bad option.
…--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
http://youtu.be/KxGRhd_iWuE - Never Give Up!!
Chuck Norris wrote an interpreter for a Turing-complete language using only
NOPs.
— http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/
Please reply to list if it's a mailing list post - http://shlom.in/reply .
|
I dug through the Travis log to find out how the |
I just had the same problem. I recommend removing the Windows installer download from Sourceforge until the problem is fixed. |
@KarolS : hi, I made the 2.4.0 installer the default for now for windows. |
@Programator2 : for v2.6.1 I implemented a workaround for importing site in 8a93f4b , but now the appveyor build fails - https://help.appveyor.com/discussions/problems/20470-downloads-from-sourceforgenet-started-failing . |
According to the log, sourceforge.net was unavailable. Run the build again, it should work now. |
@Programator2 : the failure is likely not your fault but it still happens after rebuilding. |
Hi all! 2.6.1 hopefully fixes it - please test - https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.6.1/ - thanks! |
I can confirm that the 2.6.1 MacOS |
@kingjon3377 : thanks for the info. |
This fixes the crash under Windows too! |
Issue:
PySol Fan Club edition v2.6.0 crashes at startup.
Log:
(Win8.1Pro,x64)
The text was updated successfully, but these errors were encountered: