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

No way to instsall win32com on python 3.6 #73314

Closed
B mannequin opened this issue Jan 1, 2017 · 4 comments
Closed

No way to instsall win32com on python 3.6 #73314

B mannequin opened this issue Jan 1, 2017 · 4 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@B
Copy link
Mannequin

B mannequin commented Jan 1, 2017

BPO 29128
Nosy @brettcannon, @yan12125, @evanunderscore

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 = None
closed_at = <Date 2017-01-02.16:30:05.877>
created_at = <Date 2017-01-01.19:05:45.375>
labels = ['type-bug', 'library']
title = 'No way to instsall win32com on python 3.6'
updated_at = <Date 2017-01-02.16:30:05.876>
user = 'https://bugs.python.org/B'

bugs.python.org fields:

activity = <Date 2017-01-02.16:30:05.876>
actor = 'zach.ware'
assignee = 'none'
closed = True
closed_date = <Date 2017-01-02.16:30:05.877>
closer = 'zach.ware'
components = ['Library (Lib)']
creation = <Date 2017-01-01.19:05:45.375>
creator = 'B'
dependencies = []
files = []
hgrepos = []
issue_num = 29128
keywords = []
message_count = 4.0
messages = ['284428', '284429', '284476', '284477']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'yan12125', 'evan_', 'B']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue29128'
versions = ['Python 3.6']

@B B mannequin added performance Performance or resource usage stdlib Python modules in the Lib dir labels Jan 1, 2017
@B B mannequin changed the title No way to instsall win32com No way to instsall win32com on python 3.6 Jan 1, 2017
@B B mannequin added type-bug An unexpected behavior, bug, or error and removed performance Performance or resource usage labels Jan 1, 2017
@brettcannon
Copy link
Member

Can you provide a bit more detail, e.g. what error are you seeing?

@B
Copy link
Mannequin Author

B mannequin commented Jan 1, 2017

i'm using the command pip install pypiwin32
but the installation process stops and I have this error: syntaxtError: Missing parentheses in call to 'print'

@evanunderscore
Copy link
Mannequin

evanunderscore mannequin commented Jan 2, 2017

This package doesn't yet have a wheel for Python 3.6, so it falls back on the source distribution, and the setup.py file doesn't run under Python 3.

You can either wait for the maintainer to upload the new wheel to PyPI, or take one of the recently built installers from https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/

@yan12125
Copy link
Mannequin

yan12125 mannequin commented Jan 2, 2017

https://github.com/pywin32/pypiwin32/pull/2

Anyway this is not a Python issue but pywin32's.

@zware zware closed this as completed Jan 2, 2017
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants