Custom Query (1174 matches)
Results (193 - 195 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #199 | FIXED | buildout problems: ImportError: No module named ez_setup | ||
| Description |
I did "python bootstrap.py && ./bin/buildout" and got this: ... Getting distribution for 'PasteScript'. Traceback (most recent call last): File "", line 1, in File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 427, in easy_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in File "setup.py", line 1, in # GNU MediaGoblin -- federated, autonomous media hosting ImportError: No module named ez_setup An error occurred when trying to install PasteScript 1.7.4. Look above this message for any errors that were output by easy_install. While: Installing. Getting section make_user_dev_dirs. Initializing section make_user_dev_dirs. Installing recipe mediagoblin. Getting distribution for 'PasteScript'. Error: Couldn't install: PasteScript 1.7.4 Chris said to try bootstrap.py with the --distribute option. That worked fine. This bug is for:
|
|||
| #200 | FIXED | login vs. log in -- lots of incorrect usage | ||
| Description |
"login" is the place where you log in--it's a noun or adjective. "log in" is the act of logging in--it's a verb. For example, a user would log in at the login screen. We've got a lot of incorrect usages of these in the strings. This bug is to go through the strings and fix the ones that are wrong. Putting this in the 0.0.5 milestone and upping the priority since this affects translations. |
|||
| #201 | fixed | Video support | ||
| Description |
The codebase is maturing quickly towards something where we could implement video support pretty soon. There are several parts to this project:
If someone can help me with bullet #2 this can move along a lot faster.. |
|||
