[Tutor] Installation Problems

2008-10-08 Thread Matthew Hill
I am a newly beginning aspiring programmer.  I have been learning Blender 3D and I want to use python with it.  I downloaded the newest version of python and I tried running it with Blender 2.47.  Python would work alone but would not with Blender.  I read on a forum that I needed to get python

Re: [Tutor] Batch searches on Googlescholar

2008-10-08 Thread Tim Golden
Alan Gauld wrote: "W W" <[EMAIL PROTECTED]> wrote my aim is to identify how many times each publication got cited on google Scholar. You can use the urllib builtin module and beautiful soup for parsing HTML. I don't know if the Googlescholars page allows python connections, I know regular

Re: [Tutor] Batch searches on Googlescholar

2008-10-08 Thread Alan Gauld
"W W" <[EMAIL PROTECTED]> wrote my aim is to identify how many times each publication got cited on google Scholar. You can use the urllib builtin module and beautiful soup for parsing HTML. I don't know if the Googlescholars page allows python connections, I know regular google queries do