pombreda / pgreloaded

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

Users should be able to run pgreloaded without installing #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
0.I want to try pgreloaded without installing
1.I don't want to install beta version on my machine
2.I don't have administrator privileges
3.I am a Python hacker and don't know how virtualenv work

What is the expected output? What do you see instead?
I have my own mechanism for distributing my game, which works with pygame 
checkout, but not with pgreloaded. Expected pgreloaded to work as usual Python 
package without `building` steps:

http://www.pyglet.org/doc/programming_guide/installation.html

Original issue reported on code.google.com by techtonik@gmail.com on 22 Jul 2012 at 5:52

GoogleCodeExporter commented 9 years ago
Points taken and considered. For 2., users seem to become more and more unaware 
of the --user or --prefix knobs on executing python setup.py install.

The appropriate changes for running pgreloaded from the source dist by 
modifying PYTHONPATH have been made in revision 03355785bf39. This also 
includes amendments for Issue 12, Issue 13 and Issue 14.

Original comment by marcusvonappen@googlemail.com on 24 Jul 2012 at 5:44

GoogleCodeExporter commented 9 years ago
Great. Cool.

Original comment by techtonik@gmail.com on 14 Jan 2013 at 9:31