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

Add post_install script to create start menu entries in Python 3 #1143

Closed
wants to merge 1 commit into from

Conversation

takluyver
Copy link
Member

This should fix #1119, but I can't test it, because I don't have a Windows machine handy, and Python in Wine seems to be having problems.

Can someone with a Windows machine test it? You'll need Python 3.2 installed. With this branch checked out, run C:\python32\python.exe setup.py bdist_wininst. This will produce a .exe installer - run that, and see if it completes without errors and creates start menu entries for IPython on Python 3.

@minrk
Copy link
Member

minrk commented Dec 11, 2011

Thanks, this I understand and am super comfortable with, so I'll do a test in a VM, and merge if it works.

@minrk
Copy link
Member

minrk commented Dec 12, 2011

Various few small fixes (print_statement, '3' suffix on files) are required to the script itself, but I've made them locally and this works just fine. I'll merge in a sec.

@minrk minrk closed this in 5047149 Dec 12, 2011
@takluyver
Copy link
Member Author

Thanks, Min.

mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Start Menu items are now installed with bdist_wininst on Python 3.

closes ipython#1143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start menu shortcuts not created in Python 3
2 participants