tblancher / pymazon

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

Pymazon windows install script does not launch out-of-the-box #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On windows, install pymazon with >python setup.py install
2. try to launch pymazon with >pymazon -g
3.

What is the expected output? What do you see instead?
Pymazon should launch in gui mode. Instead, you get a program not found
message.

Please use labels and text to provide additional information.
This is an issue with windows and Python scripts. Typically, python scripts
also have a like-named batch file launcher installed along side them in
C:\>Pythonxy\Scripts\. Why Windows makes stuff so hard, I will never know...

Original issue reported on code.google.com by SCColbert@gmail.com on 1 Jan 2010 at 5:49

GoogleCodeExporter commented 8 years ago
Fixed in source tree. The setup.py was modified to install a .bat launcher 
alongside 
the pymazon script on NT based machines.

Original comment by SCColbert@gmail.com on 6 Jan 2010 at 3:41