wxguy

Results 25 comments of wxguy

Just downloaded from release at github (version 2.4.0). I have done this command `sh -x application.sh` bofore reporting here.

> Well you kinda need to paste at least the last few lines of the output to give me a clue... `-x` enables a trace of all the commands being...

It appear to be bug with space. Now I changed the “APP Linux installer” with only "APP" and it successfully extracted the application. I will redo the test with and...

I can confirm that It is a bug. Here is the last few lines of debug enabled report with a general message I provided "APP Linux Installer" as part of...

> I think this is probably happening inside your embedded script though: `./insdvp.sh: line 580: Linux: command not found` > > For one thing Makeself itself is not that big......

> The error is clearly coming from within that `insdvp.sh` script though, so I suggest you poke around line 580 there... Haha. Where will I poke when I don't have...

> What does your `./application.sh --info` return? Sure. Her is what the full real command I issued:- ``` $ sh ~/Downloads/makeself-2.4.0/makeself.sh --nox11 --notemp ./insdvp ./insdvp.sh “INSDVP Linux Installer” ./install.sh ```...

> Both the errors I have received with and without `--lto` option are after installing `gcc-linux-64` using conda. I also used your recommendation to use `CondaCC` from an environment variable....

> I see, must be using shapely. I did some work on making Shapely work with Anaconda, on Windows there an issue with it not finding the DLL afterwards, due...

In my opinion, if copying ***.so** or ***.dll** files manually to a standalone directory solves the problem, then nuitka should not crash. This copy-pasting stuff can be done after the...