Changes between Initial Version and Version 5 of Ticket #30907
- Timestamp:
- Oct 24, 2011, 10:47:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30907
- Property Keywords py27-pyside leopard 10.5.8 segmentation fault seg segfault removed
- Property Owner changed from macports-tickets@… to mmoll@…
-
Ticket #30907 – Description
initial v5 9 9 10 10 PysideImportTest2.py: 11 --------------------------------------------------------------- 11 {{{ 12 12 class PysideImportTest2(object): 13 13 pass 14 --------------------------------------------------------------- 14 }}} 15 15 16 16 17 17 PysideImportTest1.py: 18 --------------------------------------------------------------- 18 {{{ 19 19 from PySide import QtGui 20 20 from PysideImportTest2 import * … … 25 25 if __name__ == '__main__': 26 26 quit() 27 --------------------------------------------------------------- 27 }}} 28 28 29 and running: python -B PysideImportTest1.py29 and running: `python -B PysideImportTest1.py` 30 30 31 31 Other info: 32 32 33 - if the PysideImportTest2 class is defined in PysideImportTest1.py (ie is not 34 imported) it compiles and runs fine 35 36 - without -B flag only PysideImportTest2.pyc is created 37 38 - seems to work on other OSs Windows/Ubuntu/Snow Leopard 33 - if the PysideImportTest2 class is defined in PysideImportTest1.py (ie is not imported) it compiles and runs fine 34 - without -B flag only PysideImportTest2.pyc is created 35 - seems to work on other OSs Windows/Ubuntu/Snow Leopard