Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

makepy crashes parsing "Hauppauge WinTV OCX (b.11) #33629

Closed
jcable mannequin opened this issue Dec 22, 2000 · 2 comments
Closed

makepy crashes parsing "Hauppauge WinTV OCX (b.11) #33629

jcable mannequin opened this issue Dec 22, 2000 · 2 comments
Assignees

Comments

@jcable
Copy link
Mannequin

jcable mannequin commented Dec 22, 2000

BPO 226665
Nosy @gvanrossum, @mhammond

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/mhammond'
closed_at = <Date 2000-12-27.22:09:29.000>
created_at = <Date 2000-12-22.09:40:59.000>
labels = ['OS-windows']
title = 'makepy crashes parsing "Hauppauge WinTV OCX (b.11)'
updated_at = <Date 2000-12-27.22:09:29.000>
user = 'https://bugs.python.org/jcable'

bugs.python.org fields:

activity = <Date 2000-12-27.22:09:29.000>
actor = 'gvanrossum'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2000-12-22.09:40:59.000>
creator = 'jcable'
dependencies = []
files = []
hgrepos = []
issue_num = 226665
keywords = []
message_count = 2.0
messages = ['2735', '2736']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'mhammond', 'jcable']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue226665'
versions = []

@jcable
Copy link
Mannequin Author

jcable mannequin commented Dec 22, 2000

Probably a problem with the OCX, but clearly a failure in makepy too:

PythonWin 2.0 (#8, Oct 19 2000, 11:30:05) [MSC 32 bit (Intel)] on win32.
Portions Copyright 1994-2000 Mark Hammond (MarkH@ActiveState.com) - see 'Help/About PythonWin' for further copyright information.
>>> Generating to c:\python20\win32com\gen_py\2B143B63-055B-11D2-A96D-00A0C92A2D0Fx0x11x17.py
Traceback (most recent call last):
  File "c:\python20\pythonwin\pywin\framework\scriptutils.py", line 301, in RunScript
    exec codeObject in __main__.__dict__
  File "C:\Python20\win32com\client\makepy.py", line 357, in ?
    rc = main()
  File "C:\Python20\win32com\client\makepy.py", line 350, in main
    GenerateFromTypeLibSpec(arg, f, verboseLevel = verboseLevel, bForDemand = bForDemand, bBuildHidden = hiddenSpec)
  File "C:\Python20\win32com\client\makepy.py", line 254, in GenerateFromTypeLibSpec
    gen.generate(fileUse, bForDemand)
  File "c:\python20\win32com\client\genpy.py", line 665, in generate
    self.do_generate()
  File "c:\python20\win32com\client\genpy.py", line 719, in do_generate
    oleItems, enumItems, recordItems = self.BuildOleItemsFromType()
  File "c:\python20\win32com\client\genpy.py", line 620, in BuildOleItemsFromType
    refType = info.GetRefTypeInfo(info.GetRefTypeOfImplType(j))
com_error: (-2147312566, 'Error loading type library/DLL.', None, None)
>>> 

The offending ocx can be found at:

http://homepage.ntlworld.com/julian.cable/hcwWinTV.ocx

@jcable jcable mannequin closed this as completed Dec 22, 2000
@jcable jcable mannequin assigned mhammond Dec 22, 2000
@jcable jcable mannequin added the OS-windows label Dec 22, 2000
@jcable jcable mannequin closed this as completed Dec 22, 2000
@jcable jcable mannequin assigned mhammond Dec 22, 2000
@jcable jcable mannequin added the OS-windows label Dec 22, 2000
@gvanrossum
Copy link
Member

This is a Pythonwin problem, this is not the proper place to report this bug.
Go to the activestate.com website to find out more.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants