Re: [Python-Dev] compiling cpython in visual studio 2010

2012-02-19 Thread Antoine Pitrou

Hello,

 I am trying to work on Python bugs following the tutorial given in the
 python website.
 I have installed Tortoise svn and visual studio 2010, I cloned a copy
 of cpython as it is advised in the website using, however I am having
 some problem in compiling it using visual studio 2010.

Which tutorial have you been reading?
I'm not sure it's a typo in your e-mail, but you should be installing
TortoiseHg, not TortoiseSVN.

There's more information about that in the devguide:
http://docs.python.org/devguide/index.html

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] compiling cpython in visual studio 2010

2012-02-18 Thread Ejaj Hassan
Hello everyone,
I am trying to work on Python bugs following the tutorial given in the
python website.
I have installed Tortoise svn and visual studio 2010, I cloned a copy
of cpython as it is advised in the website using, however I am having
some problem in compiling it using visual studio 2010.
I request someone to kindly make me understand the full steps on
solving the bugs.

With regards,
Ejaj Hassan
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] compiling cpython in visual studio 2010

2012-02-18 Thread Terry Reedy

On 2/18/2012 11:54 PM, Ejaj Hassan wrote:

Hello everyone,
I am trying to work on Python bugs following the tutorial given in the
python website.
I have installed Tortoise svn and visual studio 2010, I cloned a copy
of cpython as it is advised in the website using, however I am having
some problem in compiling it using visual studio 2010.


As the devguide says, you need vs2008 or the c++express edition.
3.3 may be released compiled with 2010 (that is being worked on) but I 
believe 2008 will still be needed for 2.7.


--
Terry Jan Reedy

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com