<div class="gmail_quote">On Thu, Oct 14, 2010 at 01:37, python_tsp <span dir="ltr"><<a href="mailto:pramod.ts@gmail.com">pramod.ts@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
We have a Python based test framework which is being used in various<br>
projects.<br>
<br>
Our current environment is<br>
Python (ver 2.5.1)<br>
wxPython (wxPython2.8-win32-ansi-2.8.6.0-py25)<br>
pywin32-210.win32-py2.5<br>
vcredist_x86.exe<br>
pyserial-2.2<br>
<br>
Our Framework is being currently used in Windows XP.<br>
<br>
The issue is:<br>
Soon our environment will be migrated from Windows XP to Windows 7.<br>
In this regard, I would be in need of suggestions/ideas/information<br>
regarding migration of our existing framework into windows 7<br>
environment.<br>
<br>
Do i need to migrate our framework from Python 2.5 to either Python<br>
2.6 or directly to Python 3.0 ? What happens to all supporting<br>
packages..etc<br>
<br>
Which is the best way ?<br>
<br>
We tried out of some option of using our framework under virtual xp<br>
context of windows 7.Thou it works for timebeing,i am not interested<br>
to having the same as kind of way of working for future.<br>
<br>
Please help<br>
<br>
Many thanks in advance<br>
<br>
- Pramod</blockquote><div><br></div><div>You will be able to just install your current code on Windows 7 and it will work fine. If it doesn't for any reason, it's probably a bug in Python, which I think is highly unlikely.</div>
</div>