Re: [python-win32] Creating python com objects

2008-04-25 Thread Alex Denham
I've had a look at the example and i can't quite pick out what's being done differently other than pythoncom.WrapObject() is being called within a class and it's being called on the class it's in? Or is it something to do with the arguments passed to wrap object? Thanks for the help. Alex

[python-win32] Creating python com objects

2008-04-25 Thread Roger Upole
Alex Denham wrote: I've had a look at the example and i can't quite pick out what's being done differently other than pythoncom.WrapObject() is being called within a class and it's being called on the class it's in? Or is it something to do with the arguments passed to wrap object? Thanks for

[python-win32] QueryInterface fails with object passed from VB

2008-04-25 Thread jose simas
Hi, I am porting parts of a large VB application to python (using 2.5) where the UI must stay in VB for the moment. I am using the Model View Presenter where my models and presenters are in python and my view is in VB. I am having trouble passing the VB views into my python presenters. The views

[python-win32] Access Denied Errors with IronPython and WMI

2008-04-25 Thread Michael Foord
Hello guys, I'm writing some examples of using IronPython and WMI to connect to computers on the local network. I'm getting some 'access denied' errors and wondered if there was anyone on this list who might be able to help me. If there is then I will post details. All the best, Michael

Re: [python-win32] Creating python com objects

2008-04-25 Thread Alex Denham
Thats excellent Tim, I was just about to start digging around for information on how to get the data once it's dropped. Thanks for your help Alex Date: Fri, 25 Apr 2008 17:16:34 +0100 From: [EMAIL PROTECTED] CC: python-win32@python.org Subject: Re: [python-win32] Creating python com objects

Re: [python-win32] Creating python com objects

2008-04-25 Thread Tim Golden
Well, for those of you still watching this show (!) and just in case anyone comes along in the future with the same question, I attach below a small working example which will accept one or more files dropped onto its Window. It doesn't do anything with the files, bar pull their names from the

Re: [python-win32] [wxpython-users] Having problems with wxPython - HELP!!!

2008-04-25 Thread Tim Roberts
Marlin Rowley wrote: I want to start from the beginning and work my way to what I have now. Maybe then, I'll see some things that I didn't. :) Let's start with the Frame and Window creation. Right now, I pass a resolution into my script (rfxRenderView.py 320 240). Let's say it's

Re: [python-win32] [wxpython-users] Having problems with wxPython - HELP!!!

2008-04-25 Thread Tim Roberts
Tim Roberts wrote: Marlin Rowley wrote: I want to start from the beginning and work my way to what I have now. Maybe then, I'll see some things that I didn't. :) Let's start with the Frame and Window creation. Right now, I pass a resolution into my script (rfxRenderView.py 320 240).

[python-win32] Access Denied Errors with IronPython and WMI

2008-04-25 Thread Roger Upole
Michael Foord wrote: Hello guys, I'm writing some examples of using IronPython and WMI to connect to computers on the local network. I'm getting some 'access denied' errors and wondered if there was anyone on this list who might be able to help me. If there is then I will post details. All

Re: [python-win32] Access Denied Errors with IronPython and WMI

2008-04-25 Thread Michael Foord
Roger Upole wrote: Michael Foord wrote: Hello guys, I'm writing some examples of using IronPython and WMI to connect to computers on the local network. I'm getting some 'access denied' errors and wondered if there was anyone on this list who might be able to help me. If there is then I will

[python-win32] Create x64 exe using py2exe on 32bit machine

2008-04-25 Thread siddhartha veedaluru
Hi, how can i create an x64 exe of a python script on a 32 bit machine. Please let me know if need any other information Thanks Siddhartha ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32