Future ...

1 view
Skip to first unread message

Kless

unread,
May 6, 2009, 12:57:10 PM5/6/09
to glashammer
Which is the future for Glashammer? It looks that it isn't being
actively developed

Ali Afshar

unread,
May 6, 2009, 2:13:29 PM5/6/09
to glash...@googlegroups.com
Kless wrote:
> Which is the future for Glashammer? It looks that it isn't being
> actively developed
>
>
It is being developed, maintained, and used in production. And will be
for the foreseeable future.

Ali

George Lambert

unread,
May 6, 2009, 3:20:30 PM5/6/09
to glash...@googlegroups.com
and quick (often) 1-2 hour answers on the mailing list indicate that people are
paying attention and support is available.

G.
--
P THINK BEFORE PRINTING: is it really necessary?

This e-mail and its attachments are confidential and solely for the
intended addressee(s). Do not share or use them without approval. If
received in error, contact the sender
and delete them.

Ritesh Nadhani

unread,
May 6, 2009, 6:06:18 PM5/6/09
to glash...@googlegroups.com
I have just started working with it for my GAE app and let me tell you
- its way better then many out there. Simple and it actually works :)

I am working bunch of components like threaded comments etc.
Hopefully, once the dust settles down with the code and design - I
should be able to provide bundles to support such stuff.
--
Ritesh
http://www.riteshn.com

Italo Maia

unread,
May 7, 2009, 6:10:22 PM5/7/09
to glashammer
I love glashammer. I feel so sad it doesn't get the apropriate
attention. Rrsrs, but i'll keep a close look to it. Despite docs, that
could really take some improvement(20 minutes wiki, how to organize
your code, recipies and so on and so on) glash is a eye candy!!

On 6 maio, 19:06, Ritesh Nadhani <rite...@gmail.com> wrote:
> I have just started working with it for my GAE app and let me tell you
> - its way better then many out there. Simple and it actually works :)
>
> I am working bunch of components like threaded comments etc.
> Hopefully, once the dust settles down with the code and design - I
> should be able to provide bundles to support such stuff.
>
>
>
> On Wed, May 6, 2009 at 12:20 PM, George Lambert <marc...@gmail.com> wrote:
>
> > and quick (often) 1-2 hour answers on the mailing list indicate that people are
> > paying attention and support is available.
>
> > G.
>

George Lambert

unread,
May 7, 2009, 9:33:24 PM5/7/09
to glash...@googlegroups.com
It really needs a 5 minute "Watch what you can do" screencast

followed by a 15 minute lets see how the code is layered presentation
that can also be played as a screencast.

then get people to feature it and spread the word.

I have already presented it to the Cambridge Python Meetup Group.

but we need the presentations to be done by FANs even if they are bad presenters

G.

Ali Afshar

unread,
May 8, 2009, 4:51:01 AM5/8/09
to glash...@googlegroups.com
George Lambert wrote:
> It really needs a 5 minute "Watch what you can do" screencast
>
> followed by a 15 minute lets see how the code is layered presentation
> that can also be played as a screencast.
>
>
I think these are really good ideas. Any volunteers?

> then get people to feature it and spread the word.
>
> I have already presented it to the Cambridge Python Meetup Group.
>
> but we need the presentations to be done by FANs even if they are bad presenters
>
> G.
>
Do you have any recording/notes/slides etc from the presentation? It
would be nice to publish them.

Ali

George Lambert

unread,
May 8, 2009, 11:18:39 AM5/8/09
to glash...@googlegroups.com
I do not have them. But I can probably put together another set of examples.

What needs to be put into a 5 minutes screencast that demonstrates the
REAL-WOW of Glashammer (as a list of bullet points)

and

What is the layer functionality that we wish to share in the 15 minute
screencast?

G.

Italo Maia

unread,
May 13, 2009, 3:14:06 AM5/13/09
to glashammer
Well, just took the day to create this non-working wiki
www.italomaia.com/media/other/wiki.tar.gz . If someone could take a
look, maybe improve/fix some stuf to make it work, that would be a
plus. I could just write something about how it was done in no time.
Made using glash 0.2.1 with sqlalchemy

Italo Maia

unread,
May 15, 2009, 4:15:34 PM5/15/09
to glashammer
No one?

