Re: Who can develop the following Python script into working application ?

2007-09-22 Thread Andrey Khavryuchenko
DBR> And as you said yourself: DBR> """ DBR> Frankly speaking I would prefer to pay for your kind assistance DBR> as it may take me to much time to learn some Python and understand the DBR> following script. DBR> """ DBR> Now, again: http://www.guru.com/ There you can get devlopers for D

Re: Python Web Frameworks

2007-01-17 Thread Andrey Khavryuchenko
Shortash, "S" == Shortash wrote: S> I want to build a Python web app but im not sure which one to go for. I S> prefer something like asp.Net , which would allow me to fully seperate S> the presentation layer from the logic. Please advise? Django? http://www.djangoproject.com -- Andrey V K

Re: html + javascript automations = [mechanize + ?? ] or something else?

2007-01-16 Thread Andrey Khavryuchenko
Diez, "DBR" == Diez B Roggisch wrote: >> Up to my knowledge, there no way to test javascript but to fire up a >> browser. >> >> So, you might check Selenium (http://www.openqa.org/selenium/) and its >> python module. DBR> No use in that, as to be remote-controlled by python, selenium must

Re: html + javascript automations = [mechanize + ?? ] or something else?

2007-01-16 Thread Andrey Khavryuchenko
John, "J" == John wrote: J> I have to write a spyder for a webpage that uses html + javascript. I J> had it written using mechanize but the authors of the webpage now use a J> lot of javascript. Mechanize can no longer do the job. Does anyone J> know how I could automate my spyder to unders

[ANN] Py2Py 0.0.1 - python code reformatter, initial dev release

2007-01-15 Thread Andrey Khavryuchenko
Folks, We release development preview snapshot of Py2Py code reformatter [1]. It is a byproduct of the PyBeast project aimed to create the python mutation tester. Now Py2Py code reformatter ignores all comments and 80-char line length requirement. Nevertheless, it produces the same AST as the or