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

Installer issue - cannot specify path for python #6

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 8 comments
Closed

Installer issue - cannot specify path for python #6

GoogleCodeExporter opened this issue Jan 29, 2016 · 8 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run PyBluez-0.15.win32-py2.5.exe
2. Installer complains, 'Python v2.5 req, which was not found in registry'
3. python bin cannot be specified 

What is the expected output? What do you see instead?
See attached

What version of the product are you using? On what operating system?
PyBluez-0.15.win32-py2.5. Win XP SP2

Please provide any additional information below.
Path for python cannot be pasted in to dialog box. Python v2.5 installed in 
C:\cygwin\bin

Original issue reported on code.google.com by dari...@gmail.com on 22 May 2008 at 5:12

Attachments:

@GoogleCodeExporter
Copy link
Author

Can you please remove the hard-coded path you are using for python and allow 
the user to specify path in the 
installer? 

Original comment by dari...@gmail.com on 3 Jun 2008 at 2:53

@GoogleCodeExporter
Copy link
Author

There is no hard-coded python path.  That's all done by the python distutils 
module
automatically, which searches the windows registry for Python installations.  
Since
Cygwin Python doesn't modify the windows registry, I don't think it will ever be
detected by any distutils module.  Do you know of other windows binary extension
modules for which this works?

Original comment by ashu...@gmail.com on 3 Jun 2008 at 5:37

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Ahh i see, yes cygwin will not add a windows registry key specifying the
python bin path.

So I suggest you add a feature in to the installer that will allow the
user to specify a path for python if one was not found in the
registry.

Can you do that please?

Thanks.

-Darin

Original comment by dari...@gmail.com on 3 Jun 2008 at 6:23

@GoogleCodeExporter
Copy link
Author

It's unfortunately not as easy as you'd like.  The installer program is 
generated
automatically by python distutils, so I don't have much control over that 
process.

Original comment by ashu...@gmail.com on 3 Jun 2008 at 7:22

@GoogleCodeExporter
Copy link
Author

Original comment by ashu...@gmail.com on 12 Jun 2008 at 4:31

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I correct my previous comment (deleted):
Error only occurs for 64bit Python installations - my mistake.

Original comment by mtd07...@fh-hagenberg.at on 17 Jun 2010 at 2:32

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

1 participant