Re: "EURO GIRLS" "MISS EUROPE" "MISS FRENCH" "FRENCH" "PRETTY GIRLS" "SEXY FRENCH GIRLS" on www.sexyandpretty-girls.blogspot.com "SEXY RUSSIAN GIRLS" "SEXY GREEK GIRLS" "SEXY DUTCH GIRLS" "SEXY UK G

2010-03-21 Thread Ravi Kumar
On Sat, Mar 20, 2010 at 7:27 PM, Brian J Mingus wrote: > Moderating this stuff requires moderating all messages. It would take a > team of volunteers. > You are right... Form the team of volunteers. More people in it, better it would be - since no one would have to be dedicated. -- -=Ravi=- --

GUI app on Windows for WMI digging

2010-02-22 Thread Ravi Kumar
Hi, I am working on an application, which retrieves Windows system info (Hardware / Software / Drivers / OS) and write to an xml. For the GUI, I selected PyQT4, and for system info using WMI, I am using WMI Package (http://timgolden.me.uk/python/wmi/index.html) and popular pywin32. To package the

Re: "Pythoner",Wish me luck!

2009-04-03 Thread Ravi Kumar
> > Hi, > I'm also begginer in python; > i did few basic programs about graph etc.. > > my question is : what benefit is using interactive intrepreter ? > > the IDLE interractive python IDE is best comparing to any other most advanced IDE available in world. Really, if you are learning the python

Plugin based feature adding to web-application

2009-03-13 Thread Ravi Kumar
I need an architecture in a project using Django and Python + MySQL, so that when I put a python script in specified directory, that should be loaded and its methods/functions can be used. As far as i have thought on this, I am going to scan that particular directory, list out the files, import th

libgmail through proxy

2008-04-01 Thread Ravi Kumar
HI, I was trying to use libgmail. I used that successfully, fetched mail to some extend (thought after some mails, it threw exceptions on NonIterable Int). But when I used the same package from my office where I have to use the proxy, it failed. I used idle, then I also set os.ENVIRON['http_proxy']

Weight Problem

2008-03-15 Thread Ravi Kumar
An Interesting problem, """ A man has only 4 bricks of different weights, lies between 1-40KG, Also, the total weights of Brick A, B, C, D (ie A+B+C+D) is 40KG. The man uses that brick to calculate every possible weight from 1 KG to 40 KG in his shop. (only whole numbers 1KG, 2KG etc, not like 2.3

CVS access with Python

2008-02-07 Thread Ravi Kumar
I have to design a Web-based CVS client. I could not find any module, cvs-binding in python. I have investigated all sort of Web Interface, including Sandweb, and ViewCVS etc. But these provide Read-only access and features. I need to provide almost all sort of basic features a developer frequentl

how to protect directory traversal in mod_python based custom apps

2007-12-24 Thread Ravi Kumar
hi :) I was trying to develop a custom mod_python based web-site, just today. the problem I got though i liked the mod_python's feature of mapping and calling functions in python script by parsing the url. I mean, http://localhost/site/member/list?no=100 would call site/member.py page's function l

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
> > If I had to do something like this I would host a Python web > server listening on some port and let .NET application talk to me > using HTTP requests preferably or SOAP if I really had to. > It could be a Paster or Cherrypy or Twisted based server. > Google for instruction on how to package it

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
> Joshua: > PDF library: ReportLab. But that is most generation of PDFs. For reading, > splitting, etc, you may have to look at their commercial offering I will have to research on it, i think time to list the best available libs, and finding all's dependency. > On Dec 19, 2007 6:10 AM, Boris Bo

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
In continuation of last mail [since pressing tab+space sent the mail :( ] Things on high priorities right now are: - How to integrate Python calling from .NET - Any suggestions for optimizations that would prevent overburden to application due to IronPython interpretation calling, if any, or does s

.NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
Hi. First I am explaining the Problem so it would not get messed up. :) == PROBLEM I have to integrate a small part in .NET Projects. .NET project is actually all Web-based application, user interface is Web-page for multiple actions. But a backend component of project

Re: Best way to protect my new commercial software.

2007-12-10 Thread Ravi Kumar
> > 1. Put all the compiled Python bytecode in a heavily encrypted binary > file. Consider using a hardware hash in the key. > > 2. Program a small binary executable (.exe file) in C or C++ that: > > 2a. Reads the binary file. > > 2b. Decrypts it to conventional Python byte code. > > 2c. Embe

Re: [OT] Guide me on Apache Virtual server+mod_python

2007-12-10 Thread Ravi Kumar
error discriptions right now from my side. I would like to work a little more to get to some point and then let you all know what exactly the problem is. Again, thanks a lot for the help. On Dec 5, 2007 7:31 PM, Ravi Kumar <[EMAIL PROTECTED]> wrote: > HI, > I am sorry for OT here. Bu

[OT] Guide me on Apache Virtual server+mod_python

2007-12-05 Thread Ravi Kumar
HI, I am sorry for OT here. But I search google, could not quench my thrist, so came here, and for single question, I don't want to subscribe in Apache Newsgroup. The problem is : i wwant to implement a mod_python based Website + Reporting Application on my system. In the domain, my system is : m

Re: Need to call functions/class_methods etc using string ref :How

2007-12-03 Thread Ravi Kumar
WOW, Thanks a lot. I got many options to do, and play with. Each one having its own pros and cons. But for my requirement in project, i will go with hasattr/getattr/callable and then calling the ref method. It seems fit for the problem. Thanks a lot :) again. On Dec 1, 2007 12:45 AM, Bruno Desthu

Re: any Templating system help

2007-11-30 Thread Ravi Kumar
<[EMAIL PROTECTED]> wrote: > On Thu, Nov 29, 2007 at 06:48:10PM +0530, Ravi Kumar wrote: > > Hi, > > I am stuck a little. I am working on a demo site to propose for the my > > company. Using mod_python and several python technologies. But the > website > > is si

any Templating system help

2007-11-29 Thread Ravi Kumar
Hi, I am stuck a little. I am working on a demo site to propose for the my company. Using mod_python and several python technologies. But the website is simply using publisher handler, i dont want to use any framework such as DJango etc. so the main idea is, i made many python files which has sev

Need to call functions/class_methods etc using string ref :How

2007-11-26 Thread Ravi Kumar
Hi, First of all, since this is my first mail to Python-List, I want to say "Hello world!" After that; I am stuck in a project. Actually I am writing a module (for testing now), which takes URL, parses it, finds which modules and then which method to call or which class to initiate and which string