-
Because itemId == null, core.CombinedJavascript (in 2.3) is served with 'Cache-Control: no-cache' headers set by ::setCacheControl().
Another characteristic (that may be a different issue) is that the headers are added multiple times, sometimes with different values. This problem also affects other modules, like imageframe.CSS, that provide static content with no itemId associated (in both...
2008-07-17 23:50:04 UTC in Gallery
-
ajaksu2 registered the treepy project.
2008-05-08 13:53:32 UTC in treepy
-
Dear PyPI developers,
The Google search for PyPI returns too many matches and
with hits "hidden" (when the match is in the page title).
A very simple and IMHO useful hack would be to change
'cheeseshop.python.org' to
'cheeseshop.python.org/pypi/' (both slashes are
important) in the search string. That reduces the hits
to package pages and the index.
Compare:
- Original...
2006-10-27 22:39:36 UTC in Python Package Index
-
Logged In: YES
user_id=1200609
Hi :)
Sorry about the "topics" answer, I'm in a hurry.
wxPython -> I'm using it for my own project and I know how
to use it better than Tkinter. Tkinter comes with Python (in
Windows), is much, much lighter on memory and (if you want
to create stand-alone binaries) on disk space. WxPython is
very powerful, has many handy tools and is big... I could
redo...
2006-08-21 17:35:49 UTC in P-gal
-
Logged In: YES
user_id=1200609
You're welcome, it's really a pleasure to work on someone's
code after months going round with my own program.
Sorry for the confusion, the only requirement is Tkinter
(and it's dependencies, like Tcl/Tk). Python Windows
installers include both, so I forgot it's not available as
default in Linux. So python-tk should be all you need.
If you can get IDLE...
2006-08-20 19:31:47 UTC in P-gal
-
Hi Paolo!
I've finished a very crude GUI for your programs, take
a look at the attachment and feel free to complain
about it :).
It doesn't run the scripts (yet) because I didn't have
the time to learn/test that, but you'll see that it's
easy to change the behavior to something useful.
I'll have time for fixing issues next weekend, so you
can list them, as well as features requests...
2006-08-19 20:49:45 UTC in P-gal
-
Hi Paolo!
Following your c.l.Python post:
./README: The Python Imaging Library is "PIL", not "PIM"
./README: templateing, scipts
./CHANGELOG: temapltes
./p-thumb.py: Geneartes, "Generates always" -> "Always
generates"?, remove "specifies the"s?
./p-gal.py: "import Template as Template" -> "import
Template"?, remove "specifies the"s?
Do you need/want testing on Windows? Are...
2006-08-14 17:07:09 UTC in P-gal
-
Logged In: YES
user_id=1200609
Duh, of course SF mangles the ASCII art.
Here's something I'm getting from very ugly, very poor code.
It's based on the recipe above, plus handling of tags
(levels) and a hack that lets Cluster.topology() know that I
want a label instead of each item's repr.
2006-08-08 03:20:01 UTC in python-cluster
-
Hi Michel,
Pretty useful project you have here, I haven't read the
clustering algorithms yet but have used it (with
ecological similarity indexes among samples!).
Hierarchical clustering makes that a LOT more useful,
so thank you very much :)
This patch adds a topological output to
Cluster(.topology()) and a respective method to
BaseClusterMethod(.topo()). It also changes .data(...
2006-08-05 19:29:03 UTC in python-cluster