<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Trebor</id>
	<title>GNU MediaGoblin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Trebor"/>
	<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/Special:Contributions/Trebor"/>
	<updated>2026-04-22T13:32:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1921</id>
		<title>Talk:HackingHowto</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1921"/>
		<updated>2019-05-03T03:46:59Z</updated>

		<summary type="html">&lt;p&gt;Trebor: /* Soo.... most things are broken */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With the SQL transition underway, on my Debian stable system, I had to install the &amp;lt;tt&amp;gt;python-sqlalchemy&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;python-sqlalchemy-ext&amp;lt;/tt&amp;gt; packages to make MediaGoblin go.  IRC advised me to get them from backports, which I did, and that&#039;s worked out, although there are packages in stable too -- not sure if they&#039;re new enough.  Either way, should instructions about this be added to the documentation now?  Or is a temporary transition thing?  --[[User:Brett|Brett]] 09:18, 31 March 2012 (EDT)&lt;br /&gt;
: When using a virtualenv, these are downloaded for you in ./bin/python setup.py develop --upgrade&lt;br /&gt;
&lt;br /&gt;
I followed the setup guide on this wikipage, on Manjaro which is more or less a fork of arch. Additionally to the requirements listet under the Headline Arch/Parabola I needed to install npm to be able to run make without errors. I don&#039;t know if npm is installed on a fresh arch installation but it should be save to add it on the wikipage.&lt;br /&gt;
&lt;br /&gt;
== Soo.... most things are broken ==&lt;br /&gt;
&lt;br /&gt;
 I can&#039;t reach you guys through chat, the bug pages are broken, and there&#039;s no way to get a hold of anyone.&lt;br /&gt;
&lt;br /&gt;
 Couple things:&lt;br /&gt;
 This doesn&#039;t seem to work on OSx at all.  &lt;br /&gt;
 1) don&#039;t use port.  Homebrew is the way to go&lt;br /&gt;
 2) when you go to make the environment, the step with the multi language script has an extra / in the command that causes it to fail&lt;br /&gt;
 3) you can&#039;t start the environments with the lazyserver or celery scripts from the instructions.  I tried for hours to get through the weird dependency hell before giving up, even after trying venv and such&lt;br /&gt;
 4) your bug reporting pages are 404&#039;s or 500&#039;s&lt;br /&gt;
&lt;br /&gt;
 I&#039;m getting a tinker board in a couple days and I&#039;ll try on a pure linux environment to see if it works at all but the python stuff looks like it&#039;s bonkers complicated to get running on osx and your instructions appear to presume you have your MediaGoblin dev env set up already.  &lt;br /&gt;
 I was getting errors like:  &lt;br /&gt;
