adem0x / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

starting pyscripter as portable app ... #754

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Not able to start PyScripter as a portable application following the batch file 
method given the FAQ.

SET PYTHONHOME="C:\WinPython\WinPython-32bit-2.7.5.3\python-2.7.5"
PyScripter --PYTHON27 --PYTHONDLLPATH 
"C:\WinPython\WinPython-32bit-2.7.5.3\python-2.7.5" %1 %2 %3 %4 %5 %6 %7
-------
What is the expected output? What do you see instead?

I see a cmd window come up and disappear quickly, no messages.

It would be better if PyScripter GUI were to come up and then the user can 
point it to the location of Python executable and DLLs using a GUI.
---------
What version of the product are you using? On what operating system?
Win7, 32 bit and 64 bit.
WinPython 32 bit 2.7.5.3, not registered with Win7.
Pyscripter 2.5.3, 32 bit.

Please provide any additional information below.

Original issue reported on code.google.com by nikhild1...@gmail.com on 14 Nov 2013 at 8:57

GoogleCodeExporter commented 9 years ago
same problem here.

I also opened a command window (DOS box) and launched the batch from there,
no errors or warnings whatsoever. 

It would be great if this issue was solved, as more and more environments are 
locked for installation and "portable" is the only option.

thanks, Stef

Original comment by Stef.Mientki@gmail.com on 4 Jan 2014 at 9:42