Doug,

That worked perfectly!  Thanks for the quick response.

Bruce

On Tue, Mar 11, 2008 at 4:57 PM, Douglas Kosovic 
<dougl...@itee.uq.edu.au<mailto:dougl...@itee.uq.edu.au>> wrote:
Hi Bruce,

It's looking for HKLM\Software\Python\PythonCore\2.4\InstallPath in the
registry, perhaps you may need to change HKEY_LOCAL_MACHINE to
HKEY_CURRENT_USER on line 29 in
C:\Python24\lib\site-packages\agversion.py if you did a single user
installation of Python, or reinstall Python as a multi-user
installation.

Cheers,
Doug

Bruce Kissinger wrote:
> There was a recent post about running AG 3.1 under a Windows Vista
> system.
> I've spent several hours trying to get it to work and have been
> unsuccessful.
> Here's the message I receive when I try to run the Venue Client.
>
>
> C:\Program Files\AGTk-3\bin>venueclient3.py
> Traceback (most recent call last):
>   File "C:\Program Files\AGTk-3\bin\VenueClient3.py", line 16, in ?
>     agversion.select(3)
>   File "C:\Python24\lib\site-packages\agversion.py", line 29, in
select
>
>     pythonKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, key)
> WindowsError: [Errno 2] The system cannot find the file specified
>
> I looked at the Python script and it appears to be trying to find
> something in the Windows Registry.
>
>
> I'd appreciate any pointers that anyone can offer.
>
>
> Bruce Kissinger

Reply via email to