473,405 Members | 2,185 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

win32com coclass_interfaces problem

I need a win32com guru please...

i'm not python expert, but i understand mi trouble...

Requirements:
Hook EyesWeb 3.2.0 (http://www.eyesweb.org) COM Module with Python
2.0.1
i used win32com libraries and generate an early binding for module
(using prog_id)

the problem is the file generated has a Class EyeswebSystem that is a
CoClassBaseClass with coclass_interfaces Like IEywApplication that is
a DispatchBaseClass...

after reading other post with similar problem i saw that the other
problems are about coclass_interfaces with objects DispatchBaseClass
only...

i try

"""
import win32com.client
Eyes=win32com.client.Dispatch('Eyesweb.Remotesyste m')
App=win32com.client.Dispatch(Eyes,resultCLSID='{cl sid}')
"""

an have more accurate result

"""
Eyes <COMObject Eyesweb.Remotesystem> App

<win32com.gen_py.EyesWeb System.IEywApplication instance at
0x19740672>
"""

but i can't reach "EyesWeb System.IEywApplication.Methods()" yet

with diferents try and error, i get com_errors like:
'the server threw an exception'
'invalid access to memory location'

here is a link of my gen_py generated file, easy for understand class
structure of the module with a browse class

http://www.kitesurf.cl/flash/0971C42...E2A40x0x1x0.py

Sorry my English... Mark Hammond if are you out there give me some
light
Jul 18 '05 #1
1 1776
Still in the darkness
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Raaijmakers, Vincent (IndSys,GE Interlogix) | last post by:
Hopefully a win32com guru can help me here.. if a class, generated by makepy.py has an interface defined by 'coclass_interfaces' like: class HelloWorld(DispatchBaseClass): """HelloWorld...
1
by: Justin Stockton | last post by:
I recently upgraded from ActivePython 2.2.2 to ActivePython 2.3.2 and I'm running into an issue importing the win32com.client module. Before installing the new version, I made sure to properly...
3
by: RJ | last post by:
Hi, I've been going over the Quick Start to Client side COM and Python and many other sources, but cannot find an example that will get my com/ActiveX .ocx USB device driver imported. The Excel...
0
by: | last post by:
Hi, A month ago, I decided to move from Delphi to Python/wxPython for a good deal of my development work, and for the past few projects (which included a full re-write of our point-of-sale system)...
1
by: Patrick | last post by:
I am investigating a web-based app wherein I wanted to provide html form frontends to an Excel spreadsheet sitting on a MS Windows server; with each authenticated HTTP user having thier own...
2
by: Sibylle Koczian | last post by:
Hello, I've installed Python 2.4 and the win32 extensions, using administrator rights, under Windows XP in "C:\Programme". As this is a directory without spaces I didn't expect any problems. But...
1
by: Tim Penhey | last post by:
I am currently refraining from tearing out any more hair. I have started at a new job and I am trying to get some quick tests for some COM components that are used here. This morning I...
1
by: koia | last post by:
Hi, I have a problem with adding attributes to a Line in an Excel drawing using the Python win32com interface. From recording in Excel I get the Macro: Sub Makro1()...
1
by: SPJ | last post by:
Sorry, forgot to mention Subject in my earlier post, hence reposting. ------------ I am writing a script which need's to convert an excel file to csv (text) format. For that I am using the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.