On Monday, 2 January 2012 09:04:11 UTC-8, Terry wrote: > > Summary - it's easy to make a .zip file containing Leo and all it's > dependencies.
--- snip 8<---, see https://groups.google.com/forum/#!msg/leo-editor/jnpkrQeo9Hk/Ds3QsUe1W-QJ So, the .zip file contains all Leo needs to run, and obviously > runLeo.bat could be added in the top level to actually launch it. > Since this topical today, almost a year later, I thought I'd take a run at repeating this using Portable Python (http://www.portablepython.com) as a base. It didn't work, but I think it should. Maybe someone else knows why. I ran the installer for 2.7.3 since 3.2 doesn't include PyQt4. At install time I selected only the Python and PyQt4 packages. Then from a fresh command shell: {{{ path=c:\windows;c:\windows\system32 pushd x:\portapy27\App path=%cd%;%cd%\Scripts;%cd%\Lib\site-packages\PyQt4;%path% set pythonhome=%cd% set pythonpath=%cd%\Lib popd python --version Python 2.7.3 python -c "import PyQt4" :: no error returned, we're good. python c:\apps\leo-editor-latest\launchLeo.py Leo requires Qt to be installed. }}} oh well. -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/Qb06CEDG3ssJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
