Changes between Initial Version and Version 5 of Ticket #30907


Ignore:
Timestamp:
Oct 24, 2011, 10:47:33 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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  
    99
    1010PysideImportTest2.py:
    11 ---------------------------------------------------------------
     11{{{
    1212class PysideImportTest2(object):
    1313   pass
    14 ---------------------------------------------------------------
     14}}}
    1515
    1616
    1717PysideImportTest1.py:
    18 ---------------------------------------------------------------
     18{{{
    1919from PySide import QtGui
    2020from PysideImportTest2 import *
     
    2525if __name__ == '__main__':
    2626   quit()
    27 ---------------------------------------------------------------
     27}}}
    2828
    29 and running: python -B PysideImportTest1.py
     29and running: `python -B PysideImportTest1.py`
    3030
    3131Other info:
    3232
    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