yamadora1999 wrote:
> How to use protocols.msn.FileSend and FileReceive?
> Please show me a example.
Excellent example here:
http://catb.org/~esr/faqs/smart-questions.html
--
Soraia: http://www.soraia.com
Better than a smack in the teeth
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
Hi,
support I have a library of function, called mylib.py, in which
there are 2 functions 'f1' and 'f2' (1 arguments in either one);
Now I want to write a wrapper that will invoke f1 or f2 using the
command line argument. So for example, I want to write a function
"call.py"
Michal Migurski wrote:
Thank you. My impression of Zope in the past has been that it does what
I need, along with 10,000 other things I don't (built in WebDAV
server?!), but clearly I owe it another chance. I've been initially
attracted to mod_python because of its raw simplicity and its apparen
On 16 Feb 2005 13:31:31 -0800, alex <[EMAIL PROTECTED]> wrote:
Hi,
it is possible to define multiple initialization methods so that the
method is used that fits?
I am thinking of something like this:
def __init__(self, par1, par2):
self.init(par1, par2);
def __init__(self, par1):
self.i
On Wed, 16 Feb 2005 19:05:35 GMT, Rigga <[EMAIL PROTECTED]> wrote:
Joe Francia wrote:
Rigga wrote:
Hi,
I am looking for the best way to use Python to get a web page, look for
some particular fields on a form, fill in the fields and submit the
form
but I have no idea where to start - any po
Sean wrote:
Sean wrote:
Then I would have a script that uses the
print_this function defined in the module
without using the module name in the call.
from module_name import print_this
or, even:
from module_name import print_this as other_nice_name
So what if I have a whole bunch of functions -
Rigga wrote:
Hi,
I am looking for the best way to use Python to get a web page, look for some
particular fields on a form, fill in the fields and submit the form but I
have no idea where to start - any pointers appreciated
many thanks
Rigga
Here's a pretty good resource:
http://www.google.com/searc
Ilias Lazaridis wrote:
Joe Francia wrote:
Ilias Lazaridis wrote:
[...]
MinGW compatibility is not [only] my need.
It is an community need [at least partially]
You keep using that word "community". I do not think it means what you
think it means.
The community is everyone aro
Ilias Lazaridis wrote:
Mike Meyer wrote:
Ilias Lazaridis <[EMAIL PROTECTED]> writes:
MinGW compatibility is not my need.
Then why do you waste so much effort whining about it not being given
to you?
It is an community need.
Based on the evidence at hand, this is a false statement.
MinGW co
Xah Lee wrote:
here's a interesting real-world algoritm to have fun with.
From you? Doubtful.
Sorry, dude, but you've been replaced by über-troll Ilias Lazaridis.
Security will escort you to the door.
--
Soraia: http://www.soraia.com
--
http://mail.python.org/mailman/listinfo/python-list
Chris wrote:
Hi Joe,
I'm curious. Why do you only use Eclipse for big projects?
Habit, mainly; plus it's easier for one-offs and single-file scripts to
just right-click a file in Explorer and "Edit with ScITE" and work from
there. And to further complicate matters, when in FreeBSD or Linux,
Er
Simon John wrote:
Also, would I have to build it all myself or does Riverbank/TheKompany
provide binaries like PyQt 3.13 for Python 2.4, as I don't have Visual
Studio I can't build it myself.
There is a GPLed version of Qt that will build on win32, and free
compilers to build it with. Despite it
Carl wrote:
Dear friends,
What is the ultimate version control tool for Python if you are working in a
Windows environment?
When you work on a Visual C++ project then it's easy, use Visual Source Safe
for your source code! But when it comes to large Python projects and no
universal Python IDE wit
Caleb Hattingh wrote:
As you might imagine, I think about this constantly. However, there
are many other issues that make it complicated, such as having to work
in a team where the average guy knows pascal well (we're just a bunch
of chemical engineers), but has never even heard of python. Plus,
Timo Virkkala wrote:
This guy has got to be a troll. No other way to understand.
--
Timo Virkkala
Not a troll, just another case of premature optimization run amok.
--
http://mail.python.org/mailman/listinfo/python-list
worzel wrote:
What is the best way to web developemnt with Python? Is there
anything close to PHP style in-page script placement that can create
and use other Python objects? I am not really interested in Zope (I
believe that is more a CMS than anything else?) I am also looking for
something a litt
16 matches
Mail list logo