thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

PyScripter has issues on Windows 7 RC1 64bit #299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A number of access violation dialog boxes occur.

Original issue reported on code.google.com by jhaw...@gmail.com on 14 May 2009 at 10:36

GoogleCodeExporter commented 9 years ago
You need to install the 32 bit version of Python.
If you install Python for all users, make sure you install it as an 
administrator.  
To be sure just check afterwards that pythonxx.dll is in C:\Windows\SysWOW64 
which 
is the system directory containing 32bit libraries (!)

I have tested with Python 2.5 and it works correctly with PyScripter under 
Windows 
7RC.

Original comment by pyscripter on 14 May 2009 at 11:56