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...
Message search is now enhanced, find messages faster. Take it for a spin.

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
Messages 19028 - 19038 of 19038   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#19038 From: "DataGeorge" <gfmorris@...>
Date: Thu Dec 3, 2009 11:21 pm
Subject: Re: WinCVS installation - python installed but not recognized
george_morris_f
Offline Offline
Send Email Send Email
 
Thank-you Gerhard.

i removed the 65 bit version and reinstalled the 32 bit python26.  It is now in
the SysyemWOW64 folder.  WinCVS is happy.

--- In cvsgui@yahoogroups.com, Gerhard Fiedler <gelists@...> wrote:
>
> DataGeorge wrote:
>
> > I just installed WinCVS 2.1.1.1
> > Vista 64 SP1
> > Python26.dll and Python30.dll in C:\Windows|system32
> > The Admin>Preferences>WinCVS>Python DLL>Browse does not recognize either
dll.
>
> WinCvs is probably a 32-bit app. As such, it probably doesn't see what's
> in %windir%\system32, but rather the contents of %windir%\SysWOW64 when
> it accesses %windir%\system32. (Don't you like the consistency in
> naming? :)
>
> So you probably need a 32-bit Python installation that puts its DLLs
> into %windir%\SysWOW64.
>
> Can't check here, because I don't have Vista 64 (only XP 64) and I don't
> have WinCvs installed on it.
>
> Gerhard
>

#19037 From: Guy Rouillier <guyr-ml1@...>
Date: Sat Nov 28, 2009 5:47 am
Subject: Re: Error Message when I first run wincvs
guy_rouillier
Offline Offline
Send Email Send Email
 
Xi LIANG wrote:
> Dear all, After installing WinCvs, I got the following error msg when
> I first run WinCvs. Is there anyone know how to fix this? Regards

I have been running Python 2.4 for years without issue.  I just
installed the latest from ActiveState: Python 2.6.4.  When I restarted
WinCvs 2.1.1.1, it started without error and ran Python macros without
any issues.  Here is what my console says:

CVS executable: C:\Program Files\cvsnt\cvs.exe
Python 2.6.4 (r264:75706, Nov  3 2009, 13:23:17) [MSC v.1500 32 bit
(Intel)] on win32
Tk is available, Tk-macros are enabled
TCL is available, shell is enabled : help (select and press enter)

So, which implementation of Python are you running?  If not ActiveState,
try that and see if it works.

