Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26950 > unrolled thread
| Started by | Thomas Jollans <t@jollybox.de> |
|---|---|
| First post | 2012-08-12 21:05 +0200 |
| Last post | 2012-08-12 21:05 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: suggesting a launcher wrapper script for portable python Thomas Jollans <t@jollybox.de> - 2012-08-12 21:05 +0200
| From | Thomas Jollans <t@jollybox.de> |
|---|---|
| Date | 2012-08-12 21:05 +0200 |
| Subject | Re: suggesting a launcher wrapper script for portable python |
| Message-ID | <mailman.3209.1344798699.4697.python-list@python.org> |
On 08/12/2012 02:49 AM, Gelonida N wrote: > > One minor drawback of my suggested script would be, that a console > window pops up for a few seconds when starting a .pyw file. (I'm no expert but) This should be avoidable if you use the Windows Script Host instead of DOS command scripts to write the launchers. I.e. use JScript or VBScript to do exactly the same thing. I don't know much about Windows shortcut (*.lnk) files; if they can contain relative paths, you could just create shortcuts that launch portable python with the script. Thomas
Back to top | Article view | comp.lang.python
csiph-web