We moved, several times =)
Ok for all of you who didn’t noticed it yet, we’ve got our own Domain (www.pygowave.net). But thats not all, p2k passed his exams at University so we are now ready to code on!
Furthermore we moved the Source of PyGoWave to GitHub. GitHub allows us a more open way of collaborative coding. Before this step, PyGoWave only had one (though pretty active) developer.
Now everyone is invited to help developing PyGoWave. So please feel free to fork the project and code, PyGoWave is an OpenSource Project and we would love to see Code from you in it.
If you got question about e.g. coding for PyGoWave you can meet us on our IRC Channel #PyGoWave on Freenode.

bug
first login attempt gave me this bug. I couldnt find the error submission page so I posted it here (even thought i know it isnt the right place). Just trying to help
Code:
Page not found (404)
Request Method: GET
Request URL: http://pygowave.net/pygowave/home/
Using the URLconf defined in urls, Django tried these URL patterns, in this order:
1. ^admin/(.*)
2. ^accounts/register/$
3. ^accounts/
4. ^jsi18n/$
5. ^i18n/
6. ^client/
7. ^$
8. ^home/$
9. ^settings/$
10. ^waves/$
11. ^waves/(?P\w+)/$
12. ^gadgets/$
13. ^gadgets/mine/$
14. ^gadgets/load/$
15. ^rosetta/
The current URL, pygowave/home/, didn’t match any of these.
You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
it would be nice if we can find out the online users. we can test only if we catch an active user.
Thank you very much for that marvelous article
I would like to create a wave server in my organization when the code will be more stable. my question is: how complicated is to install google wave, and why pygo wave looks much simpler then the official google wave, in other words, does this mean not all the code is released as open source?
All of the PyGoWave Server Code will be available online, due to its OpenSource nature. We can’t tell what Google will do, but we heard that only a big part of it will be released as OpenSource. And at the moment there is only the ServerPart released by Google, as far as we know we are the only one’s who provide a non GoogleWave GoogleWaveGui atm =)