>
> CVS executable: C:\Program Files\cvsnt\cvs.exePython 2.6.1
> (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on
> win32Error loading C:\Program Files\GNU\WinCvs
> 2.0\Macros\BrowseRepoTk.py:Traceback (most recent call last):  File
> "C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py",
> line 152, in LoadMacrosRecurs    execfile(filename, self.m_globals)
> File "C:\Program Files\GNU\WinCvs 2.0\Macros\BrowseRepoTk.py", line
> 4, in <module>    from cvsgui.SafeTk import *  File "C:\Program
> Files\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line 130, in
> <module>    class PersistentStringVar(StringVar,
> PersistentVar):NameError: name 'StringVar' is not definedError
> loading C:\Program Files\GNU\WinCvs
> 2.0\Macros\ChangeSubstModeTkpy:Traceback (most recent call last):
> File "C:\Program Files\GNU\WinCvs
> 20\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
> execfile(filename, self.m_globals)  File "C:\Program Files\GNU\WinCvs
> 2.0\Macros\ChangeSubstModeTk.py", line 6, in <module>    from
> cvsgui.SafeTk import *  File "C:\Program Files\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\GNU\WinCvs
> 2.0\Macros\cvs2clTk.py:Traceback (most recent call last):  File
> "C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py",
> line 152, in LoadMacrosRecurs    execfile(filename, self.m_globals)
> File "C:\Program Files\GNU\WinCvs 2.0\Macros\cvs2clTkpy", line 6, in
> <module>    from cvsgui.SafeTk import *  File "C:\Program
> Files\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line 130, in
> <module>    class PersistentStringVar(StringVar,
> PersistentVar):NameError: name 'StringVar' is not definedError
> loading C:\Program Files\GNU\WinCvs
> 2.0\Macros\ExtendedAddTk.py:Traceback (most recent call last):  File
> "C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py",
> line 152, in LoadMacrosRecurs    execfile(filename, self.m_globals)
> File "C:\Program Files\GNU\WinCvs 2.0\Macros\ExtendedAddTk.py", line
> 5, in <module>    from cvsgui.SafeTk import *  File "C:\Program
> Files\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line 130, in
> <module>    class PersistentStringVar(StringVar,
> PersistentVar):NameError: name 'StringVar' is not definedError
> loading C:\Program Files\GNU\WinCvs
> 2.0\Macros\RecursiveAddTk.py:Traceback (most recent call last):  File
> "C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py",
> line 152, in LoadMacrosRecurs    execfile(filename, self.m_globals)
> File "C:\Program Files\GNU\WinCvs 2.0\Macros\RecursiveAddTk.py", line
> 6, in <module>    from cvsgui.SafeTk import *  File "C:\Program
> Files\GNU\WinCvs 2.0\PythonLib\cvsgui\SafeTk.py", line 130, in
> <module>    class PersistentStringVar(StringVar,
> PersistentVar):NameError: name 'StringVar' is not definedError
> loading C:\Program Files\GNU\WinCvs
> 2.0\Macros\TemplateMacroTk.py:Traceback (most recent call last):
> File "C:\Program Files\GNU\WinCvs
> 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in LoadMacrosRecurs
> execfile(filename, self.m_globals)  File "C:\Program Files\GNU\WinCvs
> 2.0\Macros\TemplateMacroTk.py", line 6, in <module>    from
> cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
> 2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
> PersistentStringVar(StringVar, PersistentVar):NameError: name
> 'StringVar' is not defined -------------------------------- Xi Liang
>
> ÁºÜç --------------------------------
>
>
>  _________________________________________________________________
> Windows Live: Friends get your Flickr, Yelp, and Digg updates when
> they e-mail you.
>
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-\
network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>


--
Guy Rouillier

#19036 From: Gerhard Fiedler <gelists@...>
Date: Thu Nov 26, 2009 8:07 pm
Subject: Re: Re: WinCVS installation - python installed but not recognized
gerhardfie
Offline Offline
Send Email Send Email
 
DataGeorge wrote:

> I just installed WinCVS 2.1.1.1
> Vista 64 SP1
> Python26.dll and Python30.dll in C:\Windows|system32
> The Admin>Preferences>WinCVS>Python DLL>Browse does not recognize either dll.

WinCvs is probably a 32-bit app. As such, it probably doesn't see what's
in %windir%\system32, but rather the contents of %windir%\SysWOW64 when
it accesses %windir%\system32. (Don't you like the consistency in
naming? :)

So you probably need a 32-bit Python installation that puts its DLLs
into %windir%\SysWOW64.

Can't check here, because I don't have Vista 64 (only XP 64) and I don't
have WinCvs installed on it.

Gerhard

#19035 From: "Deb Comeau (LCL)" <Deborah.Comeau@...>
Date: Thu Nov 26, 2009 1:41 pm
Subject: WinCVS - issue with checkout - for overseas developers only.
dpcomeau
Offline Offline
Send Email Send Email
 
Hi



Our cvs repository, is version 1.11.20 and is installed on a LINUX
machine. Our developers use WinCVS Version 1.3.14.1. We also use ssh key
for connection.



Our developers in Canada have no issues checking out or in. We do have
developers in India who are experiencing issues. They checkout the code
and do not receive any errors. The code has been physically checked out
to their hard drive, but WinCVS just shows the folders in the left hand
side of screen (Modules). There is no code viewable from the left hand
side of screen with the details of what is in the folder. We have been
unable to duplicate this error here. Any ideas what could be happening
or how to resolve?



Deb Comeau

Loblaw Companies East

1 President's Choice Circle

Brampton, Ontario

L6Y 5S5

(905) 459-2500 ext 616258

1-877-525-4627 ext 616258





This email message is confidential, may be legally privileged and is intended
for the exclusive use of the addressee. If you received this message in error or
are not the intended recipient, you should destroy the email message and any
attachments or copies, and you are prohibited from retaining, distributing,
disclosing or using any information contained. Please inform us of the delivery
error by return email. Thank you for your cooperation.

Le présent message électronique est confidentiel et peut être couvert par le
secret professionnel. Il est à l'usage exclusif du destinataire. Si vous recevez
ce message par erreur ou si vous n'en êtes pas le destinataire prévu, vous devez
détruire le message et toute pièce jointe ou copie et vous êtes tenu de ne pas
conserver, distribuer, divulguer ni utiliser tout renseignement qu'il contient.
Veuillez nous informer de toute erreur d'envoi en répondant à ce message. Merci
de votre collaboration



[Non-text portions of this message have been removed]

#19034 From: Xi LIANG <liangxi1986317@...>
Date: Thu Nov 26, 2009 9:18 am
Subject: Error Message when I first run wincvs
liangxi1986317@...
Send Email Send Email
 
Dear all,
After installing WinCvs, I got the following error msg when I first run WinCvs.
Is there anyone know how to fix this?
Regards

CVS executable: C:\Program Files\cvsnt\cvs.exePython 2.6.1 (r261:67517, Dec  4
2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32Error loading C:\Program
Files\GNU\WinCvs 2.0\Macros\BrowseRepoTk.py:Traceback (most recent call last): 
File "C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line
152, in LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\BrowseRepoTk.py", line 4, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
PersistentStringVar(StringVar, PersistentVar):NameError: name 'StringVar' is not
definedError loading C:\Program Files\GNU\WinCvs
2.0\Macros\ChangeSubstModeTk.py:Traceback (most recent call last):  File
"C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152,
in LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\ChangeSubstModeTk.py", line 6, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\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\GNU\WinCvs 2.0\Macros\cvs2clTk.py:Traceback (most recent call last):  File
"C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152,
in LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\cvs2clTk.py", line 6, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
PersistentStringVar(StringVar, PersistentVar):NameError: name 'StringVar' is not
definedError loading C:\Program Files\GNU\WinCvs
2.0\Macros\ExtendedAddTk.py:Traceback (most recent call last):  File "C:\Program
Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152, in
LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\ExtendedAddTk.py", line 5, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
PersistentStringVar(StringVar, PersistentVar):NameError: name 'StringVar' is not
definedError loading C:\Program Files\GNU\WinCvs
2.0\Macros\RecursiveAddTk.py:Traceback (most recent call last):  File
"C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152,
in LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\RecursiveAddTk.py", line 6, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
PersistentStringVar(StringVar, PersistentVar):NameError: name 'StringVar' is not
definedError loading C:\Program Files\GNU\WinCvs
2.0\Macros\TemplateMacroTk.py:Traceback (most recent call last):  File
"C:\Program Files\GNU\WinCvs 2.0\PythonLib\cvsgui\MacroRegistry.py", line 152,
in LoadMacrosRecurs    execfile(filename, self.m_globals)  File "C:\Program
Files\GNU\WinCvs 2.0\Macros\TemplateMacroTk.py", line 6, in <module>    from
cvsgui.SafeTk import *  File "C:\Program Files\GNU\WinCvs
2.0\PythonLib\cvsgui\SafeTk.py", line 130, in <module>    class
PersistentStringVar(StringVar, PersistentVar):NameError: name 'StringVar' is not
defined
--------------------------------
Xi Liang

ÁºÜç
--------------------------------



_________________________________________________________________
Windows Live: Friends get your Flickr, Yelp, and Digg updates when they e-mail
you.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-\
network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_3:092010

[Non-text portions of this message have been removed]

#19033 From: Guy Rouillier <guyr-ml1@...>
Date: Thu Nov 19, 2009 2:39 am
Subject: Re: How to get "add -ko"
guy_rouillier
Offline Offline
Send Email Send Email
 
koevoet5 wrote:
> I need to add a bunch of files with the equivalent of "cvs add -ko".
>
> Is there a way to get wincvs to use this option during a normal add?
> Without going to the command line and losing add content controls?
>

Select the file you want to add.  Then under Macros - Add -Extended Add
Selection, click the right arrow and select "Don't change keywords".  Or
I suppose you could just type the -ko directly.

--
Guy Rouillier

#19032 From: "koevoet5" <Paul.Schauble@...>
Date: Wed Nov 18, 2009 8:12 pm
Subject: How to get "add -ko"
koevoet5
Online Now Online Now
Send Email Send Email
 
I need to add a bunch of files with the equivalent of "cvs add -ko".

Is there a way to get wincvs to use this option during a normal add? Without
going to the command line and losing add content controls?

   Thanks,
     ++PLS

#19031 From: "DataGeorge" <gfmorris@...>
Date: Tue Nov 17, 2009 9:43 pm
Subject: Re: WinCVS installation - python installed but not recognized Added Info
george_morris_f
Offline Offline
Send Email Send Email
 
The file browser window to find the Python DLL does not recognize the python
DLL's.  It does recognize and list other DLL's.  I checked the permissions and
there is nothing there.  They are not hidden or system only files.
George

--- In cvsgui@yahoogroups.com, "DataGeorge" <gfmorris@...> wrote:
>
> I just installed WinCVS 2.1.1.1
> Vista 64 SP1
> Python26.dll and Python30.dll in C:\Windows|system32
> The Admin>Preferences>WinCVS>Python DLL>Browse does not recognize either dll.
>
> --- In cvsgui@yahoogroups.com, "Mike" <critter@> wrote:
> >
> > I have the same problem, and subscribed to this group to get the answers.
> >
> > Python 2.6
> > WinCVS 2.0.9.1 (the latest version), downloaded from wincvs.org
> > WinXP SP1
> >
> > WinCVS warn me that Python isn't installed, but it installed (for me
> > only, not for all users). In additional I found the such dlls in
> > Windows/system32 :
> >
> > python21.dll
> > pythoncom21.dll
> >
> > I think, it's from a deleted old version.
> >
> > May be the problem is the path to the Windows folder? Windows is
> > placed not on C: drive.
> > Please, help. I'm installed CVS/WinCVS today for the first time.
> >
>

#19030 From: Jesus Magtibay <JesusMagtibay@...>
Date: Fri Nov 13, 2009 7:14 am
Subject: can't download
JesusMagtibay@...
Send Email Send Email
 
Hi, I'm not sure if I should ask this question here or to sourceforge, but
is anyone else having trouble downloading the installer for WinCVS?  The
download page just seems to hang and after several minutes it just reports
that the web page is not available.  Is the server down or something?  I've
tried using Chrome and Firefox, btw.


[Non-text portions of this message have been removed]

#19029 From: Jesus Magtibay <JesusMagtibay@...>
Date: Fri Nov 13, 2009 7:22 am
Subject: Re: can't download
JesusMagtibay@...
Send Email Send Email
 
Never mind.  I got the Japanese mirror to work for me.

On Fri, Nov 13, 2009 at 3:14 PM, Jesus Magtibay <jesusmagtibay@...>wrote:

> Hi, I'm not sure if I should ask this question here or to sourceforge, but
> is anyone else having trouble downloading the installer for WinCVS?  The
> download page just seems to hang and after several minutes it just reports
> that the web page is not available.  Is the server down or something?  I've
> tried using Chrome and Firefox, btw.


[Non-text portions of this message have been removed]

#19028 From: "DataGeorge" <gfmorris@...>
Date: Wed Nov 11, 2009 6:01 am
Subject: Re: WinCVS installation - python installed but not recognized
george_morris_f
Offline Offline
Send Email Send Email
 
I just installed WinCVS 2.1.1.1
Vista 64 SP1
Python26.dll and Python30.dll in C:\Windows|system32
The Admin>Preferences>WinCVS>Python DLL>Browse does not recognize either dll.

--- In cvsgui@yahoogroups.com, "Mike" <critter@...> wrote:
>
> I have the same problem, and subscribed to this group to get the answers.
>
> Python 2.6
> WinCVS 2.0.9.1 (the latest version), downloaded from wincvs.org
> WinXP SP1
>
> WinCVS warn me that Python isn't installed, but it installed (for me
> only, not for all users). In additional I found the such dlls in
> Windows/system32 :
>
> python21.dll
> pythoncom21.dll
>
> I think, it's from a deleted old version.
>
> May be the problem is the path to the Windows folder? Windows is
> placed not on C: drive.
> Please, help. I'm installed CVS/WinCVS today for the first time.
>

Messages 19028 - 19038 of 19038   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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