Discover PyH

2010-05-18 Thread bluesmanu
Hi all,

I would like to present my first python library : PyH.
PyH is a concise and powerful module that lets you build your HTML
pages like a GUI. Tags are objects that can be created, included and
modified at any time during your script.
Discover it at http://pyh.googlecode.com .
You can file bug reports and feature requests at https://launchpad.net/pyh
.

Cheers,

Emmanuel Turlay
-- 
http://mail.python.org/mailman/listinfo/python-list


Problem with shelve

2008-11-06 Thread bluesmanu
Hi all,

I am trying to use the shelve module to save an object of a 'Electron'
class I made into a file. The writing goes well but the reading goes :

 e=f['0']
Traceback (most recent call last):
  File stdin, line 1, in module
  File shelve.py, line 113, in __getitem__
value = Unpickler(f).load()
AttributeError: 'module' object has no attribute 'Electron'

any idea of what I am doing wrong?

Thanks!
ET
--
http://mail.python.org/mailman/listinfo/python-list


Python graphical library

2008-09-24 Thread bluesmanu
Hi all,

I am looking for a python graphical library that would allow me to
draw borderless windows, sort of like a notification frame showing up.
I would also like to be able to make it transparent but I suppose that
is very much desktop manager dependent.

Thank you very much for the help.

ET
--
http://mail.python.org/mailman/listinfo/python-list