On 13 maio, 04:14, Italo Maia <italo.m...@gmail.com> wrote:
> Well, just took the day to create this non-working wikiwww.italomaia.com/media/other/wiki.tar.gz. If someone could take a

Ritesh Nadhani

unread,
May 15, 2009, 6:28:32 PM5/15/09
to glash...@googlegroups.com
I downloaded the source but didnt get time to look around it.

Will give it a look over the weekend.

One thing, running the gives me:

gh-admin run run.py --port 8080
Traceback (most recent call last):
File "/usr/bin/gh-admin", line 282, in <module>
exit(script.run())
File "/usr/lib/python2.5/site-packages/Werkzeug-0.4.1-py2.5.egg/werkzeug/script.py",
line 164, in run
return func(**arguments)
File "/usr/bin/gh-admin", line 58, in action_run
app = _get_app(modulepath, application_factory_name)
File "/usr/bin/gh-admin", line 26, in _get_app
mod = imp.load_module('gh_runner', mfile, mpath, mdesc)
File "/home/rnadhani/Downloads/wiki/run.py", line 26, in <module>
import views
ImportError: No module named views

Adding the lines:

from glashammer.bundles.sqlalchdb import setup_sqlalchdb

import sys
from glashammer.utils import sibpath
sys.path.insert(0, sibpath(__file__, ''))

#--- Application Imports ---

does the trick. Looks like some path problem.
--
Ritesh
http://www.riteshn.com

Italo Maia

unread,
May 18, 2009, 8:31:34 AM5/18/09
to glashammer
If you "python run.py", you won't get that error.
My major problem with it right now is that views is throwing
exceptions when i change the database. I've no clue from where to get
the database session nor the reason for the error. Pretty saddaning.

Ritesh Nadhani

unread,
May 18, 2009, 11:19:30 PM5/18/09
to glash...@googlegroups.com
I havnt had a chance to run the application as such but do you have a
traceback? Maybe it will give some obvious results.
--
Ritesh
http://www.riteshn.com

Italo Maia

unread,
May 19, 2009, 9:17:01 PM5/19/09
to glashammer
Here you go:

127.0.0.1 - - [19/May/2009 22:15:08] "POST /add/glashammer/ HTTP/1.1"
500 -
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/
Glashammer-0.2.1dev_20090519-py2.6.egg/glashammer/application.py",
line 222, in __call__
return ClosingIterator(self.dispatch_request(environ,
start_response),
File "/usr/local/lib/python2.6/dist-packages/Werkzeug-0.5-py2.6.egg/
werkzeug/local.py", line 177, in application
return ClosingIterator(app(environ, start_response), self.cleanup)
File "/usr/local/lib/python2.6/dist-packages/Werkzeug-0.5-py2.6.egg/
werkzeug/utils.py", line 244, in __call__
return self.app(environ, start_response)
File "/usr/local/lib/python2.6/dist-packages/
Glashammer-0.2.1dev_20090519-py2.6.egg/glashammer/application.py",
line 234, in dispatch_request
response = self.get_view(request, endpoint, values)
File "/usr/local/lib/python2.6/dist-packages/
Glashammer-0.2.1dev_20090519-py2.6.egg/glashammer/application.py",
line 249, in get_view
return view(request, **values)
File "/home/italomaia/Glash/wiki/views.py", line 49, in add_wiki
page = Page(pagename, request.form.get('data'))
File "<string>", line 4, in __init__

File "/usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.4p1-
py2.6.egg/sqlalchemy/orm/state.py", line 70, in initialize_instance
fn(self, instance, args, kwargs)
File "/usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.4p1-
py2.6.egg/sqlalchemy/orm/mapper.py", line 1796, in _event_on_init
instance, args, kwargs)
File "/usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.4p1-
py2.6.egg/sqlalchemy/orm/util.py", line 234, in _do
ret = getattr(ext, method)(*args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/
Glashammer-0.2.1dev_20090519-py2.6.egg/glashammer/bundles/sqladb.py",
line 65, in init_instance
session._save_impl(instance, entity_name=entity)
TypeError: _save_impl() got an unexpected keyword argument
'entity_name'

Italo Maia

unread,
May 24, 2009, 7:38:53 AM5/24/09
to glashammer
So, nothing?
Reply all
Reply to author
Forward
0 new messages