Search the web
Sign In
New User? Sign Up
cvsgui · WinCvs, MacCvs, gCvs discussion list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Possible Wincvs clash with latest automatic Vista 64 update   Message List  
Reply | Forward Message #18996 of 19027 |
Re: Possible Wincvs clash with latest automatic Vista 64 update

--- In cvsgui@yahoogroups.com, "Arthur Barrett" <arthur.barrett@...> wrote:
>
> Stu Schaffner,
...
> Which version number?

WinCVS 2.1.1.1 (Build1), downloaded from SourceForge

...
> Try uninstalling WinCVS and re-installing and if that doesn't fix it
> please report back.
...

Tried that, didn't work. This may be just noise, but I did get the following in
the output window while the error popups were appearing:

CVS executable: C:\Program Files (x86)\cvsnt\cvs.exe
Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on
win32
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\BrowseRepoTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\BrowseRepoTk.py", line 4,
in <module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\ChangeSubstModeTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\ChangeSubstModeTk.py", line
6, in <module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined
'module' object has no attribute 'argv'
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\cvs2clTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\cvs2clTk.py", line 6, in
<module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\ExtendedAddTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\ExtendedAddTk.py", line 5,
in <module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\RecursiveAddTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\RecursiveAddTk.py", line 6,
in <module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined
Error loading C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\TemplateMacroTk.py:
Traceback (most recent call last):
File "C:\Program Files (x86)\GNU\WinCvs
2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
execfile(filename, self.m_globals)
File "C:\Program Files (x86)\GNU\WinCvs 2.0\Macros\TemplateMacroTk.py", line
6, in <module>
from cvsgui.SafeTk import *
File "C:\Program Files (x86)\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line
130, in <module>
class PersistentStringVar(StringVar, PersistentVar):
NameError: name 'StringVar' is not defined


-------------------------------------------

I notice that this is mostly from places where Python is trying to access the C
library. I forget how connecting to Python is done in the latest version of
WinCVS, but at least in older versions there was a perhaps error-prone method of
manually specifying the Python dll. According to
Admin>Preferences>WinCVS>Programs, in my system Python is loaded from

C:\Windows\System32\python26.dll

and TCL is from

C:\Program Files (x86)\Python26\DLLS\tcl85.dll



Hope this helps,

Stu Schaffner






Thu Jun 4, 2009 12:49 pm

stusch
Offline Offline
Send Email Send Email

Forward
Message #18996 of 19027 |
Expand Messages Author Sort by Date

I am running MS Windows Vista Home Premium system with SP 1 on an HP HDX18 with an Intel Core 2 Quad CPU Q9100. I have 6GB of RAM. I have been running the...
stusch
Offline Send Email
Jun 4, 2009
1:48 am

Stu Schaffner, ... Which version number? ... Try uninstalling WinCVS and re-installing and if that doesn't fix it please report back. Regards, Arthur Barrett...
Arthur Barrett
arthurgbarrett
Offline Send Email
Jun 4, 2009
3:13 am

... WinCVS 2.1.1.1 (Build1), downloaded from SourceForge ... ... Tried that, didn't work. This may be just noise, but I did get the following in the output...
stusch
Offline Send Email
Jun 4, 2009
12:50 pm

... Since I haven't heard from others on this, I presume there is no general problem for the CVS community. Once I had backed everything up, I tried to use CVS...
stusch
Offline Send Email
Jun 9, 2009
12:53 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help