Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69666
| From | Jurko Gospodnetić <jurko.gospodnetic@pke.hr> |
|---|---|
| Subject | Re: segmentation fault, executable python file |
| Date | 2014-04-04 13:05 +0200 |
| Organization | PKE sistemi d.o.o. |
| References | <d673b6a7-e339-42d7-9a4a-3ffe79981879@googlegroups.com> <mailman.8889.1396601858.18130.python-list@python.org> <49ded36a-5c07-4421-874a-5c3fb518efd5@googlegroups.com> <CAPTjJmome-72m7JvDtgHndZ-WwZrwoFOoCJdA2nuPfLUBHYZxQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8892.1396609571.18130.python-list@python.org> (permalink) |
Hi.
On 4.4.2014. 11:17, Chris Angelico wrote:
> But from here you need someone more familiar with cxfreeze. All I
> can advise is to compare installed packages on each; maybe you
> have multiple versions of some library or something.
From what little I know of it, it freezes as little as possible of
Python's modules into the executable and stores the remaining Python
code in a single zip file and loads it from there at run-time.
That should limit your search area to just the frozen part and
externally used libraries, and my instinct tells me gdb should be able
to point you in the culprit's direction in no time.
Hope this helps.
Best regards,
Jurko Gospodnetić
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
segmentation fault, executable python file fanny@itprovent.com - 2014-04-04 01:36 -0700
Re: segmentation fault, executable python file Chris Angelico <rosuav@gmail.com> - 2014-04-04 19:57 +1100
Re: segmentation fault, executable python file fanny@itprovent.com - 2014-04-04 02:06 -0700
Re: segmentation fault, executable python file Chris Angelico <rosuav@gmail.com> - 2014-04-04 20:17 +1100
Re: segmentation fault, executable python file Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2014-04-04 13:05 +0200
Re: segmentation fault, executable python file fanny@itprovent.com - 2014-04-29 22:10 -0700
csiph-web