Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1173)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#199 FIXED buildout problems: ImportError: No module named ez_setup Christopher Allan Webber Will Kahn-Greene
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:


1. figuring out what happened
2. fixing the hacking howto so it's clearer about working around
   issues and using --distribute



#200 FIXED login vs. log in -- lots of incorrect usage Jef van Schendel Will Kahn-Greene
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.



#213 FIXED expand AUTHORS, fix license headers Will Kahn-Greene Will Kahn-Greene
Description
The FSF has given us back our copyrights, so we need to change the
license headers for all the code files in the project.

Chris and I talked about it and we think the following is the right
course of action:


1. Switch:

   Copyright (C) 2011 Free Software Foundation, Inc


to:

::

    Copyright (C) 2011 GNU MediaGoblin contributors.  See AUTHORS.

for all files that have a license header.


2. Update AUTHORS file. Probably sufficient to poll git for authors
   and fill the file with that for now.

3. Update COPYING file. Add "translations are under AGPLv3" (this
   probably should be a separate bug, but it's ok to do it here)

4. Create a page in the wiki covering copyrights, workflow, and all
   that.


Targeting 0.0.5 and taking it.



2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.