Re: [BangPypers] Pygments help

2010-06-01 Thread Srinivas Reddy Thatiparthy
Oops,my bad! My version of python is 3.0.I didn't notice it and un-installed it and Pygments working nice on 2.6. Thanks&Regards, Srinivas Reddy Thatiparthy, Mobile:9393099772, ___ BangPypers mailing list BangPypers@python.org http://mail.python.

Re: [BangPypers] Pygments help

2010-06-01 Thread Srinivas Reddy Thatiparthy
>"pygmentize" is just a normal python script. You should have no problems >running it under windows. Well, it's a shell script with no extension , i opened it in an editor ,it contains python code.see the below code. #here goes the path to python interpreter,actually i overriden that data,so

Re: [BangPypers] Pygments help

2010-06-01 Thread Arvind Jamuna Dixit
On Tue, Jun 1, 2010 at 12:40 PM, Srinivas Reddy Thatiparthy < srinivas_thatipar...@akebonosoft.com> wrote: > I have installed it from source (well,i have windows xp) by running python > setup.py install and when i looked for docs to invoke on a file say Test.cs > there is a pygmentize file to inv

Re: [BangPypers] Pygments help

2010-06-01 Thread Noufal Ibrahim
On Tue, Jun 1, 2010 at 12:40 PM, Srinivas Reddy Thatiparthy wrote: > I am playing around with Pygments 1.3.1 source .I have a couple of questions. > 1.Pygments docs says use python 2.4 or above.(from > Pygments-1.3.1/docs/build/installation.html) ;there are lots of print > statements in source b

[BangPypers] Pygments help

2010-06-01 Thread Srinivas Reddy Thatiparthy
I am playing around with Pygments 1.3.1 source .I have a couple of questions. 1.Pygments docs says use python 2.4 or above.(from Pygments-1.3.1/docs/build/installation.html) ;there are lots of print statements in source but in 3.0 it has a become a function,so how does it work in 3.0 ? 2.I have