-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Prepare source code for debian package #11
Labels
Comments
From pierre.raybaut on 2009-08-29T01:54:28Z Fixed in v1.0.0beta4 Status: Fixed |
This was referenced Feb 17, 2015
Closed
This was referenced Jun 14, 2020
3 tasks
rear1019
added a commit
to procitec/spyder
that referenced
this issue
Nov 3, 2021
PySide2 crashes otherwise (as of PySide2/Qt 5.15.0): Received signal 6 #0 0x7fecd2bcea7b base::debug::CollectStackTrace() spyder-ide#1 0x7fecd299bbaf base::debug::StackTrace::StackTrace() spyder-ide#2 0x7fecd299bb62 base::debug::StackTrace::StackTrace() spyder-ide#3 0x7fecd2bcd61e base::debug::(anonymous namespace)::StackDumpSignalHandler() spyder-ide#4 0x7fed08461210 <unknown> spyder-ide#5 0x7fed0846118b gsignal spyder-ide#6 0x7fed08440859 abort spyder-ide#7 0x7fed08119882 fatal_error.lto_priv.0 spyder-ide#8 0x7fed0811989f Py_FatalError spyder-ide#9 0x7fed03c8c50b SetError_Argument spyder-ide#10 0x7fed03c5d64e Shiboken::setErrorAboutWrongArguments() spyder-ide#11 0x7fece240f259 Sbk_QTreeViewFunc_setExpanded <shortened>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From pierre.raybaut on 2009-08-25T07:07:16Z
Spyder will soon be available as a debian package.
The following code changes are required to help the debian developer
packaging Spyder.
In config.py:
DATA_PATH = DEV_DATA_PATH # @@DATA_PATH@@
DOC_PATH = DEV_DOC_PATH # @@DOC_PATH@@
-> update image path and python.api path using DATA_PATH
( DATA_PATH: spyder_fr.qm, python.api, images/.
DOC_PATH: doc/. )
In spyder.py:
* link to doc: update the link using config.DOC_PATH
* translation: update the translation path using config.DATA_PATH
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=11
The text was updated successfully, but these errors were encountered: