Re: How to use protocols.msn.FileSend and protocols.msnFileReceive

2005-05-23 Thread Joe Francia
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

Re: a wrapper to invoke functions using argument

2005-02-23 Thread Joe Francia
[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

Re: Moving to Python from PHP - 3 questions

2005-02-20 Thread Joe Francia
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

Re: How can I Fill in web form and post back

2005-02-16 Thread Joe Francia
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 pointers

Re: Multiple initialization methods?

2005-02-16 Thread Joe Francia
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):

Re: [perl-python] problem: reducing comparison

2005-02-15 Thread Joe Francia
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

Re: [EVALUATION] - E02 - Support for MinGW Open Source Compiler

2005-02-15 Thread Joe Francia
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. mike

Re: [EVALUATION] - E02 - Support for MinGW Open Source Compiler

2005-02-15 Thread Joe Francia
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 around python (including

Re: How can I Fill in web form and post back

2005-02-15 Thread Joe Francia
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:

Re: Calling a function from module question.

2005-02-15 Thread Joe Francia
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 -

Re: Python versus Perl ?

2005-02-09 Thread Joe Francia
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,

Re: Python and version control

2005-02-09 Thread Joe Francia
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

Re: PyQt and Python 2.4 - also WinXP LnF?

2005-02-09 Thread Joe Francia
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

Re: Python and version control

2005-02-09 Thread Joe Francia
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,

Re: python without OO

2005-01-27 Thread Joe Francia
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

Re: The best way to do web apps with Python?

2005-01-08 Thread Joe Francia
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