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)
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
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
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
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