Closed GoogleCodeExporter closed 8 years ago
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
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
[deleted comment]
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
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
Original comment by ashu...@gmail.com
on 12 Jun 2008 at 4:31
[deleted comment]
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
Original issue reported on code.google.com by
dari...@gmail.com
on 22 May 2008 at 5:12Attachments: