Re: Can't 'register' to Cheese Shop from command line..only web + egg dependency question

2006-12-07 Thread Adam Jones
[EMAIL PROTECTED] wrote: > I seem to be able to register and upload from web site but not command > line. Command line register attempts keep giving " Server response > (401): Authorization Required" > > Any ideas? You probably need to set up a .pypirc file in your home directory. Info here: ht

Re: why would anyone use python when java is there?

2006-11-29 Thread Adam Jones
gregarican wrote: > gavino wrote: > > wtf > > You have to be trolling I would think. Yeah, gavino has been trolling comp.lang.lisp for quite some time. For the life of me I can't understand why he would troll comp.lang.python when comp.lang.lisp is there. -Adam -- http://mail.python.org/mailma

Re: What's the best IDE?

2006-10-27 Thread Adam Jones
[EMAIL PROTECTED] wrote: > Recently I've had some problems with PythonWin when I switched to > Py2.5, tooka long hiatus, and came back. So now I'm without my god sent > helper, and I'm looking for a cool replacement, or some advocation to > reinstall/setup PyWin. But the Python website's list is i

Re: What happened to RuleDispatch

2006-10-19 Thread Adam Jones
exhuma.twn wrote: > On Oct 19, 3:44 pm, "exhuma.twn" <[EMAIL PROTECTED]> wrote: > > On Oct 18, 10:41 pm, "Adam Jones" <[EMAIL PROTECTED]> wrote: > > > > > > > > > exhuma.twn wrote: > > > > Hi all, > > > >

Re: What happened to RuleDispatch

2006-10-18 Thread Adam Jones
exhuma.twn wrote: > Hi all, > > yesterday I wanted to install TurboGears, which depends on > RuleDispatch. However, I failed to download it. First I got the error > "Bad Gateway" from the server, today it's simply a "Not Found" error. > So what happened to it? Does somebody know? > > I would reall

Re: Makin search on the other site and getting data and writing in xml

2006-09-25 Thread Adam Jones
[EMAIL PROTECTED] wrote: > I dont mean only google, also other sites aswell Google expressly forbids doing any form of automated search outside of their api. If you want to write a script that will run Google searches, you have to use the api to do so. As far as I know most of the other search si

Re: How to get a Fix to an Abandoned Project?

2006-09-20 Thread Adam Jones
Gregory PiƱero wrote: > Say hello to pydelicious's new home ;-) > http://code.google.com/p/pydelicious/ > > -Greg Unless you are the original project's maintainer or have their consent on this it is usually bad form to name your fork the same thing as the original project. Granted, for something

Re: pprint: "...thank small children who sleep at night."

2006-09-20 Thread Adam Jones
Brian L. Troutwine wrote: > The heading comment to pprint reads: > > # This is a simple little module I wrote to make life easier. I > didn't > # see anything quite like it in the library, though I may have > overlooked > # something. I wrote this when I was trying to read some heavily > nest

Re: Building Python Based Web Application

2006-09-08 Thread Adam Jones
John Henry wrote: > Hi folks. > > I am interested on this topic as well. > > If my application is not database related, what would be a good choice? > > I have clients that wish to use my Python applications but I am not > willing to give them the code. So, I am thinking about setting it up > as

Re: Building Python Based Web Application

2006-09-08 Thread Adam Jones
James Stroud wrote: > Hello All, > > I am interested in setting up a modest invoicing system for some > consulting I am doing. I like the idea of managing this on the web and > creating invoices and printing them from a browser. However, I'm not > really sure where to start. I've played with some

Re: Using Beautiful Soup to entangle bookmarks.html

2006-09-07 Thread Adam Jones
Francach wrote: > Hi, > > I'm trying to use the Beautiful Soup package to parse through the > "bookmarks.html" file which Firefox exports all your bookmarks into. > I've been struggling with the documentation trying to figure out how to > extract all the urls. Has anybody got a couple of longer ex

Re: SQLObject or SQLAlchemy?

