[Tutor] Mod python setup

2006-11-22 Thread Jacob Abraham
Hi All, I've been using Trac (http://trac.edgewall.org/) for some time you will be suprised to know that I use it along with a Clearcase repository. I've also written a small plugin that displays the MSN logs. Soon some of this code will be put into trac hacks with an open source license. Fo

[Tutor] Python and ODS

2006-11-22 Thread Basil Shubin
Hi friends! Is there any extension or library to create/write data in OpenDocument Spreadsheet? I found pyExcelerator, but it's working only with xls format. -- Basil Shubin Freelance Software Developer ___ Tutor maillist - Tutor@python.org http://

[Tutor] IIS and Virtual directories

2006-11-22 Thread Todd Dahl
I have been trying to figure out how to create an IIS Virtual Directory through Python but can't find anything that works. I have done it in the past with Perl with the script below but can't seem to figure out how to do it in Python. I was wondering if someone could point me in the right directio

Re: [Tutor] I need SOAPpy documentation.....

2006-11-22 Thread Tim Golden
| Can some one provide me with the SOAPpy documentation; I mean | a kind of list of the functions available in the module and | the details of those functions. As a general rule, you can run your own local pydoc server, which will offer HTML docs on every module you have installed: python -m py

Re: [Tutor] I need SOAPpy documentation.....

2006-11-22 Thread Asrarahmed Kadri
I installed fpconst, and soappy and its working fine. I dont remember how I managed to get those working.. Yeah, I definitely downloaded from the Internet. REgards, Asrarahmed On 11/22/06, Tim Golden <[EMAIL PROTECTED]> wrote: | Can some one provide me with the SOAPpy documentation; I mean |

Re: [Tutor] I need SOAPpy documentation.....

2006-11-22 Thread Tim Golden
| Can some one provide me with the SOAPpy documentation; I mean | a kind of list of the functions available in the module and | the details of those functions. Come on, you can try harder than that. Have you downloaded SOAPpy? Where did you get it? If it came with your distro, Google and Feel Lu

[Tutor] I need SOAPpy documentation.....

2006-11-22 Thread Asrarahmed Kadri
Hi folks, Can some one provide me with the SOAPpy documentation; I mean a kind of list of the functions available in the module and the details of those functions. Thanks in anticipation. Best Regards, Asrarahmed Kadri -- To HIM you shall return. ___