> > BTW, it's easier to run these modules using python -m, since you don't > have to keep coming up with the full path. That is: > > python -m leo.core.runLeo # or launchLeo or whatever > > Of course, the leo directory location has to be known to Python if it's not > in the standard location (e.g., Lib/site-packages). >
Excellent! I didn't know this. Thank you. -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/4476e585-4437-46e7-a87a-9416826b2f09%40googlegroups.com.