2006-08-31 Thread Adam Jones
John Salerno wrote: > Adam Jones wrote: > > > I think SA's extra flexability > > is worth the effort. > > Thanks for the reply. Do you mean in the above quote that SA is a little > more complicated than SO? Yes, it is. To avoid the technical issues involved the c

Re: SQLObject or SQLAlchemy?

2006-08-31 Thread Adam Jones
John Salerno wrote: > Are there any major differences between these two? It seems they can > both be used with TurboGears, and SQLAlchemy with Django. I'm just > wondering what everyone's preference is, and why, and if there are even > more choices for ORM. > > Thanks. Currently most of my work i

Re: Pros/Cons of Turbogears/Rails?

2006-08-31 Thread Adam Jones
Jaroslaw Zabiello wrote: > [EMAIL PROTECTED] wrote: > > > + SqlObject allows working with the DB tables without > > using SQL itself. > > Rails has ActiveRecord ORM, which IMO has nicer and simpler > syntax than SQLObject. Rails has migrations, TB - not (Migrations is > versioning system for evolv

Re: Pros/Cons of Turbogears/Rails?

2006-08-29 Thread Adam Jones
Bruno Desthuilliers wrote: > Paul Boddie wrote: > > Ray wrote: > (snip) > >> We're a Java shop so > >> our developers are trained in Java, Struts, Tomcat, etc. Any switch to > >> a dynamic language will be a huge change. However it baffles me that > >> they are open to at least a PoC in Rails. but

Re: Pros/Cons of Turbogears/Rails?

2006-08-28 Thread Adam Jones
In my understanding, which relies completely on the judgements of co-workers regarding the rails side of the debate, TurboGears is more flexible. Tasks which fall inside the scope of Rails' "opinion" are probably easier there, but anything outside of what Rails was built to do is harder than equiva

Re: Add users to directory/folder and set permissions in Windows

2006-08-21 Thread Adam Jones
Gallagher, Tim (NE) wrote: > I was wondering if there was a way to add a user in active directory to > a folder and set the permissions. It should be possible. If you can use VBScript or JScript it will be easier to find resources for those. You will probably need, at the least, the win32 extensi

Re: What technologies should I use for my application manager?

2006-06-27 Thread Adam Jones
MrBlueSky wrote: > Thanks for the advice, Adam! > > Turbogears sounds like it does everything I want and looks like a > great... except you've made me nervous with your comment on the > instability of the Oracle API! It is not impossible to find a stable ORM for access to Oracle, just slightly mo

Re: What technologies should I use for my application manager?

2006-06-26 Thread Adam Jones
MrBlueSky wrote: > Hello! I've just finished working on my first Python app (a > Tkinter-based program that displays the content of our application log > files in graphical format). It was a great experience that's had a > very positive response from my colleagues. > > So I'd like to try somethi

Re: Web framework comparison video

2006-05-24 Thread Adam Jones
Just as a note, TurboGears has added a lot that would change the scoring on this. The project has been moving pretty quickly towards 1.0 lately, and I would advise anyone interested in a comparison to check out the recent changes before making a final decision. The same will probably hold true for

Re: python vs perl lines of code

2006-05-17 Thread Adam Jones
Without any more information I would say the biggest contributor to this dissimilarity is your experience. Having spent an additional five years writing code you probably are better now at programming than you were then. I am fairly confident that if you were to take another crack at these same pro

Re: A critic of Guido's blog on Python's lambda

2006-05-07 Thread Adam Jones
Ken Tilton wrote: > Alexander Schmolck wrote: > > [trimmed groups] > > > > Ken Tilton <[EMAIL PROTECTED]> writes: > > > > > >>yes, but do not feel bad, everyone gets confused by the /analogy/ to > >>spreadsheets into thinking Cells /is/ a spreadsheet. In fact, for a brief > >>period I swore off th

Re: Swaying A Coder Away From Python

2006-05-04 Thread Adam Jones
Rony Steelandt wrote: > > "One problem is that python tools suck," he wrote. Wallace compared the > various IDEs and other developer tools available to Microsoft's freely > available Visual Studio Express and called them "toys." > > > > What s wrong with VI ??? :) User error, evidently. Someti