Looking for Python Windows Extensions Sources for Python version 2.0

Trent Mick trentm at ActiveState.com
Fri Aug 9 14:03:29 EDT 2002


[Robert Armes/CAM/Lotus wrote]
> Hi,
> 
> I am a developer working on embedding python into a c++ app under windows.
> I am in need of the win32 extension sources and build environment (for
> Microsoft Dev Studio) so that I may build these extensions myself (my
> reasons are too lengthy to get into here.) I have attempted to access the
> sources via Mark Hammond's web page at http://starship.python.
> net/crew/skippy/win32/ but the password seems to have changed on the wincvs
> account.
> 
> Any help would be appreciated.
> 


Trying on Windows from the command line works for me (using 'anoncvs' as
the password, as specified on Mark's pages,
http://starship.python.net/~skippy/cvs.html):

    D:\trentm\tmp>cvs -d :pserver:anoncvs at cvs.pythonpros.com:/home/cvsroot login
    Logging in to :pserver:anoncvs at cvs.pythonpros.com:2401/home/cvsroot
    CVS password:

    D:\trentm\tmp>cvs -z6 -d :pserver:anoncvs at cvs.pythonpros.com:/home/cvsroot checkout PyWin32
    cvs server: Updating PyWin32
    U PyWin32/.cvsignore
    U PyWin32/Python and Extensions for CE.dsw
    U PyWin32/Python and Extensions.dsw
    U PyWin32/setup_win32all_core.py
    <snip>


Trent


-- 
Trent Mick
TrentM at ActiveState.com




More information about the Python-list mailing list