On Mar 16, 10:20 am, Barry Hawkins <[EMAIL PROTECTED]> wrote:
> I shared the same perception as Bruce; most "keynotes"
> and lightning talks were anemic vendor pitches that really gutted the
> spirit of what I experienced last year.
I don't think you can lump the keynotes in with the lightning t
[EMAIL PROTECTED] wrote:
> Diamanda Wiki and MyghtyBoard Forum Test 1
>
> Diamanda is a wiki django application and Myghty Board is a bulletin
> board application. Both written in Django >= 0.95.
Might want to re-think your bboard app's name; people might think it
runs on Myghty. :)
-Jonathan
-
Fredrik Lundh wrote:
> [EMAIL PROTECTED] wrote:
> > P.S. If I wanted to provide an image by streaming the
> > file data directly over the connection, rather than by
> > referring to an image file, how would I do that? I'd
> > like to build code that would allow images to be assembled
> > into a sin
kepioo wrote:
> Hi all,
>
> I started to use the so good spyce server. I manage to do all the
> basics, however, I still block on one problem :
>
> How can I pass parameters to a spy page : example
>
> I have an index page :
>
> link1
> link2
> link3
> link4
>
> I want all theses html links to poin
Jaroslaw Zabiello wrote:
> On Mon, 24 Jul 2006 12:23:12 +0100, Steve Holden wrote:
>
>
> > The impression I get is that Rails is relatively inflexible
> > on database schemas,
>
> Django has the same problem. E.g. both Django ORM and ActiveRecord cannot
> work with complex primary keys. But for Rai
ago wrote:
> I have just discovered Python Scripter by Kiriakos Vlahos and it was a
> pleasant surprise. I thought that it deserved to be signalled. It is
> slim and fairly fast, with embedded graphical debugger, class browser,
> file browser... If you are into graphical IDEs you are probably going
KenAggie wrote:
> I posted it on activestate already ... sorry. I would like for the
> geniuses here to use it and improve upon it so here is the activestate
> post URL:
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496790
Whoa. Check out BeautifulSoup -- you will never write HTMLPa
Randal L. Schwartz wrote:
> > "Alex" == Alex Martelli <[EMAIL PROTECTED]> writes:
>
> Alex> The difference, if any, is that gurus of Java, C++ and Python get to
> Alex> practice and/or keep developing their respectively favorite languages
> Alex> (since those three are the "blessed" general pur
Karlo Lozovina wrote:
> There's only one thing bothering me, and that is it's lack of publicity.
> There are only few posts on thig NG with some refference to Myghty, and
> even less when it comes to Pylons (http://pylonshq.com/), framework built
> on top of Myghy. Myghy project isn't that new to e
Aahz wrote:
> http://playsh.org/
> http://sourceforge.net/projects/playsh
Damn, I thought you meant MOO as in Master of Orion.
-Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
Jesus Rivero - (Neurogeek) wrote:
> Original exception was:
> Unhandled exception in thread started by
> Error in sys.excepthook:
>
> Original exception was:
>
> And if put a time.sleep(1) after the thread.start_new(test,
> (name,)) #(1) part, then it does it all perfectly.
Looks like the in
Steve Holden wrote:
> I think describing this as Ian saying the code in its current form "is a
> dead end" is to read rather more into the words than is actually there.
Well, that may be. However, given that the 0.x code is so crufty that
the v2 "refactor" is a multi-day (-week, now) process that
Giovanni Bajo wrote:
> Jonathan Ellis wrote:
>
> > ... which, of course, goes to show how stupid a metric this is, now
> > that even Ian Bicking has admitted that SqlObject in its current form
> > is a dead end.
>
>
> Got a pointer?
http://blog.ianbicki
Serge Orlov wrote:
> Flavio wrote:
> > With so many object relational mappers out there, I wonder which one is
> > the preferred tool among the Pythonists... is there a favourite?
> >
> > Sqlobject, PyDO, SQLAlchemy, dejavu, etc...
>
> Google results:
> Sqlobject ORM: about 17,100
> PyDO ORM: 469
>
James wrote:
> >> I haven't used an IDE in a long time but gave wing ide a try because
> >> I wanted the same development platform on Linux and Windows.
> Then you owe it to yourself to also try SPE, PyDev and Boa Constructor
> (got off to a slow start, but it looks promising now). All are free,
>
Luis M. Gonzalez wrote:
> The IDEs you've been looking at have no visual GUI designers.
> For that, you can check Boa Constructor or PythonCard. These two are
> based on the wxPython toolkits. There are other commercial IDEs based
> on QT but I cannot comment on these cause I've never used them.
>
[EMAIL PROTECTED] wrote:
> does collections.deque have a blocking popleft()? If not, it's not very
> suitable to replace Queue.Queue.
It does not.
-Jonathan
--
http://mail.python.org/mailman/listinfo/python-list
I'm working on an application that makes heavy use of Queue objects in
a multithreaded environment.
By "heavy" I mean "millions of calls to put and get, constituting ~20%
of the app's run time." The profiler thinks that a significant amount
of time is spent in this code -- not just a consumer wai
"james hal-pc.org" wrote:
>I'm trying to update the WEP key on a wireless router via script and
> email the results to myself. this will be run once a week.
Look up Mechanize (http://wwwsearch.sourceforge.net/mechanize/) or the
more low-level ClientForm by the same author. This will be _muc
James wrote:
> I actually like the framework to reflect on my database. I am more of a
> visual person. I have tools for all my favorite databases that allow me
> to get a glance of ER diagrams and I would rather develop my data
> models in these tools rather than in code. Further more I rather lik
I seem to be running into a limit of 64 queued datagrams. This isn't a
data buffer size; varying the size of the datagram makes no difference
in the observed queue size. If more datagrams are sent before some are
read, they are silently dropped. (By "silently," I mean, "tcpdump
doesn't record th
Demos and downloads are available at http://spyce.sourceforge.net/.
Changelog is at http://svn-hosting.com/svn/spyce/trunk/spyce/CHANGES.
Jonathan Ellis
http://spyced.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
Daniel Bickett wrote:
> He would read the documentation of Nevow, Zope, and Quixote, and would
> find none of them to his liking because:
>
> * They had a learning curve, and he was not at all interested, being
> eager to fulfill his new idea for the web app. It was his opinion that
> web programmi
Jeff Hobbs wrote:
> chand wrote:
> > can anyone help me how to provide the info about the python file
> > procedure in the tcl script which uses tclpython i.e., is there a way
> > to import that .py file procedure in the tcl script
>
> >>>currently I have wriiten this tcl code which is not working
Peter Hansen wrote:
> Jonathan Ellis wrote:
> > Peter Hansen wrote:
> >>Or investigate the use of Irmen's Pyro package and how it could let you
> >>almost transparently move your code to a *multi-process* architecture
> >
> > Unless you're doin
Peter Hansen wrote:
> Jeffrey Maitland wrote:
> > I was hoping that python would allow for the cpu threading such in
> > Java etc.. but I guess not. (from the answers,and other findings) I
> > guess I will have to write this part of the code in something such as
> > java or c or something that allo
Jeffrey Maitland wrote:
> The problem I have is I had an application
> (wrote/co-wrote) that has a long run time dependant on some variables
> passed to it (mainly accuracy variables, the more accurate the longer
> the run time - makes sense). However in the hopes to speed it up I
> decided to writ
[EMAIL PROTECTED] wrote:
> Currently, I am spawning a new thread
> that just does pexpect_spawned_child.close(wait=1). It seems to work in
> some cases but the child process is occassionally getting deadlocked.
I think your only cross-platform option will be to fix the child
process to die nicely
William Gill wrote:
> I am trying to make a simple data editor in Tkinter where each data
> element has a corresponding Entry widget. I have tried to use the
> FocusIn/FocusOut events to set a 'hasChanged' flag (if a record has not
> changed, the db doesn't need updating). This seems to work fi
Mage wrote:
> create or replace function trigger_keywords_maintain() returns
trigger as $$
> return 'MODIFY'
> $$ language plpythonu;
>
> update table set id = id where id = 7;
>
> ERROR: invalid input syntax for type timestamp: "2005-05-03
> 14:07:33,279213"
>
> I see that Python's timestamp
Blues wrote:
> I have used two great models - Tkinter and Gnuplot.py - for a while.
I
> can display an image on a Canvas widget using Tkinter and I can also
> generate a gnuplot from Python on the fly in a separate window. Does
> anyone know how to display such a gnuplot on the Canvas widget with
Riko Wichmann wrote:
>
> When I use opera to access this page by hand and look at the sources,
I
> see the full sources when letting opera identify itself as MSIE 6.0.
> When using Mozilla 5.0 I get the same in-complete source file as with
> python.
Sounds like your first step should be to identi
32 matches
Mail list logo