[Tutor] MSI Installers for python

2007-02-10 Thread demonic . software
Hello, I was wondering if anyone can offer any examples, pointers, tutorials, or howtos on developing an MSI installer file for windows using Python. I found the msilib reference in the Python 2.5 documents, but I am not familiar with this area and I am trying find any examples (code wise)

Re: [Tutor] MSI Installers for python

2007-02-11 Thread demonic . software
Thanks for your reply. Yes. I am trying to build an MSI installer file using python. Thank you for the pointers. I'll see if I can glean any information from that and who know even post a short tutorial ;). Thanks again. Kent Johnson wrote: > [EMAIL PROTECTED] wrote: >> Hello, >> >> I was

[Tutor] Writing a script to interact with an interactive command program

2008-06-09 Thread Demonic Software
Hello, I am trying to write an interactive shell that will pipe input from one source to a shell/program, and then return the input to that source. I have been trying to do this with the os.popen*, and I have not had any success in getting this to work. Here is a basic piece of the code that dem

Re: [Tutor] Writing a script to interact with an interactive commandprogram

2008-06-09 Thread Demonic Software
t;, shell=True, bufsize=1024, stdin=PIPE, stdout=PIPE, close_fds=True) k.stdin.write("ls -all\n") k.stdout.read() On Mon, Jun 9, 2008 at 7:19 PM, Alan Gauld <[EMAIL PROTECTED]> wrote: > "Demonic Software" <[EMAIL PROTECTED]> wrote > > (cin, cout_cerror

Re: [Tutor] IDE

2008-06-10 Thread Demonic Software
I have tried a few and I mainly stick with Eclipse IDE + PyDev for large projects, simply because I develop stuff in other languages and it is X-platform. For small stuff, I might just use Notepad++ (Windows), Kate/(KDE)/ vim, or ipython for rapid python prototyping :) My only dislike about vim i