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=-
--
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
>
> 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
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
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']
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
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
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
>
> 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
> 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
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
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
>
> 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
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
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
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
<[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
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
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
19 matches
Mail list logo