Re: Windows registry, Python, and LilyPond

2013-09-17 Thread Eluze
://lilypond.1069038.n5.nabble.com/Windows-registry-Python-and-LilyPond-tp150684p150946.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Windows registry, Python, and LilyPond

2013-09-15 Thread Eluze
.nabble.com/Windows-registry-Python-and-LilyPond-tp150684p150833.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Windows registry, Python, and LilyPond

2013-09-15 Thread Frederick Bartlett
Eluze, When I try midi2ly under Windows 7, I get the error No module named midi. While I see a midi.dll in LilyPond\usr\bin and LilyPond\lib\lilypond\current\python, I don't have anything at all under \Python27. But, as I said, it works fine on my Linux box ... so I assume I'm missing some

Re: Windows registry, Python, and LilyPond

2013-09-14 Thread Eluze
Frederick Bartlett wrote However, since the python script I use most (midi2ly) doesn't work on Windows anyway please, refine what you mean with this or give an example! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Windows-registry-Python-and-LilyPond

Re: Windows registry, Python, and LilyPond

2013-09-13 Thread Frederick Bartlett
Thanks for the information, everyone I think what I'm looking for is a Windows installation whereby LilyPond's python scripts are run by its own python.exe, while all other python scripts are run by the system's python. This is likely not possible under Windows. *sigh* However, since the

Re: Windows registry, Python, and LilyPond

2013-09-13 Thread Jan Nieuwenhuizen
Frederick Bartlett writes: I think what I'm looking for is a Windows installation whereby LilyPond's python scripts are run by its own python.exe, while all other python scripts are run by the system's python. This is likely not possible under Windows. *sigh* What if all our python scripts

Windows registry, Python, and LilyPond

2013-09-12 Thread Frederick Bartlett
All, I just installed LilyPond on a new laptop (same OS -- Windows 7 -- as before), but this time the registry entry HKCR\Python\shell\open\command\(Default), which is set to C:\Program Files\LilyPond\usr\bin\python.exe , interferes with my path to my Python installation in C:\Python27.

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Phil Holmes
Which LilyPond version? -- Phil Holmes - Original Message - From: Frederick Bartlett To: lilypond-user@gnu.org Sent: Thursday, September 12, 2013 2:32 PM Subject: Windows registry, Python, and LilyPond All, I just installed LilyPond on a new laptop (same OS

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Frederick Bartlett
- Original Message - *From:* Frederick Bartlett frederick.bartl...@gmail.com *To:* lilypond-user@gnu.org *Sent:* Thursday, September 12, 2013 2:32 PM *Subject:* Windows registry, Python, and LilyPond All, I just installed LilyPond on a new laptop (same OS -- Windows 7 -- as before

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Phil Holmes
: Windows registry, Python, and LilyPond Oh, sorry! 2.16.2 I have since found that I can run python scripts from the command line by typing, say, python myscript.py While just typing myscript produces an error, even though the Windows file association has been set to c

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Phil Holmes
, 2013 3:56 PM Subject: Re: Windows registry, Python, and LilyPond Well, yes ... but why would I want LilyPond's python to run a script instead of the system's python? Perhaps I'm just not advanced enough a LilyPond user Fred On 12 September 2013 10:22, Phil Holmes m

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Frederick Bartlett
LilyPond version? -- Phil Holmes - Original Message - *From:* Frederick Bartlett frederick.bartl...@gmail.com *To:* lilypond-user@gnu.org *Sent:* Thursday, September 12, 2013 2:32 PM *Subject:* Windows registry, Python, and LilyPond All, I just installed LilyPond on a new

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Tim Roberts
Frederick Bartlett frederick.bartl...@gmail.com wrote: Oh, sorry! 2.16.2 I have since found that I can run python scripts from the command line by typing, say, python myscript.py While just typing myscript produces an error, even though the Windows file association has been set to

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread David Kastrup
Hilary Snaden h...@newearth.demon.co.uk writes: Nearly two years ago I wrote to this list commenting about major problems (including registry residue) resulting from trying to run Python 2, Python 3 and Lilypond on the same Windoze box. Since switching to GNU/Linux they've all got on just

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Hilary Snaden
On 2013-09-12 14:32, Frederick Bartlett wrote: All, I just installed LilyPond on a new laptop (same OS -- Windows 7 -- as before), but this time the registry entry HKCR\Python\shell\open\command\(Default), which is set to C:\Program Files\LilyPond\usr\bin\python.exe , interferes with my

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Eluze
displays Python 3.3.2 … of course LilyPond uses its own version (there are several ways to do this) where is a dozing problem? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Windows-registry-Python-and-LilyPond-tp150684p150722.html Sent from the User mailing list

Re: Windows registry, Python, and LilyPond

2013-09-12 Thread Helge Kruse
Well, Microsoft has invented the side-by-side (SxS) installation years ago. I has been introduced for Windows XP. (http://msdn.microsoft.com/en-us/library/aa376307.aspx) Although the name assembly suggests that it has to do with .NET CLR it is a plain DLL thing suitable for native C applications.