hi all..<br><br>my application runs fine in windows xp using python 2.6 and wxpython 2.8.9<br><br>but in ubuntu 8.10 following error appears..  using python 2.5.2 and wxpython 2.8.9<br><br>/home/murali/Desktop/mathdemo-configfinal/manageprofile.py:63: Warning: 'with' will become a reserved keyword in Python 2.6<br>
Traceback (most recent call last):<br>  File "test.py", line 8, in <module><br>    import manageprofile as managepf<br>  File "/home/murali/Desktop/mathdemo-configfinal/manageprofile.py", line 63<br>
    with open(self.profile, 'wb') as configfile:<br>            ^<br>SyntaxError: invalid syntax<br><br>help for this problem..<br><br>Advanced thanks..<br>