lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: convert-ly, musicxml2ly, etc. problems


From: Bonnie Rogers
Subject: Re: convert-ly, musicxml2ly, etc. problems
Date: Thu, 30 Nov 2006 17:12:53 -0500
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

Just as I thought - you are trying too hard! I'm not a programmer either. What on earth is all that "import" stuff? If you have the music in a desktop folder and cd to that folder you won't have to bother with any of that. Just type convert-ly and the file name.

Cheers!
Bonnie

Rick Hansen (aka RickH) wrote:


Bertalan Fodor-2 wrote:
Install the 2.10.0-1 version of LilyPond (and not the bad, 2.10.0-2)
Then you will be able to run convert-ly by:
- running 'python convert-ly' from C:\Program Files\LilyPond\usr\bin
- or by clicking the convert-ly button in LilyPondTool (if you use that)

Bert


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



Thanks, that got me a little closer, I'm already on version 2.11.

Here is the error I'm getting now: do I need something in my system PATH it
appears like it cant find the target of an import?

<<<<<<<<<<<

C:\Program Files\LilyPond\usr\bin>python convert-ly -h
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "convert-ly", line 13, in <module>
    import os
ImportError: No module named os

<<<<<<<<<<<

Then I added the -v option to python and got this longer error:


<<<<<<<<<<<


C:\Program Files\LilyPond\usr\bin>python -v convert-ly -h
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
'import site' failed; traceback:
ImportError: No module named site
Python 2.5 (r25:51908, Nov 15 2006, 17:33:18)
[GCC 4.1.1] on mingw32
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):
  File "convert-ly", line 13, in <module>
    import os
ImportError: No module named os
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] zipimport
# cleanup[1] signal
# cleanup[1] exceptions
# cleanup sys
# cleanup __builtin__
# cleanup ints
# cleanup floats


<<<<<<<<<<<<<<


I'm not a programmer (per se) so my machine is basically that of a
musicians, I'm hoping to not have to install a lot of developers tools to be
able to use convert-ly, and all the other cool utilities that come with
lilypond.

Rick







reply via email to

[Prev in Thread] Current Thread [Next in Thread]