&lt;br /&gt;
 + ./bin/paster serve paste.ini --reload&lt;br /&gt;
 ./bin/paster: line 3: __requires__: command not found&lt;br /&gt;
 ./bin/paster: line 4: import: command not found&lt;br /&gt;
 ./bin/paster: line 5: import: command not found&lt;br /&gt;
 from: can&#039;t read /var/mail/pkg_resources&lt;br /&gt;
 ./bin/paster: line 9: syntax error near unexpected token `(&#039;&lt;br /&gt;
 ./bin/paster: line 9: `    sys.argv[0] = re.sub(r&#039;(-script\.pyw?|\.exe)?$&#039;, &#039;&#039;, sys.argv[0])&#039;&lt;br /&gt;
&lt;br /&gt;
 so I have no idea what these scripts are trying to do but the errors are inscrutable including not being able to find core language functions.&lt;br /&gt;
 When I run python directly I can type the commands directly and they don&#039;t give the same errors.   So.... no idea.&lt;br /&gt;
&lt;br /&gt;
Sorry, was going to try to contribute but this looks like a mess.&lt;/div&gt;</summary>
		<author><name>Trebor</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1920</id>
		<title>Talk:HackingHowto</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1920"/>
		<updated>2019-05-03T03:44:57Z</updated>

		<summary type="html">&lt;p&gt;Trebor: /* Soo.... most things are broken */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With the SQL transition underway, on my Debian stable system, I had to install the &amp;lt;tt&amp;gt;python-sqlalchemy&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;python-sqlalchemy-ext&amp;lt;/tt&amp;gt; packages to make MediaGoblin go.  IRC advised me to get them from backports, which I did, and that&#039;s worked out, although there are packages in stable too -- not sure if they&#039;re new enough.  Either way, should instructions about this be added to the documentation now?  Or is a temporary transition thing?  --[[User:Brett|Brett]] 09:18, 31 March 2012 (EDT)&lt;br /&gt;
: When using a virtualenv, these are downloaded for you in ./bin/python setup.py develop --upgrade&lt;br /&gt;
&lt;br /&gt;
I followed the setup guide on this wikipage, on Manjaro which is more or less a fork of arch. Additionally to the requirements listet under the Headline Arch/Parabola I needed to install npm to be able to run make without errors. I don&#039;t know if npm is installed on a fresh arch installation but it should be save to add it on the wikipage.&lt;br /&gt;
&lt;br /&gt;
== Soo.... most things are broken ==&lt;br /&gt;
&lt;br /&gt;
```I can&#039;t reach you guys through chat, the bug pages are broken, and there&#039;s no way to get a hold of anyone.&lt;br /&gt;
&lt;br /&gt;
Couple things:&lt;br /&gt;
This doesn&#039;t seem to work on OSx at all.  &lt;br /&gt;
1) don&#039;t use port.  Homebrew is the way to go&lt;br /&gt;
2) when you go to make the environment, the step with the multi language script has an extra / in the command that causes it to fail&lt;br /&gt;
3) you can&#039;t start the environments with the lazyserver or celery scripts from the instructions.  I tried for hours to get through the weird dependency hell before giving up, even after trying venv and such&lt;br /&gt;
4) your bug reporting pages are 404&#039;s or 500&#039;s&lt;br /&gt;
&lt;br /&gt;
I&#039;m getting a tinker board in a couple days and I&#039;ll try on a pure linux environment to see if it works at all but the python stuff looks like it&#039;s bonkers complicated to get running on osx and your instructions appear to presume you have your MediaGoblin dev env set up already.  &lt;br /&gt;
I was getting errors like:  &lt;br /&gt;
&lt;br /&gt;
+ ./bin/paster serve paste.ini --reload&lt;br /&gt;
./bin/paster: line 3: __requires__: command not found&lt;br /&gt;
./bin/paster: line 4: import: command not found&lt;br /&gt;
./bin/paster: line 5: import: command not found&lt;br /&gt;
from: can&#039;t read /var/mail/pkg_resources&lt;br /&gt;
./bin/paster: line 9: syntax error near unexpected token `(&#039;&lt;br /&gt;
./bin/paster: line 9: `    sys.argv[0] = re.sub(r&#039;(-script\.pyw?|\.exe)?$&#039;, &#039;&#039;, sys.argv[0])&#039;&lt;br /&gt;
&lt;br /&gt;
so I have no idea what these scripts are trying to do but the errors are inscrutable including not being able to find core language functions.&lt;br /&gt;
When I run python directly I can type the commands directly and they don&#039;t give the same errors.   So.... no idea.```&lt;br /&gt;
&lt;br /&gt;
Sorry, was going to try to contribute but this looks like a mess.&lt;/div&gt;</summary>
		<author><name>Trebor</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1919</id>
		<title>Talk:HackingHowto</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=Talk:HackingHowto&amp;diff=1919"/>
		<updated>2019-05-03T03:43:24Z</updated>

		<summary type="html">&lt;p&gt;Trebor: /* Soo.... most things are broken */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With the SQL transition underway, on my Debian stable system, I had to install the &amp;lt;tt&amp;gt;python-sqlalchemy&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;python-sqlalchemy-ext&amp;lt;/tt&amp;gt; packages to make MediaGoblin go.  IRC advised me to get them from backports, which I did, and that&#039;s worked out, although there are packages in stable too -- not sure if they&#039;re new enough.  Either way, should instructions about this be added to the documentation now?  Or is a temporary transition thing?  --[[User:Brett|Brett]] 09:18, 31 March 2012 (EDT)&lt;br /&gt;
: When using a virtualenv, these are downloaded for you in ./bin/python setup.py develop --upgrade&lt;br /&gt;
&lt;br /&gt;
I followed the setup guide on this wikipage, on Manjaro which is more or less a fork of arch. Additionally to the requirements listet under the Headline Arch/Parabola I needed to install npm to be able to run make without errors. I don&#039;t know if npm is installed on a fresh arch installation but it should be save to add it on the wikipage.&lt;br /&gt;
&lt;br /&gt;
== Soo.... most things are broken ==&lt;br /&gt;
&lt;br /&gt;
I can&#039;t reach you guys through chat, the bug pages are broken, and there&#039;s no way to get a hold of anyone.&lt;br /&gt;
&lt;br /&gt;
Couple things:&lt;br /&gt;
This doesn&#039;t seem to work on OSx at all.  &lt;br /&gt;
1) don&#039;t use port.  Homebrew is the way to go&lt;br /&gt;
2) when you go to make the environment, the step with the multi language script has an extra / in the command that causes it to fail&lt;br /&gt;
3) you can&#039;t start the environments with the lazyserver or celery scripts from the instructions.  I tried for hours to get through the weird dependency hell before giving up, even after trying venv and such&lt;br /&gt;
4) your bug reporting pages are 404&#039;s or 500&#039;s&lt;br /&gt;
&lt;br /&gt;
I&#039;m getting a tinker board in a couple days and I&#039;ll try on a pure linux environment to see if it works at all but the python stuff looks like it&#039;s bonkers complicated to get running on osx and your instructions appear to presume you have your MediaGoblin dev env set up already.  &lt;br /&gt;
I was getting errors like:  &lt;br /&gt;
&lt;br /&gt;
+ ./bin/paster serve paste.ini --reload&lt;br /&gt;
./bin/paster: line 3: __requires__: command not found&lt;br /&gt;
./bin/paster: line 4: import: command not found&lt;br /&gt;
./bin/paster: line 5: import: command not found&lt;br /&gt;
from: can&#039;t read /var/mail/pkg_resources&lt;br /&gt;
./bin/paster: line 9: syntax error near unexpected token `(&#039;&lt;br /&gt;
./bin/paster: line 9: `    sys.argv[0] = re.sub(r&#039;(-script\.pyw?|\.exe)?$&#039;, &#039;&#039;, sys.argv[0])&#039;&lt;br /&gt;
&lt;br /&gt;
so I have no idea what these scripts are trying to do but the errors are inscrutable including not being able to find core language functions.&lt;br /&gt;
When I run python directly I can type the commands directly and they don&#039;t give the same errors.   So.... no idea.&lt;br /&gt;
&lt;br /&gt;
Sorry, was going to try to contribute but this looks like a mess.&lt;/div&gt;</summary>
		<author><name>Trebor</name></author>
	</entry>
</feed>